Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
onmax avatar

Nuxt Studio

  • 997 installs
  • 696 repo stars
  • Updated July 27, 2026
  • onmax/nuxt-skills

nuxt-studio is a Claude Code skill that gives developers precise, context-aware guidance for installing, configuring, and operating Nuxt Studio—the self-hosted open-source CMS for Nuxt Content sites.

About

nuxt-studio is a MIT-licensed Claude Code skill for Nuxt Studio, the self-hosted open-source CMS module for Nuxt Content websites in production. The skill walks developers through installing the nuxt-studio module, configuring authentication providers (GitHub, GitLab, Google OAuth, SSO, custom), setting up Git-based publishing with branch config, enabling visual content editing via MDC components and YAML/JSON forms, and connecting media backends including public directories, NuxtHub blob, S3, and R2. Developers reach for nuxt-studio when they need production-ready visual editing and Git-backed content workflows without leaving the Nuxt Content stack. It covers frontmatter editing, publishing flows, and operational setup rather than generic Nuxt app scaffolding.

  • Provides targeted guidance for installing and configuring the nuxt-studio module
  • Covers authentication providers including GitHub, GitLab, Google OAuth, SSO and custom
  • Handles Git provider setup, visual content editing with MDC components, YAML/JSON forms and frontmatter
  • Supports multiple media management backends: public dir, NuxtHub blob, S3 and R2
  • Includes publishing flows with draft layers, conflict detection and CI/CD rebuild triggers

Nuxt Studio by the numbers

  • 997 all-time installs (skills.sh)
  • +27 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #261 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/onmax/nuxt-skills --skill nuxt-studio

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs997
repo stars696
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositoryonmax/nuxt-skills

How do you set up Nuxt Studio on Nuxt Content?

Get precise, context-aware guidance when installing, configuring, and operating Nuxt Studio on a Nuxt Content site.

Who is it for?

Nuxt Content developers adding self-hosted visual CMS editing, Git-based publishing, and multi-provider auth to a production site.

Skip if: Teams building non-Nuxt stacks or sites that only need static Markdown without a CMS module, OAuth, or Git publishing.

When should I use this skill?

The developer is installing nuxt-studio, configuring Nuxt Studio auth/Git/media providers, or debugging visual content editing on a Nuxt Content site.

What you get

Configured nuxt-studio module, auth providers, Git publishing branch rules, media storage bindings, and visual editing workflows for MDC/YAML/JSON content.

  • Configured nuxt-studio module
  • Auth and Git provider setup
  • Media storage integration

By the numbers

  • Documents 5 auth approaches: GitHub, GitLab, Google OAuth, SSO, and custom
  • Supports 4 media backends: public dir, NuxtHub blob, S3, and R2

Files

SKILL.mdMarkdownGitHub ↗

Nuxt Studio

Self-hosted, open-source CMS module for editing Nuxt Content websites in production.

When to Use

Working with:

  • Installing and configuring nuxt-studio module
  • Authentication providers (GitHub, GitLab, Google OAuth, SSO, custom)
  • Git provider setup (GitHub, GitLab, branch config)
  • Visual content editing (MDC components, YAML/JSON forms, frontmatter)
  • Media management (public dir, NuxtHub blob, S3, R2)
  • Publishing flow (draft layer, conflict detection, CI/CD rebuild)
  • AI-powered content assistance (Vercel AI Gateway)

For content collections/queries: use nuxt-content skill For NuxtHub storage/database: use nuxthub skill For Nuxt basics: use nuxt skill

Available Guidance

Read specific files based on current work:

  • [references/configuration.md](references/configuration.md) - Module setup, auth providers, Git providers, environment variables
  • [references/live-editing.md](references/live-editing.md) - Visual editor, media management, MDC components, AI features
  • [references/deployment.md](references/deployment.md) - SSR requirements, Git publishing, branch strategies, CI/CD

Loading Files

Consider loading these reference files based on your task:

  • [ ] references/configuration.md - if installing, configuring auth/git providers, or setting env vars
  • [ ] references/live-editing.md - if working with content editor, media, components, or AI features
  • [ ] references/deployment.md - if deploying, configuring branches, or troubleshooting publish flow

DO NOT load all files at once. Load only what's relevant to your current task.

Key Concepts

ConceptPurpose
Auth providersControl who can access Studio (GitHub, GitLab, Google, SSO)
Git providersHandle publishing commits to your repository
Draft layerIndexedDB-backed local storage for unpublished changes
Media managerUpload/browse files in /public or external blob storage
Visual editorTipTap-based WYSIWYG with MDC component support
PublishingCommits drafts to Git, triggers CI/CD rebuild

Quick Start

npx nuxt module add nuxt-studio
// nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nuxt/content', 'nuxt-studio'],
  studio: {
    repository: {
      provider: 'github',
      owner: 'your-username',
      repo: 'your-repo',
      branch: 'main',
    },
  },
})
# .env
STUDIO_GITHUB_CLIENT_ID=<client_id>
STUDIO_GITHUB_CLIENT_SECRET=<client_secret>

Access Studio at https://your-site.com/_studio (default route).

Official Documentation

  • Nuxt Studio: https://nuxt.studio
  • Setup: https://nuxt.studio/setup
  • GitHub: https://github.com/nuxt-content/nuxt-studio

Token Efficiency

Main skill: ~300 tokens. Each sub-file: ~800-1200 tokens. Only load files relevant to current task.

Related skills

How it compares

Choose nuxt-studio over generic Nuxt setup skills when the task is specifically Nuxt Studio CMS configuration, not general Nuxt routing or component development.

FAQ

What is Nuxt Studio?

Nuxt Studio is a self-hosted, open-source CMS module for editing Nuxt Content websites in production. nuxt-studio guides installation, auth providers, Git publishing, media storage, and visual MDC/YAML/JSON editing workflows.

Which auth providers does nuxt-studio support?

nuxt-studio documents authentication setup for GitHub, GitLab, Google OAuth, SSO, and custom providers. The skill covers provider configuration alongside Git publishing and media backend wiring for Nuxt Content sites.

Is Nuxt Studio safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Documentationintegrationsdocs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.