react-dev-orchestration
Installation
SKILL.md
React Dev Orchestration
Orchestrates end-to-end feature development in React Router 7 Framework Mode (ssr: false) SPA projects — from requirements analysis through integration verification.
Project characteristics: React Router 7 Framework Mode with
ssr: false. No runtime server — all code runs client-side. Routes are defined code-based inapp/routes.ts, not withcreateBrowserRouter. TanStack Query handles all runtime data fetching. Server Components and Server Actions are not used.
Convention Loading
Read these reference files before starting work:
- Always:
references/FRONTEND_ARCHITECTURE_CONVENTION.md,references/FRONTEND_CONVENTION.md - As needed:
references/REACT_CONVENTION.md,references/REACT_ROUTER_CONVENTION.md