nuxt-init

Installation
SKILL.md

Nuxt Init

Scaffolds a new Nuxt 4 project with the standard config files, dev dependencies, lint-staged hooks, and bun scripts used across all Puretec Nuxt apps.

When to Use

  • Starting a brand-new Nuxt 4 project.
  • Auditing an existing project to ensure all standard configs are present.
  • Onboarding a new repo to the same tooling baseline.

Workflow

  1. Create the config files listed below (skip any that already exist unless the user asks to overwrite).
  2. Install the dev dependencies (including terraform-scaffold).
  3. Add the scripts and lint-staged block to package.json.
  4. Set up Nuxt UI: install runtime deps, create app/assets/css/main.css, add css config to nuxt.config.ts, wrap app in <UApp>, create app.config.ts.
  5. Create or update CLAUDE.md with the standard structure: Skills table, Key Conventions, Architecture, and project-specific sections.
  6. Run bun install and bun run prepare to initialise husky and nuxt types.
  7. Run bunx terraform-scaffold init to scaffold the Terraform directory structure.
Installs
2
First Seen
Mar 4, 2026
nuxt-init — ralphcrisostomo/nuxt-init-skill