nuxt-content

Define and query typed collections for Nuxt Content v3 workflows.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/daveio/syn-horse --skill nuxt-content-daveio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-content
Source: https://github.com/daveio/syn-horse/tree/main/.agents/skills/nuxt-content
Command: npx skills add https://github.com/daveio/syn-horse --skill nuxt-content-daveio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt Content v3 guides developers in organizing content with typed collections, robust queries, and MDC rendering to build scalable, content-driven Nuxt apps.

Core Features & Use Cases

  • Typed collections and schemas for content, including local, remote, and API sources.
  • Query and rendering capabilities via queryCollection, MDC rendering, and i18n patterns for multilingual content.
  • NuxtStudio integration, content hooks, and multi-language workflows to streamline content management and preview.

Quick Start

Start a Nuxt Content v3 project, define a typed collection, and query it with queryCollection to render content.

Frequently Asked Questions about nuxt-content

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

FAQPage Schema
How do I query typed collections in Nuxt Content v3?

You query typed collections in Nuxt Content v3 using the queryCollection API to fetch structured frontmatter content from local, remote, or API sources for MDC rendering.

What is the best way to structure local and remote content sources in a Nuxt app?

The best way to structure local and remote content sources in a Nuxt app is by defining typed collections with schemas, allowing robust queries and scalable content management.

Does Nuxt Content v3 support multilingual content workflows?

Yes, Nuxt Content v3 supports multilingual content workflows by providing i18n patterns alongside typed collections to manage and render multi-language content effectively.

Can I use NuxtStudio integration to preview content hooks before publishing?

Yes, you can use NuxtStudio integration to streamline content management by leveraging content hooks for multi-language workflows and previewing content before publishing.

How do I render MDC components with structured frontmatter in Nuxt 3?

You render MDC components with structured frontmatter in Nuxt 3 by configuring typed collections to define schemas and utilizing the queryCollection API to pass data to the MDC rendering engine.