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.
npx skills add lttr/claude-marketplace --skill nuxtgit clone --depth 1 https://github.com/lttr/claude-marketplaceWrote 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.
[](https://agentmods.dev/skills/lttr/claude-marketplace/nuxt)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
nuxtas a dependency in package.json - Creating or editing
.vuesingle-file components - Working with
.tsor.tsxfiles in Nuxt directories:pages/,server/,composables/,middleware/,layouts/, orutils/ - 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→/aboutpages/users/[id].vue→/users/:id(dynamic route)
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/drizzle-db0.md 6.3 KB
- references/nuxt-content.md 19 KB
- references/nuxt-i18n.md 17 KB
- references/nuxt-image.md 12 KB
- references/nuxt-modules.md 5.3 KB
- references/nuxt-patterns.md 8.6 KB
- references/nuxt-testing.md 7.5 KB
- references/nuxt-ui.md 22 KB
- references/nuxthub.md 11 KB
- references/pinia.md 3.6 KB
- references/tailwind.md 14 KB
- references/vue-best-practices.md 6.2 KB
- references/vueuse.md 4.7 KB
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.
- 12d ago First seen · 332 lines · 115 tokens per session scan A 188ec16879ba
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.
Other skills, from other repositories
vue-expert
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.
vue-expert-js
Use when building Vue 3 applications with JavaScript only (no TypeScript). Invoke for JSDoc typing, vanilla JS composables, .mjs modules.
component-gen
Generates a React/Vue/Svelte component with props, types, tests, and stories.
vue-specialist
Vue.js development including Composition API, Pinia, Nuxt 3, Vue Router, and reactivity system patterns. Trigger when users build Vue applications or need help with Vue-specific patterns.
svelte-expert
Svelte and SvelteKit development including runes, reactive declarations, stores, transitions, and SvelteKit routing. Trigger for Svelte component development or SvelteKit application architecture.
shadcn-svelte
Pre-built shadcn-svelte components for json-render Svelte apps. Use when working with @json-render/shadcn-svelte, adding standard UI components to a Svelte catalog, or building Svelte web UIs with shadcn-svelte + Tailwind CSS components.