What problem does it solve?
This Skill provides progressive guidance for building content-driven Nuxt apps using Nuxt Content v3, including typed collections, remote sources, content queries, MDC rendering, and Studio integration. It helps teams standardize content workflows and accelerate delivery.
Core Features & Use Cases
- Typed content collections via content.config.ts and defineCollection to enforce schemas across data and pages.
- Remote and multi-source content ingestion via defineCollectionSource and external repositories.
- SQL-like content queries with queryCollection, navigation, and search to power dynamic UIs.
- MDC rendering and Prose components for rich markdown content in Nuxt apps.
- NuxtStudio integration for live editing, preview, and Git-based workflows.
- i18n support and multi-language content workflows.
- Use with Nuxt basics and for deployment patterns (nuxthub, previews).
Quick Start
- Install a Nuxt project configured with @nuxt/content and add a content/ directory with collections.
- Define a few example collections (e.g., blog, authors) and query them with queryCollection.
- Enable NuxtStudio/preview mode for live editing and preview.