Nuxt Content

🌐Community
by nuxt-content · vlatest · Repository

Dynamically fetch and render content from MD/Markdown files within your Nuxt.js application.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to interact with Nuxt Content, a static site generation library that transforms Markdown files into dynamic web pages. It allows agents to read, query, and render content stored in a simple file-based structure within Nuxt projects.

When to use it

  • Building documentation sites where content is managed via Markdown or MDX files.
  • Creating blog platforms that require fast static generation with easy content updates.
  • Developing marketing landing pages that pull data from a centralized content repository.
  • Managing multi-language websites by organizing content into language-specific directories.

Key capabilities

  • Reads and parses Markdown and MDX files directly from the file system.
  • Generates static HTML pages optimized for performance and SEO.
  • Supports dynamic querying of content collections within Nuxt applications.
  • Integrates seamlessly with Nuxt Studio for visual content management.
  • Handles image optimization and asset processing during build time.

Example prompts

  • "Generate a blog post page using the latest article from my Nuxt Content collection."
  • "Query all articles tagged 'AI' and render them as a grid layout on the homepage."
  • "Create a documentation index by reading the directory structure of my Markdown files."

Tips & gotchas

Ensure your project is initialized with npx nuxi init and Nuxt Content is installed before attempting to use this skill. Content must be stored in .md or .mdx files within the designated content directory to be accessible by the agent.

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
nuxt-content
Installs
116

🌐 Community

Passed automated security scans.