Nuxt Content

🌐Community
by onmax · vlatest · Repository

Dynamically fetch and render Nuxt Content pages directly within your application using this onmax integration.

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-content npx -- -y @trustedskills/nuxt-content
2

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

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

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

About This Skill

What it does

The nuxt-content skill enables developers to integrate and manage content within Nuxt 3 applications using a file-based approach. It allows for the creation of dynamic, content-driven websites by leveraging Markdown or JSON files stored in a dedicated directory.

When to use it

  • Building documentation sites with structured content
  • Creating blog platforms where posts are managed as files
  • Developing static site generators that require easy content updates

Key capabilities

  • File-based content management system (CMS)
  • Support for Markdown and JSON formats
  • Integration with Nuxt 3's routing system
  • Dynamic rendering of content pages

Example prompts

  • "Generate a blog post using the latest article from the content/posts directory."
  • "Display all documentation sections in a sidebar navigation menu."
  • "Create a static page that pulls content from a specific Markdown file."

Tips & gotchas

  • Ensure your Nuxt 3 project is properly configured with nuxt-content installed and set up.
  • Content files must follow the correct directory structure for proper routing and rendering.

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
onmax
Installs
744

🌐 Community

Passed automated security scans.