What problem does it solve?
This Skill prevents inconsistent, error-prone project setup by providing an end-to-end scaffolding workflow that applies modern tooling, documentation structure, and best practices from day one.
Core Features & Use Cases
- Project-type inference: Selects the right scaffolding path for React + Vite, Vite PWA, Next.js (SSR/SEO), React Native (Expo), Python (uv), or monorepos.
- Gotchas-first workflow: Forces you to read the stack’s Known Gotchas before writing code to avoid recurring failures (testing/coverage contamination, alias mismatches, Next.js caching and Server/Client component pitfalls, Expo asset/plugin pitfalls, etc.).
- End-to-end verification gates: Ensures the scaffold includes working test infrastructure, correct coverage scoping, and a silent-on-success verification script so you can reliably mark scaffolding as complete.
Quick Start
Ask the AI to scaffold your new project by following the workflow in scaffold-project and tailoring it to your requested stack (React + Vite, Next.js, Expo, Python with uv, or a monorepo).