specgen-react-muilisted
Install: claude install-skill rashidee/co2-skills
# React SPA Specification Generator
This skill generates a comprehensive specification document (Markdown) that serves as a
blueprint for building a React Single Page Application. The spec is intended to be followed
by a developer or a coding agent to produce a fully functional project scaffold.
The specification does NOT generate code. It produces a detailed, opinionated technical
document describing every layer of the application — from Vite configuration to MUI theme
to React Query patterns — so that implementation becomes a mechanical exercise.
## Technology Stack
### Core Stack (Always Included)
These are the fixed versions the spec targets. Do not deviate unless the user explicitly
requests different versions.
| Component | Version |
|----------------------|-----------|
| React | 19.x |
| TypeScript | 5.x |
| Vite | 6.x |
| Material UI (MUI) | 6.x |
| MUI Icons | 6.x |
| MUI System | 6.x |
| React Router | 7.x |
| TanStack Query | 5.x |
| Zustand | 5.x |
| React Hook Form | 7.x |
| Zod | 3.x |
| Axios | 1.x |
| Node.js | 22.x LTS |
### Optional Integration Versions
Include in the version table only when the corresponding integration is selected.
| Component | Version | When Selected |
|----------------------|----