Project Scaffold Builder
Goal: quickly build a consistent, maintainable, and releasable frontend project foundation.
SSOT
- •
../../project-scaffold.md
Capability Scope
- •Stack initialization
- •Framework, styling solution, build tooling, and testing tooling.
- •Configuration setup
- •TypeScript, ESLint, Prettier, Tailwind, and Vite.
- •Template structure generation
- •Directory tree, core entries, and shared utility layers.
- •Engineering quality gates
- •Husky, lint-staged, commit conventions, and CI baseline.
Execution Flow
- •Read project goals and constraints (team size, release cadence, deployment environment).
- •Generate the minimum viable scaffold.
- •Complete quality tooling and commit workflow.
- •Output initialization checklist.
Output Contract
- •Initialization summary
- •Created/updated file list
- •Environment and command notes
- •First-phase development recommendations
Collaboration
- •Run this skill first for new projects.
- •Then hand over to
ui-codegen-masterfor concrete page/module implementation.