nuxt-content

Configure Nuxt Content v3 workflows with typed collections and MDC rendering.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/narduk-enterprises/myboat --skill nuxt-content-narduk-enterprises
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-content
Source: https://github.com/narduk-enterprises/myboat/tree/main/.github/skills/nuxt-content
Command: npx skills add https://github.com/narduk-enterprises/myboat --skill nuxt-content-narduk-enterprises

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nuxt Content v3 can be overwhelming for developers who want typed collections, multiple sources, MDC rendering, NuxtStudio integration, and modern i18n patterns. This skill provides structured guidance to streamline content-driven Nuxt apps.

Core Features & Use Cases

  • Typed collections & sources: define and consume content.config.ts collections, remote sources, and API sources with strong schemas.
  • Query and navigation: use queryCollection, navigation, and search to build robust content workflows.
  • Rendering & Studio: guidance on ContentRenderer, MDC rendering, and NuxtStudio integration to enable live editing and preview.
  • LLMs integration: leverage LLMs with Nuxt Content for content generation and augmentation.

Quick Start

Set up a Nuxt Content v3 project with typed collections and a minimal content pipeline.

Frequently Asked Questions about nuxt-content

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

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

Define typed collections in Nuxt Content v3 by configuring content.config.ts with strong schemas and frontmatter enforcement, ensuring reliable content pipelines across your application.

Can I fetch markdown from remote and API sources using Nuxt Content?

Yes, Nuxt Content supports fetching markdown from remote and API sources by defining them in your collection configuration, integrating external data into typed content workflows.

What is the best way to query content collections in a Nuxt application?

Use the queryCollection function to robustly retrieve, navigate, and search typed collection data within Nuxt Content v3 workflows.

How does MDC rendering work with ContentRenderer in Nuxt Content?

MDC rendering uses ContentRenderer to dynamically parse markdown components, enabling complex content structures and live editing preview through NuxtStudio integration.

Does Nuxt Content v3 support internationalization patterns for markdown?

Yes, Nuxt Content v3 supports modern i18n patterns for markdown, providing structured guidance to integrate internationalization across typical content pipelines and typed collections.

How do I leverage LLMs with Nuxt Content for content generation?

Leverage LLMs with Nuxt Content using provided integration patterns to augment and generate content, automating content creation within defined typed collections and schemas.