Nuxt
Builds Nuxt apps with SSR, auto-imports, server routes, and hybrid rendering.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 12, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0f00f2f
Verbatim clone+cp install worked with zero surgery; SKILL.md frontmatter parses as strict YAML and all 18 referenced topic files exist. Output A/B built a Nuxt 4 health-check API route plus a useFetch home page, verified with a real nuxi build: both arms placed files correctly under the app/ srcDir and compiled cleanly, so the skill matched but did not beat the base model's Nuxt 4 knowledge (skill used the newer useFetch status API, base added a typed response interface).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 5/10
- Docs & honesty 5/5
What Nuxt does
Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.
How to install Nuxt
git clone https://github.com/antfu/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/nuxt ~/.claude/skills/nuxt
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Nuxt
-
/nuxtBuilds Nuxt apps with SSR, auto-imports, server routes, and hybrid rendering.
It also activates on plain-language prompts like these:
-
Add a server route and useFetch call in Nuxt -
Set up SSR middleware for this Nuxt page -
Configure hybrid rendering for this Nuxt app
Frequently asked questions
- Is the Nuxt skill free?
- Yes. The skill itself is free from antfu/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Nuxt work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Verbatim clone+cp install worked with zero surgery; SKILL.md frontmatter parses as strict YAML and all 18 referenced topic files exist. Output A/B built a Nuxt 4 health-check API route plus a useFetch home page, verified with a real nuxi build: both arms placed files correctly under the app/ srcDir and compiled cleanly, so the skill matched but did not beat the base model's Nuxt 4 knowledge (skill used the newer useFetch status API, base added a typed response interface).
- What is the Nuxt SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 5/5.
- How do I install Nuxt?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Nuxt with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.