frontend-init

Installation
SKILL.md

Frontend Init (Scaffolded Project)

Quick start

  1. Confirm baseline assumptions
  • Project already scaffolded (no build-tool scaffolding in this skill)
  • Package manager is pnpm
  • TypeScript is used (or will be added)
  1. 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.)
  1. Apply baseline setup
  • Tooling: add Vitest + Oxc lint/format and wire package.json scripts
  • TypeScript: enable strict mode + DOM libs + @/* path alias
  • Structure: create progressive FSD-style folders (src/app, src/shared, src/features)

Links:

  • Tooling details: see frontend-init/references/tooling.md
Related skills

More from iamkhan21/skills

Installs
9
First Seen
Feb 22, 2026