A series of practical skills.
npx skills add https://github.com/coderwang/skills --skill frontend-code-reviewerInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
A collection of agent skills for frontend development. Install with a single command to enhance your AI agent's code review capabilities.
Expert code reviewer for React + TypeScript + CSS/SCSS frontend applications. Covers 40+ anti-patterns across 10 review dimensions with prioritized, actionable feedback.
Use when:
Review dimensions:
Includes reference documents:
npx skills add coderwang/skills
Skills are automatically available once installed. Your AI agent will use them when relevant tasks are detected.
Examples:
Review this React component for anti-patterns
Check this PR for TypeScript type safety issues
Audit the CSS in this file
skills/
└── frontend-code-reviewer/
├── SKILL.md # Main skill instructions
└── references/
├── checklist.md # Full code review checklist
├── antipatterns.md # React + TypeScript anti-patterns
└── css-antipatterns.md # CSS/SCSS anti-patterns
MIT