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 pledgeandgrow/pledge-skills --skill nuxtgit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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/pledgeandgrow/pledge-skills/nuxt)<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/nuxt"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/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/pledgeandgrow/pledge-skills/nuxt"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/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.00033 | $0.05190 |
| Opus 5 | $0.00016 | $0.02595 |
| Sonnet 5 | $0.00007 | $0.01038 |
| Haiku 4.5 | $0.00003 | $0.00519 |
Grade A, and why
nuxt-docs 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 9d 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 — 397 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nuxt 4.x Skill
Overview
Nuxt is a free and open-source framework for creating type-safe, performant, and production-grade full-stack web applications with Vue.js. It provides an intuitive and extendable way to build SSR (Server-Side Rendering) applications with conventions and automation that let developers focus on features.
- Official Docs: https://nuxt.com/docs/4.x
- Version: 4.x
- Runtime: Node.js 22.x+, Bun, Deno
- Build Tool: Vite (default), Webpack, Rspack
- Server Engine: Nitro (h3-based)
Quick Reference
| File | Topics |
|---|---|
| getting-started.md | Installation, configuration, directory structure, routing, data fetching, state management, styling, SEO/meta, error handling, deployment, components, composables, plugins, pages, layouts, middleware, assets, shared directory, app.vue, layers, views, transitions, server (Nitro), upgrade guide, .env file, package.json, nuxt.config.ts |
| api.md | nuxt.config.ts options, composables (useFetch, useAsyncData, useState, useRuntimeConfig, useRoute, useHead, useSeoMeta, useCookie, useRequestHeaders, useRequestFetch, useRequestEvent, useRequestURL, useResponseHeader, useRouter, useLoadingIndicator, usePreviewMode, useServerSeoMeta, useHeadSafe, useAppConfig, useNuxtApp, createUseAsyncData, createUseFetch, onPrehydrate, useAnnouncer, useError, useHydration, useLayout, useLazyAsyncData, useLazyFetch, useNuxtData, useRequestHeader, useRuntimeHook, useRouteAnnouncer), components (NuxtLink, NuxtPage, NuxtLayout, ClientOnly, NuxtIsland, NuxtLoadingIndicator, NuxtRouteAnnouncer, NuxtErrorBoundary, DevOnly, NuxtClientFallback, NuxtPicture, NuxtImg, Teleport, NuxtTime, NuxtAnnouncer, NuxtWelcome), utils ($fetch, definePageMeta, createError, showError, clearError, navigateTo, callOnce, updateAppConfig, defineNuxtRouteMiddleware, defineNuxtPlugin, defineNitroPlugin, refreshNuxtData, reloadNuxtApp, abortNavigation, setPageLayout, onNuxtReady, preloadRouteComponents, addRouteMiddleware, preloadComponents, prerenderRoutes, defineNuxtComponent, isHydrating), CLI commands (dev, build, generate, preview, typecheck, prepare, analyze, info, upgrade, cleanup, devtools, build-module, test, module, add, init), Nuxt Kit API (defineNuxtModule, installModule, addPlugin, addPluginTemplate, addComponent, addComponentsDir, addServerHandler, addDevServerHandler, useNitro, addServerPlugin, addPrerenderRoutes, addServerImports, addServerImportsDir, addServerScanDir, useNuxt, tryUseNuxt, extendPages, extendRouteRules, addRouteMiddleware, getLayerDirectories), server routes, custom $fetch |
| guides.md | Rendering modes (SSR/CSR/hybrid/edge), Nitro server engine, auto-imports, modules, layers authoring, prerendering, error handling, deployment, testing, experimental features, lifecycle hooks (app/build/server), runtime config, custom routing, NuxtApp context, Nuxt internals, debugging, sessions & authentication, Vite plugins, Nuxt Kit, nightly release channel, Nuxt lifecycle (server/client), TypeScript, code style (ESLint), hydration best practices, performance best practices, plugin best practices, AI integration (MCP server, LLMs.txt), custom events, features config, module author guide (getting started, anatomy, recipes, dependencies, hooks/types, testing, best practices, ecosystem) |
What ships with it
3 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.
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.
- 9d ago First seen · 397 lines · 33 tokens per session scan A b7867b5de940
nuxt-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 5,190 once invoked, about $0.0002 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
slidev
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
nuxt-ui
Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.
admin-net-frontend
Use when building Vue 3 admin dashboard frontends with dynamic routing, permission-based menus, and CRUD page generation. Admin.NET Frontend: Vue 3 + Vite + TypeScript admin UI for Admin.NET backend.
vue
Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support.
nextjs-expert
Expert knowledge in Next.js framework, Server-Side Rendering, Static Site Generation, App Router, Server Components, and full-stack React applications. Use when the user mentions React, SSR, SSG, the App Router, React Server Components, or full stack, or when the task involves Next.js Fundamentals, App Router…
vue-expert
Expert knowledge in Vue.js 3, Composition API, Pinia state management, and Nuxt.js for building modern reactive web applications. Use when the user mentions Vue 3, the Composition API, Pinia, Nuxt, reactive, or frontend, or when the task involves Vue 3 Fundamentals, Composition API, Pinia State Management, or Nuxt.js.