templates/skills/frameworks/react/SKILL.md
React applications must comply with these quality bars.
npx skillsauth add hivellm/rulebook ReactInstall 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.
CRITICAL: React applications must comply with these quality bars.
npm run lint + npm run type-checknpm run test -- --watch=falsenpm run buildnpm run analyzesrc/features/<name>/src/componentssrc/hookssrc/state (Redux/Zustand/Recoil)any)<Component>.test.tsxnpm run lint
npm run type-check
npm run test -- --watch=false
npm run build
/docs/react-architecture.md when routes or global providers change/docs/ui-components.md/docs/performance.mdresearch
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
research
Create structured analyses with numbered findings, execution plans, and task materialization
development
Spec-driven task management for features and breaking changes with OpenSpec-compatible format