Manages Nuxt framework configuration, SSR logic, and module integration.
Install
mkdir -p .claude/skills/nuxt-enterprise-frontend && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12931" && unzip -o skill.zip -d .claude/skills/nuxt-enterprise-frontend && rm skill.zipInstalls to .claude/skills/nuxt-enterprise-frontend
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Stable entrypoint for generated Nuxt guidance in this repository. Use for Nuxt SSR, hydration, pages, `runtimeConfig`, Nitro/h3, plugins, Nuxt UI, Nuxt Content, or Nuxt module work. If generated content is missing, regenerate it with `nuxt prepare`.Key capabilities
- →Access generated Nuxt guidance
- →Handle Nuxt SSR configurations
- →Manage `runtimeConfig` settings
- →Set up Nuxt modules and plugins
- →Work with Nuxt UI and Nuxt Content
- →Ensure proper hydration
How it works
The skill acts as a stable entry point to generated Nuxt guidance, directing the user to the full skill tree located in the Nuxt build directory.
Inputs & outputs
When to use nuxt-enterprise-frontend
- →Configure Nuxt SSR
- →Setup Nuxt modules
- →Manage runtime configuration
- →Hydration debugging
About this skill
Nuxt Skill Wrapper
This is the stable entrypoint for Nuxt guidance in this repository. The full generated skill tree lives in the Nuxt build directory so the checked-in skill surface stays small.
Generated content
- Entry: ../../../.nuxt/skill-hub/nuxt-enterprise-frontend/SKILL.md
- Root: ../../../.nuxt/skill-hub/nuxt-enterprise-frontend
Required workflow
- Check whether the generated entry exists.
- If it exists, open it and follow that generated skill instead of extending this wrapper.
- If it does not exist, Run
nuxt preparefrom this project before continuing. That regenerates the Nuxt build directory, refreshes types, and writes the generated Nuxt skill content.
Notes
- Generated content is ephemeral and may be refreshed by Nuxt.
- This wrapper is the stable file that should remain in version control.
When not to use it
- →When the generated entry exists and should be followed instead of this wrapper
Limitations
- →Generated content is ephemeral and may be refreshed by Nuxt
- →The skill requires running `nuxt prepare` if generated content is missing
- →This wrapper is a stable file and does not contain the full skill tree
How it compares
This workflow ensures access to dynamically generated Nuxt guidance by checking for its existence and regenerating it if missing, providing up-to-date information unlike static documentation.
Compared to similar skills
nuxt-enterprise-frontend side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| nuxt-enterprise-frontend (this skill) | 0 | 2mo | No flags | Intermediate |
| nextjs-developer | 328 | 2mo | No flags | Advanced |
| shadcn-ui-setup | 37 | 8mo | Review | Beginner |
| landing-page-guide-v2 | 48 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Raya46
View all by Raya46 →You might also like
nextjs-developer
zenobi-us
Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.
shadcn-ui-setup
maneeshanif
Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.
landing-page-guide-v2
bear2u
Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements framework.
nextjs15-init
bear2u
Use when user wants to create a new Next.js 15 project (Todo/Blog/Dashboard/E-commerce/Custom domain) with App Router, ShadCN, Zustand, Tanstack Query, and modern Next.js stack
frontend-developer
sickn33
Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.
nextjs-best-practices
davila7
Next.js App Router principles. Server Components, data fetching, routing patterns.