nuxt-docs

nuxt-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 33 tokens per session (5,190 once invoked), scanned A, original, MIT.

A guide to Nuxt, a framework for building full-stack web applications with Vue. It provides conventions for pages, URLs, server-side rendering, data loading, and server code.

In plain words
What is it for?
Use it to create Vue pages and layouts, define routes, load data, build server endpoints, manage application state, set page metadata, and deploy the app.
Why use it?
It helps developers understand where application code belongs and how the browser and server work together in a Nuxt project.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create Vue pages and layouts, define routes, load data, build server endpoints, manage application state, set page metadata, and deploy the app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/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 pledgeandgrow/pledge-skills --skill nuxt
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

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-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/nuxt/github.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/nuxt)
Your own site
<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.

agentmods 80×15 button for nuxt-docs

Your own site · 80×15
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,190 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.00033 $0.05190
Opus 5 $0.00016 $0.02595
Sonnet 5 $0.00007 $0.01038
Haiku 4.5 $0.00003 $0.00519

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

Security

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.

skills/nuxt/SKILL.md · 397 lines

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)

Read the full file on GitHub · 397 lines

Files

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.

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. 9d ago First seen · 397 lines · 33 tokens per session scan A b7867b5de940

Subscribe to this mod's changes

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.

Related

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.

slidevjs/slidev · 51 tokens

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.

nuxt/ui · 56 tokens

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.

znlgis/opengis-skills · 49 tokens

vue

Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support.

bobmatnyc/claude-mpm-skills · 29 tokens

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…

personamanagmentlayer/pcl · 77 tokens

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.

personamanagmentlayer/pcl · 78 tokens