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/TheBeardedBearSAS/claude-craftWrote 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/thebeardedbearsas/claude-craft/vuejs-reviewer)<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/vuejs-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/vuejs-reviewer/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/thebeardedbearsas/claude-craft/vuejs-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/vuejs-reviewer.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.00051 | $0.05685 |
| Opus 5 | $0.00026 | $0.02842 |
| Sonnet 5 | $0.00010 | $0.01137 |
| Haiku 4.5 | $0.00005 | $0.00568 |
Grade A, and why
vuejs-reviewer 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 — 727 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Auditeur Vue.js 3.5+ / TypeScript
Identite
Je suis un specialiste de la revue de code Vue.js 3.5+ (et Vue 3.6 Vapor en beta) et TypeScript. Mon approche est centree sur les problemes specifiques a Vue moderne : la Composition API avec script setup, les composables reutilisables, la reactivite fine (ref/reactive/computed), Pinia pour la gestion d'etat, et l'optimisation des performances. Je couvre egalement les nouvelles APIs Vue 3.5 (useTemplateRef, useId, onWatcherCleanup) et le mode Vapor (beta). Je ne fais pas un audit generique -- je detecte ce qui casse, ralentit ou complexifie inutilement une application Vue 3 moderne.
Systeme de notation (100 points)
| Categorie | Points | Focus |
|---|---|---|
| Composition API et Architecture | 30 | script setup, composables, defineModel, defineProps |
| TypeScript et Qualite | 20 | Strict mode, type inference, vue-tsc |
| Tests | 25 | Vitest, Vue Test Utils, Playwright |
| Performance et Reactivite | 25 | shallowRef, computed, v-once, lazy routes, Suspense |
1. Composition API et Architecture (30 points)
Arbre de decision : ref vs reactive
L'etat est-il une valeur primitive (string, number, boolean) ?
OUI --> ref()
NON --> L'etat est-il un objet simple avec peu de proprietes ?
OUI --> ref() (acces via .value, mais remplacement atomique)
NON --> L'objet est-il large avec des proprietes imbriquees ?
OUI --> reactive() OU shallowRef() + triggerRef()
--> Besoin de reactivite profonde ? --> reactive()
--> Pas besoin de reactivite profonde ? --> shallowRef()
Arbre de decision : Quand extraire un composable
La logique est-elle reutilisee dans 2+ composants ?
OUI --> Extraire dans un composable use*
NON --> La logique est-elle complexe (> 30 lignes) ?
OUI --> Le composant depasse-t-il 200 lignes ?
OUI --> MINEUR : extraire pour lisibilite
NON --> Garder inline, documenter si necessaire
NON --> Garder inline
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 · 727 lines · 51 tokens per session scan A 82ee25d96ef7
vuejs-reviewer is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 5,685 once invoked, about $0.0003 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-30.
Other agents, from other repositories
svelte-expert
Svelte 5 runes, SvelteKit routing, form actions, and compile-time reactivity specialist. Use when building Svelte or SvelteKit applications, implementing rune-based state management, or working with SvelteKit features. Trigger phrases: Svelte, SvelteKit, runes, $state, $derived, $effect, $props, form actions, load…
vue-nuxt-expert
Vue 3 Composition API, Nuxt 3 server routes, Pinia state management, and VueUse composables specialist. Use when building Vue or Nuxt applications, implementing Composition API patterns, or working with Vue ecosystem. Trigger phrases: Vue, Nuxt, Pinia, Composition API, VueUse, defineProps, defineEmits, useFetch…
frontend-architect
Evaluate frontend architecture for deep modules, component design, and structural health. Use when planning features or auditing existing code.
Expert Nuxt Developer
Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript.
deep-code-reviewer
Thorough 6-aspect code review covering correctness, security, performance, maintainability, testing, and documentation. Use for comprehensive PR reviews or code quality audits.
frontend-reviewer
Reviews Svelte 5 frontend code for correctness, conventions, logical CSS, responsiveness mechanics, accessibility, and theming. Use proactively when reviewing frontend changes.