ehtbanton

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".

ehtbanton 0 Updated 5mo ago

Resources

1
GitHub

Install

npx skillscat add ehtbanton/claudeskillsrepo/nuxt-page-generator

Install via the SkillsCat registry.

SKILL.md

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.