nuxt-content

Configure Nuxt Content v3 collections, queries, and markdown rendering.

1|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Kurrawong/prez-lite --skill nuxt-content-kurrawong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-content
Source: https://github.com/Kurrawong/prez-lite/tree/main/.claude/skills/nuxt-content
Command: npx skills add https://github.com/Kurrawong/prez-lite --skill nuxt-content-kurrawong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for leveraging Nuxt Content v3, enabling developers to efficiently manage and render content within Nuxt applications.

Core Features & Use Cases

  • Content Collections: Define and manage structured content from local files, remote repositories, or APIs.
  • Querying: Utilize a powerful, SQL-like API to fetch, filter, and sort content.
  • Rendering: Render markdown and MDC (Markdown with Vue components) seamlessly.
  • Use Case: You are building a documentation site with Nuxt. Use this Skill to set up collections for your markdown files, query them for navigation, and render them with custom components.

Quick Start

Use the nuxt-content skill to define a new content collection named 'blog' with a schema for posts.

Frequently Asked Questions about nuxt-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query and render markdown content in a Nuxt application?

You can query markdown content in Nuxt using a SQL-like fluent API to fetch, filter, and sort data, then render markdown and MDC (Markdown with Vue components) seamlessly within your application.

What's the best way to manage structured content collections from local files or remote APIs in Nuxt?

Managing structured content collections in Nuxt involves defining typed schemas that aggregate content from local files, remote repositories, or APIs, enabling structured data access for your application.

Can I use Nuxt Content v3 to build a documentation site with custom Vue components?

Yes, Nuxt Content v3 supports building documentation sites by setting up collections for markdown files, querying them for navigation, and rendering them using custom Vue components via MDC.

Does Nuxt Content v3 support internationalization and AI-powered content generation?

Nuxt Content v3 supports handling internationalization patterns and provides LLM integration to facilitate AI-powered content generation and retrieval directly within your content workflow.

How do I configure a database for content management in Nuxt static site generation?

Configuring a database for Nuxt content management involves defining your content collections and schemas, which supports static site generation by querying and pre-rendering your markdown files.