new-component

Installation
SKILL.md

Create a new React component following project conventions.

Arguments

Component name: $ARGUMENTS

Process

  1. Determine Location

    • Check if UI component (src/components/ui/)
    • Check if feature component (src/components/features/)
    • Ask if unclear
  2. Create Files

    • ComponentName.tsx - Component implementation
    • ComponentName.test.tsx - Unit tests
    • index.ts - Barrel export

File Templates

Related skills
Installs
4
GitHub Stars
2
First Seen
7 days ago