nuxt

nuxt is a skill for Claude Code from lttr/claude-marketplace. It costs 115 tokens per session (3,572 once invoked), scanned A, original, MIT.

Development guidance for Nuxt 3 and newer, a Vue framework for building web applications with file-based routing and server-side rendering. It covers Nuxt-specific project files and conventions.

In plain words
What is it for?
Use it when creating or debugging Nuxt applications, editing Vue or TypeScript files in Nuxt directories, configuring the app, or working with server routes and automatic imports.
Why use it?
It gives coding assistance that matches how Nuxt organizes pages, server routes, middleware, and reusable composables.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nuxt plugin — 1 skill shipped together

Good fit Use it when creating or debugging Nuxt applications, editing Vue or TypeScript files in Nuxt directories, configuring the app, or working with server routes and automatic imports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lttr/claude-marketplace/nuxt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lttr/claude-marketplace --skill nuxt
Clone the repo
git clone --depth 1 https://github.com/lttr/claude-marketplace

Made for: Claude Code.

Or install nuxt, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nuxt

README.md
[![agentmods](https://agentmods.dev/badge/skills/lttr/claude-marketplace/nuxt/github.svg)](https://agentmods.dev/skills/lttr/claude-marketplace/nuxt)
Your own site
<a href="https://agentmods.dev/skills/lttr/claude-marketplace/nuxt"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/nuxt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nuxt

Your own site · 80×15
<a href="https://agentmods.dev/skills/lttr/claude-marketplace/nuxt"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/nuxt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.03572
Opus 5 $0.00057 $0.01786
Sonnet 5 $0.00023 $0.00714
Haiku 4.5 $0.00012 $0.00357

Measured 12d ago against content hash 188ec16879ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

nuxt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/nuxt/skills/nuxt/SKILL.md · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nuxt Development

Overview

This skill provides specialized guidance for developing Nuxt applications (v3+), including Vue best practices, Nuxt-specific conventions, ecosystem library knowledge, and access to up-to-date documentation.

When to Use This Skill

Trigger this skill when:

  • Working in a project with nuxt as a dependency in package.json
  • Creating or editing .vue single-file components
  • Working with .ts or .tsx files in Nuxt directories: pages/, server/, composables/, middleware/, layouts/, or utils/
  • Working with Nuxt-specific files: nuxt.config.ts, app.vue, or any file in Nuxt convention directories
  • Questions about Nuxt architecture, routing, or SSR/SSG patterns
  • User mentions Nuxt-specific concepts: composables, auto-imports, server routes, server API, middleware, file-based routing
  • Debugging Nuxt-specific issues or errors

Documentation Access

Official Nuxt Documentation

Fetch up-to-date Nuxt documentation when needed:

https://nuxt.com/llms.txt

Fetch when:

  • Uncertain about current Nuxt API syntax or conventions
  • User asks about specific Nuxt features or modules
  • Working with recently released Nuxt features
  • Encountering Nuxt-specific errors or configuration issues
  • Need to verify patterns work with the specific Nuxt version in use

Quick Reference

Auto-Imported APIs (No Import Needed)

Nuxt automatically imports these without explicit import statements:

Vue APIs: ref, reactive, computed, watch, onMounted, defineProps, defineEmits, defineModel

Nuxt Composables: useState, useFetch, useAsyncData, useRoute, useRouter, navigateTo, useCookie, useHead, useSeoMeta, useRuntimeConfig, showError, clearError

Auto-imports:

  • Components from components/ directory
  • Composables from composables/ directory
  • Server utilities from server/utils/ directory

File-Based Conventions

Routing:

  • pages/index.vue/
  • pages/about.vue/about
  • pages/users/[id].vue/users/:id (dynamic route)

Read the full file on GitHub · 332 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 332 lines · 115 tokens per session scan A 188ec16879ba

Subscribe to this mod's changes

nuxt is a skill published in the GitHub repository lttr/claude-marketplace (2 stars, last pushed yesterday), licensed MIT. It adds 115 tokens to every session and 3,572 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.