https://github.com/joacod/skills
Custom agent skills
https://github.com/joacod/skills
agent-skills react
Last synced: 4 months ago
JSON representation
Custom agent skills
- Host: GitHub
- URL: https://github.com/joacod/skills
- Owner: joacod
- Created: 2026-01-23T10:02:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T11:43:04.000Z (4 months ago)
- Last Synced: 2026-01-24T03:49:38.509Z (4 months ago)
- Topics: agent-skills, react
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Agents Skills
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
## Available Skills
### react-anti-patterns
Inject React anti-patterns and performance pitfalls into existing React apps while keeping them functional, so teams can practice identifying and fixing issues.
#### Installation
```bash
npx skills add https://github.com/joacod/skills --skill react-anti-patterns
```
#### Example Invocations
```bash
# Defaults (medium, mixed levels, no comments)
/react-anti-patterns
# Few junior patterns with hints
/react-anti-patterns --comments-hint low junior
# Many senior patterns with full explanations
/react-anti-patterns --comments-fix high senior
# Medium amount, semi-senior level, identify comments
/react-anti-patterns --comments medium semi-senior
```
For more details, and different parameter options, see the [skill documentation](skills/react-anti-patterns/SKILL.md#react-anti-patterns)
### secure-node-typescript
Write secure-by-default Node.js and TypeScript applications following security best practices. Guidelines mapped to OWASP Top 10:2025 for compliance tracking.
#### Installation
```bash
npx skills add https://github.com/joacod/skills --skill secure-node-typescript
```
For more details, see the [skill documentation](skills/secure-node-typescript/SKILL.md#secure-nodejs-typescript)