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.
Is nuxt-content 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?
# 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.
Related skills
linkedin-automation
3.0KMarketing professionals, sales teams, and B2B businesses looking to automate LinkedIn outreach and content management
The LinkedIn Automation skill provides a framework for managing LinkedIn marketing, lead generation, content publishing, and professional networking. It includes templates for posts, engagement, connection requests, and message sequences, alongside tools for analytics, lead scoring, and CRM integration.
content-experimentation-best-practices
1.9KDevelopers, content strategists, and product managers planning or implementing content experiments
The content-experimentation-best-practices skill provides guidance on A/B testing, multivariate testing, statistical significance, and experimentation workflows. It offers structured references for experiment design, statistical foundations, CMS integration, and common pitfalls.
nuxt-seo
1.9KNuxt developers configuring SEO, sitemaps, and structured data for their applications
The nuxt-seo skill provides instructions and configuration patterns for the Nuxt SEO meta-module, covering robots.txt, sitemaps, OG images, and JSON-LD structured data.