Opinionated React setup that enforces test-first development with a hard rule: write the test file before touching any component code. Built around modern tooling like React Query for server state, Zustand for global state, and hooks-first patterns. The structure separates pure logic from presentation, pushing business logic into custom hooks while keeping components slim. Tests use Vitest and Testing Library with clear examples for components, hooks, and accessibility. If you're tired of "we'll add tests later" codebases, this actually blocks implementation until tests exist. Good for teams that want guardrails, probably annoying if you like to sketch in JSX first.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill react-web