Nuxt Core

🌐Community
by secondsky · vlatest · Repository

Automates Nuxt.js project setup, configuration, component generation, and deployment workflows for rapid frontend development.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nuxt-core npx -- -y @trustedskills/nuxt-core
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nuxt-core": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nuxt-core"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides automated support for Nuxt.js development, specifically focusing on Nuxt 4 applications. It streamlines project setup, configuration (including nuxt.config.ts), routing, SEO implementation, and error handling. The skill also facilitates the generation of common components, composables, and pages, as well as deployment workflows.

When to use it

  • Creating a new Nuxt 4 project from scratch.
  • Generating basic page structures or Vue components within an existing project.
  • Setting up routing configurations for your application.
  • Configuring advanced options in nuxt.config.ts.
  • Implementing authentication middleware for route protection.

Key capabilities

  • Project initialization: Creates new Nuxt 4 projects using nuxi init.
  • Component/Composable/Page generation: Adds pre-built components, composables, and pages with commands like nuxi add page, nuxi add component, and nuxi add composable.
  • Development server management: Starts the development server (bun run dev) and builds production versions (bun run build).
  • Type checking: Performs type checking using bunx nuxi typecheck.
  • Directory structure guidance: Provides a clear overview of the Nuxt 4 project directory structure, including locations for assets, components, layouts, pages, plugins, and server-side code.

Example prompts

  • "Create a new Nuxt project named 'my-app'."
  • "Generate a page component called 'About'."
  • "How do I configure routing in my Nuxt 4 application?"
  • "Show me the default structure of a Nuxt 4 project."

Tips & gotchas

  • Requires Node.js and Bun to be installed.
  • The skill is specifically designed for Nuxt 4 applications; compatibility with other versions may vary.
  • Refer to nuxt.config.ts for primary configuration options.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
secondsky
Installs
41

🌐 Community

Passed automated security scans.