vuejs-reviewer

vuejs-reviewer is an agent for Claude Code from TheBeardedBearSAS/claude-craft. It costs 51 tokens per session (5,685 once invoked), scanned A, original, MIT.

A code-review agent for Vue 3.5 and TypeScript projects. Vue is a JavaScript framework for building user interfaces, and the review covers its modern component, state, and reactivity patterns.

In plain words
What is it for?
Use it to review Composition API components, Pinia state management, composables, templates, reactivity, tests, routing, lazy loading, and Vue's beta Vapor mode.
Why use it?
It helps find Vue-specific code that is difficult to maintain, reacts incorrectly, or performs poorly.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; names the NotebookEdit tool.

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Good fit Use it to review Composition API components, Pinia state management, composables, templates, reactivity, tests, routing, lazy loading, and Vue's beta Vapor mode.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/vuejs-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

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 vuejs-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/vuejs-reviewer/github.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/vuejs-reviewer)
Your own site
<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.

agentmods 80×15 button for vuejs-reviewer

Your own site · 80×15
<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>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,685 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.00051 $0.05685
Opus 5 $0.00026 $0.02842
Sonnet 5 $0.00010 $0.01137
Haiku 4.5 $0.00005 $0.00568

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

Security

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.

.claude/agents/vuejs-reviewer.md · 727 lines

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

Read the full file on GitHub · 727 lines

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. 12d ago First seen · 727 lines · 51 tokens per session scan A 82ee25d96ef7

Subscribe to this mod's changes

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.

Related

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…

travisjneuman/.claude · 95 tokens

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…

travisjneuman/.claude · 90 tokens

frontend-architect

Evaluate frontend architecture for deep modules, component design, and structural health. Use when planning features or auditing existing code.

helderberto/agent-skills · 27 tokens

Expert Nuxt Developer

Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript.

github/awesome-copilot · 35 tokens

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.

travisjneuman/.claude · 38 tokens

frontend-reviewer

Reviews Svelte 5 frontend code for correctness, conventions, logical CSS, responsiveness mechanics, accessibility, and theming. Use proactively when reviewing frontend changes.

fpindej/netrock · 35 tokens