Agent Skills: Nuxt Page Generator

Generate Nuxt 3 page components with Vue 3 Composition API. Triggers on "create nuxt page", "generate nuxt component", "nuxt 3 page", "nuxt file".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/nuxt-page-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/nuxt-page-generator

Skill Files

Browse the full folder contents for nuxt-page-generator.

Download Skill

Loading file tree…

nuxt-page-generator/SKILL.md

Skill Metadata

Name
nuxt-page-generator
Description
Generate Nuxt 3 page components with Vue 3 Composition API. Triggers on "create nuxt page", "generate nuxt component", "nuxt 3 page", "nuxt file".

Nuxt Page Generator

Generate Nuxt 3 pages with Vue 3 Composition API and auto-imports.

Output Requirements

File Output: *.vue page files Format: Valid Nuxt 3 page Standards: Nuxt 3.x, Vue 3

When Invoked

Immediately generate a complete Nuxt page.

Example Invocations

Prompt: "Create Nuxt product listing page" Output: Complete products/index.vue with data fetching.