frontend-init
Installation
SKILL.md
Frontend Init (Scaffolded Project)
Quick start
- Confirm baseline assumptions
- Project already scaffolded (no build-tool scaffolding in this skill)
- Package manager is pnpm
- TypeScript is used (or will be added)
- Ask one decision question early
- UI/CSS: "Do you want a UI/component library or CSS framework? If yes, which one?" (If none, proceed with plain CSS Modules or the existing setup.)
- Apply baseline setup
- Tooling: add Vitest + Oxc lint/format and wire
package.jsonscripts - TypeScript: enable strict mode + DOM libs +
@/*path alias - Structure: create progressive FSD-style folders (
src/app,src/shared,src/features)