๐ŸŽฏ

nuxt-content

๐ŸŽฏSkill

from onmax/nuxt-skills

VibeIndex|
What it does
|

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

Overview

Nuxt Content is part of the nuxt-skills collection, providing specialized AI agent skills for Vue, Nuxt, and NuxtHub development. The skills are compatible with multiple AI coding assistants including Claude Code, GitHub Copilot, OpenAI Codex, and OpenCode. They can be installed via the skills CLI or the Claude Code plugin marketplace.

Key Features

  • Multi-agent compatibility: Works seamlessly across Claude Code, Cursor, Codex, GitHub Copilot, OpenCode, and other AI coding assistants.
  • Nuxt-specific knowledge: Provides specialized guidance for Nuxt framework patterns, conventions, and best practices.
  • Flexible installation: Supports both the npx skills add CLI for universal installation and the Claude Code marketplace plugin system.
  • Individual or bulk install: Skills can be installed individually or all at once using the -y flag or interactive picker.
  • Community-driven with RFC backing: Connected to the official Nuxt RFC for bundling agent skills in Nuxt modules.

Who is this for?

This skill is designed for developers building applications with Nuxt who want AI-assisted coding that understands Nuxt-specific patterns and conventions. It is particularly valuable for teams adopting Nuxt Content for content-driven websites who want their AI coding assistant to follow Nuxt best practices out of the box.

๐Ÿ“ฆ

Same repository

onmax/nuxt-skills(38 items)

nuxt-content

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add onmax/nuxt-skills --skill nuxt-content
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add onmax/nuxt-skills --skill nuxt-content
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/nuxt-content/SKILL.md

SKILL.md

758Installs
496
-
Last UpdatedJan 29, 2026

More from this repository10

๐ŸŽฏ
reka-ui๐ŸŽฏSkill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

๐ŸŽฏ
nuxt๐ŸŽฏSkill

Progressive guidance for Nuxt 4+ projects (v4.3+) providing server routes, file-based routing, middleware patterns, Nuxt-specific composables, h3 v1 helpers (validation, WebSocket, SSE), and nitropack v2 patterns.

๐ŸŽฏ
vue๐ŸŽฏSkill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

๐ŸŽฏ
nuxt-ui๐ŸŽฏSkill

Component library skill for Vue 3 and Nuxt 4+ built on Reka UI, Tailwind CSS v4, and Tailwind Variants, covering @nuxt/ui v4 components like Button, Modal, Form, Table with theming, validation, and composables.

๐ŸŽฏ
vueuse๐ŸŽฏSkill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

๐ŸŽฏ
motion๐ŸŽฏSkill

Animation library skill for Vue 3 and Nuxt providing Motion Vue (motion-v) component API, gesture animations, scroll-linked effects, layout transitions, and spring physics with minimal bundle size.

๐ŸŽฏ
ts-library๐ŸŽฏSkill

Patterns for authoring high-quality TypeScript libraries covering project setup, package exports (dual CJS/ESM), build tooling (tsdown/unbuild), API design patterns, type inference, testing with vitest, and release workflows.

๐ŸŽฏ
document-writer๐ŸŽฏSkill

Writing guidance for blog posts and documentation following Nuxt ecosystem patterns, covering active voice style, content structure, and MDC component usage while overriding brevity rules for proper grammar.

๐ŸŽฏ
nuxt-seo๐ŸŽฏSkill

Nuxt SEO meta-module covering robots.txt, sitemap.xml generation, dynamic OG image creation, JSON-LD structured data (schema.org), breadcrumbs, and canonical URL configuration.

๐ŸŽฏ
nuxt-modules๐ŸŽฏSkill

Guide for creating Nuxt modules that extend framework functionality, covering defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation for both published npm and local project modules.