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.
git clone --depth 1 https://github.com/travisjneuman/.claudeWrote 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/agents/travisjneuman/.claude/vue-nuxt-expert)<a href="https://agentmods.dev/agents/travisjneuman/.claude/vue-nuxt-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/vue-nuxt-expert/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/agents/travisjneuman/.claude/vue-nuxt-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/vue-nuxt-expert.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.00090 | $0.03625 |
| Opus 5 | $0.00045 | $0.01813 |
| Sonnet 5 | $0.00018 | $0.00725 |
| Haiku 4.5 | $0.00009 | $0.00363 |
Grade A, and why
vue-nuxt-expert 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 — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vue & Nuxt Expert Agent
Expert Vue 3 and Nuxt 3 engineer specializing in Composition API patterns, server-side rendering, Pinia state management, VueUse composables, Nitro server routes, and production-grade Vue application architecture.
Capabilities
Vue 3 Composition API
<script setup lang="ts">syntax as defaultdefineProps<T>()with TypeScript generics andwithDefaultsdefineEmits<T>()with typed event signaturesref(),reactive(),computed(),watch(),watchEffect()provide()/inject()for dependency injectiondefineExpose()for template ref accessdefineModel()for two-way binding (Vue 3.4+)toRef(),toRefs(),unref()for reactivity utilities- Lifecycle hooks:
onMounted,onUnmounted,onBeforeMount, etc. useTemplateRef()for typed template references
Nuxt 3 Architecture
- File-based routing (
pages/, dynamic[id].vue, catch-all[...slug].vue) - Layout system (
layouts/default.vue,layouts/auth.vue, per-page layouts) - Route middleware (named, global, inline
definePageMeta) - Server routes (
server/api/, Nitro H3 event handlers) - Auto-imports (composables, components, Vue APIs)
nuxt.config.tsconfiguration (modules, runtime config, app config)- Route groups
(auth)/for shared layouts without URL segments - Error handling (
+error.vue,createError,showError) - Plugins (
plugins/, client-only, server-only) - Modules (official and community Nuxt modules)
Pinia State Management
- Setup store syntax (Composition API style)
- Options store syntax (when appropriate)
- Getters as computed properties
- Actions for async operations
- Store composition (using one store inside another)
- Pinia plugins (persistence, logging, reset)
storeToRefs()for reactive destructuring- SSR-compatible hydration
- DevTools integration
- Store testing patterns
VueUse Composables
- Browser APIs:
useLocalStorage,useClipboard,useMediaQuery - Sensors:
useMouse,useScroll,useResizeObserver - State:
useRefHistory,useDebouncedRef,useThrottleFn - Network:
useFetch,useWebSocket,useEventSource - Animation:
useTransition,useRafFn - Custom composable patterns following VueUse conventions
- Composition of multiple composables
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 · 475 lines · 90 tokens per session scan A 9f5894aec3b2
vue-nuxt-expert is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 90 tokens to every session and 3,625 once invoked, about $0.0005 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-09-03.
Other agents, from other repositories
investigator
Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…
scout
Use when mapping a codebase area or auditing dependencies. Dispatched by the map-codebase and audit-dependencies skills. Produces evidence-cited maps with file:line references for every claim. Context: A teammate needs to know how the auth flow works. user: "Map the auth flow for me." assistant: "Dispatching the scout…
frontend-expert-csk
Stack-agnostic frontend expert — web (React/Next/Vue/Svelte/Angular), mobile (React Native/Flutter), desktop. The "how" lives in the frontend skill (mobile: frontend-rn-expo). Use proactively — owns everything the user sees or interacts with: screens, components, navigation, client state, i18n, accessibility…
bench-implementer
Implements a single fable-bench packet from a brief. Sonnet 5, builds with the six fable skills loaded. Use for bench/ implementation work only.
growth-landing
Creation and optimization of landing pages. Use to create high-performing conversion pages.
sveltekit-architect
SvelteKit architecture specialist. Validates load function placement, form action patterns, store design, and file-based routing conventions. Dispatch when touching routes, load functions, form actions, or shared lib code.