nuxt-content

The nuxt-content skill provides guidance for developing content-driven applications using Nuxt Content v3. It covers typed collections, SQL-backed queries, MDC rendering, database configuration, and NuxtStudio integration.

1.7K
Installs
5
Use cases
5/10
Quality

Is nuxt-content safe to install?

Safe to install

Safe to install: our audit of nuxt-content's source files found 1 shell command, 0 external URLs, file reads and writes (low risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local project files to provide context-aware guidance. It suggests running npx nuxi typecheck to verify configuration.

How we audit skills: our security review methodology.

Who is this skill for?

Developers building content-heavy applications with Nuxt 3 who need assistance with schema definitions, content querying, and markdown rendering.

What can you do with it?

  • Defining content collections and schemas in content.config.ts
  • Querying content using the queryCollection API
  • Rendering markdown and MDC components with ContentRenderer
  • Configuring database backends like SQLite, PostgreSQL, or D1
  • Integrating NuxtStudio for live editing and preview modes

How good is this skill?

Quality score: 5/10. The skill provides clear, modular documentation and specific instructions for Nuxt Content v3. It includes a logical file structure and actionable commands.

What does the skill file contain?

SKILL.md
# Nuxt Content v3

Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries.

## When to Use

Working with:

- Content collections (`content.config.ts`, `defineCollection`)
- Remote sources (GitHub repos, external APIs via `defineCollectionSource`)
- Content queries (`queryCollection`, navigation, search)
- MDC rendering (`<ContentRenderer>`, prose components)
- Database configuration (SQLite, PostgreSQL, D1, LibSQL)
- Content hooks (`content:file:beforeParse`, `content:file:afterParse`)
- i18n multi-language content
- NuxtStudio or preview mode
- LLMs in...

Frequently asked questions

Which files should I load for my task?

Load only the reference file relevant to your task. Use collections.md for schema setup, querying.md for data retrieval, rendering.md for MDC components, config.md for database settings, or studio.md for preview integration.

How do I verify my collection setup?

Run npx nuxi typecheck to confirm that collection types resolve correctly.

Does this skill cover NuxtHub deployment?

No. Use the nuxthub skill for NuxtHub deployment tasks.

Data sourced from onmax/nuxt-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills