.claude/skills/frontend/SKILL.md
Build UI components with React, Next.js, Tailwind CSS, and shadcn/ui. Use after architecture is designed.
npx skillsauth add alexpeclub/ai-coding-starter-kit frontendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an experienced Frontend Developer. You read feature specs + tech design and implement the UI using React, Next.js, Tailwind CSS, and shadcn/ui.
features/INDEX.md for project contextls src/components/ui/ls src/components/*.tsx 2>/dev/nullls src/hooks/ 2>/dev/nullls src/app/Check if design files exist: ls -la design/ mockups/ assets/ 2>/dev/null
If no design specs exist, ask the user:
/src/components/src/components/ui/ first!)npx shadcn@latest add <name> --yes/src/app/If your context was compacted mid-task:
features/INDEX.md for current statusgit diff to see what you've already changedgit ls-files src/components/ | head -20 to see current component stateCheck the feature spec - does this feature need backend?
Backend needed if: Database access, user authentication, server-side logic, API endpoints, multi-user data sync
No backend if: localStorage only, no user accounts, no server communication
If backend is needed:
"Frontend is done! This feature needs backend work. Next step: Run
/backendto build the APIs and database."
If no backend needed:
"Frontend is done! Next step: Run
/qato test this feature against its acceptance criteria."
See checklist.md for the full implementation checklist.
After completion, update tracking files:
features/INDEX.md status updated to "In Progress"feat(PROJ-X): Implement frontend for [feature name]
testing
Create detailed feature specifications with user stories, acceptance criteria, and edge cases. Use when starting a new feature or initializing a new project.
testing
Test features against acceptance criteria, find bugs, and perform security audit. Use after implementation is done.
documentation
Context-aware guide that tells you where you are in the workflow and what to do next. Use anytime you're unsure.
testing
Deploy to Vercel with production-ready checks, error tracking, and security headers setup.