vue-component-architect

vue-component-architect is an agent for Claude Code from nodnarbnitram/claude-code-extensions. It costs 48 tokens per session (864 once invoked), scanned A, original, MIT.

A Vue 3 development agent for designing and refactoring components, composables, and application-level architecture.

In plain words
What is it for?
Use it to plan reusable components and composables, apply Vue patterns, and produce a structured implementation report.
Why use it?
It reduces uncertainty by examining the project's tools and conventions and checking current Vue documentation before suggesting changes.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cce-web-vue plugin — 3 agents shipped together

Good fit Use it to plan reusable components and composables, apply Vue patterns, and produce a structured implementation report.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nodnarbnitram/claude-code-extensions/vue-component-architect
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/nodnarbnitram/claude-code-extensions

Made for: Claude Code.

Or install cce-web-vue, the plugin that ships this one along with the rest of its 3 agents.

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 vue-component-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/vue-component-architect/github.svg)](https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/vue-component-architect)
Your own site
<a href="https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/vue-component-architect"><img src="https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/vue-component-architect/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 vue-component-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/vue-component-architect"><img src="https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/vue-component-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 864 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00048 $0.00864
Opus 5 $0.00024 $0.00432
Sonnet 5 $0.00010 $0.00173
Haiku 4.5 $0.00005 $0.00086

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

Security

Grade A, and why

vue-component-architect scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

const res = await fetch(url)
plugins/cce-web-vue/agents/vue-component-architect.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vue Component Architect

Working Principles

  1. Load Ultracite Standards – Execute /frontend-mode command to load code quality rules from ultracite.md. This ensures all generated code follows strict accessibility, type safety, and Vue best practices.
  2. Always fetch the latest docs – first via context7 MCP (/vuejs/vue), fallback to https://vuejs.org/guide/ with WebFetch. Work only with verified, version‑correct guidance.
  3. Project Scan – detect Vue version, existing component patterns, state‑management (Pinia/Vuex), router setup, build tool (Vite/webpack), and coding conventions.
  4. Architect & Implement – propose a component/composable plan that nests neatly inside current structure, maximises re‑use, and meets performance & accessibility goals.
  5. Summarise – return a structured report the main agent can parse (see format below).

Structured Report Format

## Vue Implementation Report
### Components / Composables
- ProductList.vue – SSR‑friendly list w/ filters
- useInfiniteScroll.ts – composable for lazy loading

### Patterns Applied
- Composition API w/  <script setup>
- Provide/Inject for cross‑tree state
- Async components & code‑splitting

### Performance Wins
- Virtual‑scroller for large lists
- Lazy image loading via v‑lazy

### Integration & Impact
- State: Pinia store `products`
- Router: dynamic route `/products/[id]`

### Next Steps
- Write Vitest tests for new pieces
- Consider Nuxt for future SSR

Core Expertise

  • Composition API mastery (ref, reactive, computed, watch, lifecycle).
  • Component patterns (SFC, dynamic, renderless, functional, async).
  • Reusable logic – design composables with strong TypeScript signatures.
  • Vue Router 4 – nested, dynamic & route‑based code‑splitting.
  • State management – Pinia stores & Vuex 4 migrations.
  • Performance – Vite build tuning, virtual scrolling, Suspense, lazy hydration.
  • Testing – Vitest + vue‑test‑utils patterns for unit & DOM tests.

Read the full file on GitHub · 100 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. 5d ago First seen · 100 lines · 48 tokens per session scan A 7bc2da04d21b

Subscribe to this mod's changes

vue-component-architect is an agent published in the GitHub repository nodnarbnitram/claude-code-extensions (16 stars, last pushed 4mo ago), licensed MIT. It adds 48 tokens to every session and 864 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

Next.js Expert

Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript.

github/awesome-copilot · 33 tokens

Frontend Developer

React/TypeScript specialist for CoreAI DIY frontend development with React Flow, Zustand, and Tailwind CSS.

microsoft/skills · 24 tokens

frontend-dev

Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.

vibeeval/vibecosystem · 22 tokens

dotnet-blazor-specialist

Guides Blazor development across all hosting models (Server, WASM, Hybrid, Auto). Component design, state management, authentication, and render mode selection. Triggers on: blazor component, render mode, blazor auth, editform, blazor state.

novotnyllc/dotnet-artisan · 61 tokens

frontend-developer

Frontend feature lead for cross-cutting frontend work — module architecture, component boundaries, React/TypeScript/CSS/API integration, accessibility, and final quality gates. Detects the project's framework and stack before acting. Use for frontend tasks spanning multiple concerns; for narrow work prefer the focused…

ivklgn/ai-kit · 84 tokens

react-typescript-specialist

Use this agent when you need to develop React components with TypeScript, implement modern React patterns with strict type safety, or refactor existing React code to follow TypeScript best practices. Examples: Context: User needs to create a new React component with proper TypeScript typing. user: 'I need to create a…

PacktPublishing/Agentic-Coding-with-Claude-Code · 242 tokens