What problem does it solve?
This Skill helps you design, query, render, and manage content-driven Nuxt applications without piecing together Nuxt Content patterns from scratch. It reduces confusion around collections, content queries, markdown rendering, and preview workflows so you can ship structured content features faster.
Core Features & Use Cases
- Content Collections: Define typed page and data collections with schemas and source patterns for local or remote content.
- Query and Navigation: Use queryCollection, navigation trees, search sections, and prev/next lookups to power content browsing.
- Rendering and Styling: Render markdown and MDC with ContentRenderer, custom prose components, and Shiki code highlighting.
- Studio and Preview: Configure NuxtStudio, live editing, and preview mode for editorial workflows.
- Use Case: Build a documentation site with typed markdown pages, hierarchical navigation, code examples, and a previewable editing experience.
Quick Start
Use the nuxt-content skill to set up a typed Nuxt Content collection, query it in a page, and render the result with ContentRenderer.