Marketplace

nuxt-core

Nuxt 4 core framework fundamentals: project setup, configuration, routing,SEO, error handling, and directory structure.Use when: creating new Nuxt 4 projects, configuring nuxt.config.ts,setting up routing and middleware, implementing SEO with useHead/useSeoMeta,handling errors with error.vue and NuxtErrorBoundary, or understandingNuxt 4 directory structure.Keywords: Nuxt 4, nuxt.config.ts, file-based routing, pages directory,definePageMeta, useHead, useSeoMeta, error.vue, NuxtErrorBoundary,middleware, navigateTo, NuxtLink, app directory, runtime config

$ 설치

git clone https://github.com/secondsky/claude-skills /tmp/claude-skills && cp -r /tmp/claude-skills/plugins/nuxt-v4/skills/nuxt-core ~/.claude/skills/claude-skills

// tip: Run this command in your terminal to install the skill