nuxt-init
Installation
SKILL.md
Nuxt Init
Scaffold a Nuxt 4 project with standard configs, dev deps, hooks, and scripts.
When to Use
- Starting a new Nuxt 4 project
- Auditing an existing project for missing configs
- Onboarding a repo to standard tooling
Workflow
- Create config files from references/configs.md (skip existing unless user says overwrite)
- Install dev dependencies
- Add scripts and
lint-stagedtopackage.json - Run
bun install && bun run prepare - Run
bunx terraform-scaffold init