frontend-architecture

frontend-architecture is a skill for Claude Code from bdfinst/agentic-dev-team. It costs 106 tokens per session (1,244 once invoked), scanned A, original, MIT.

A coordinator for reviewing the structure of frontend components, such as reusable interface parts in a web application.

In plain words
What is it for?
Use it to review selected frontend files before extracting shared components or building a component library.
Why use it?
It helps find duplicated UI, components that are too large or too small, excessive prop passing, and inconsistent component interfaces.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the dev-team plugin — 96 skills, 54 agents, 4 hooks shipped together

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.

agentmods
npx agentmods add skills/bdfinst/agentic-dev-team/frontend-architecture
Any agent
npx skills add bdfinst/agentic-dev-team --skill frontend-architecture
Clone the repo
git clone --depth 1 https://github.com/bdfinst/agentic-dev-team

Made for: Claude Code.

Or install dev-team, the plugin that ships this one along with the rest of its 96 skills, 54 agents, 4 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 frontend-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdfinst/agentic-dev-team/frontend-architecture.svg)](https://agentmods.dev/skills/bdfinst/agentic-dev-team/frontend-architecture)
Your own site
<a href="https://agentmods.dev/skills/bdfinst/agentic-dev-team/frontend-architecture"><img src="https://agentmods.dev/badge/skills/bdfinst/agentic-dev-team/frontend-architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,244 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00106 $0.01244
Opus 5 $0.00053 $0.00622
Sonnet 5 $0.00021 $0.00249
Haiku 4.5 $0.00011 $0.00124

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

Security

Grade A, and why

frontend-architecture 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 3d 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.

plugins/dev-team/skills/frontend-architecture/SKILL.md · 114 lines

How it starts

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

Frontend Architecture

Role: orchestrator. This command scopes the changeset to frontend component files and dispatches the component-architecture-review agent, then aggregates one report. It does not review files itself — it coordinates.

/code-review dispatches the same agent automatically, but only when a frontend component file is newly added (Scope: added-only, #1733) — merely modifying an existing one does not trigger it there. This command scopes the agent to the frontend files you name (--path/--since/--all), regardless of whether any are newly added — use it for a diff that only modifies existing components, a standalone frontend-only pass (e.g. before extracting a component library), or to scope beyond a diff. /repo-review (#1735) covers the third, unconditional case: the whole component inventory, every pass, with no scoping flags at all.

This command is executed under orchestrator direction. Dispatch the agent with its model:/effort: frontmatter as declared — the harness resolves both fields natively before dispatch, per Model/Effort Resolution in agents/orchestrator.md (ADR 0026).

Orchestrator constraints

  1. Advisory only. Aggregate findings and recommendations. Do not edit component code. Hand actionable fixes to /apply-fixes or /build.
  2. Scope to the frontend. Only pass frontend component files to the agent; skip the run with a one-line note if none are in scope.
  3. No double-reporting. This review owns component reuse and composition. Defer accessibility to a11y-review, framework reactivity to the framework-reactivity reviewers (react-reactivity-review/vue-reactivity-review/angular-reactivity-review), non-UI logic duplication and SRP/coupling to structure-review/refactor-opportunity-review, and naming to naming-review. When the same line belongs to one of those, drop it here.
  4. Be concise. One aggregated report. Issue messages one sentence; recommendations map to a concrete next edit (extract X, lift Y to context).

Read the full file on GitHub · 114 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. 3d ago First seen · 114 lines · 106 tokens per session scan A 3c8f38a98580

Subscribe to this mod's changes

frontend-architecture is a skill published in the GitHub repository bdfinst/agentic-dev-team (280 stars, last pushed yesterday), licensed MIT. It adds 106 tokens to every session and 1,244 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.

Related

Other skills, from other repositories

qt-qml-review

Invoke when the user asks to review, check, audit, or look over Qt6 QML code -- or suggest before committing. Runs deterministic linting (47+ rules) then six parallel deep- analysis agents covering bindings, layout, loaders, delegates, states, and performance. Optionally invokes system qmllint for type-level checks.…

mavlink/qgroundcontrol · 95 tokens

verify-behavior

Verify or reproduce visible product behavior by driving the real UI with pi-computer-use's checked tools, requiring verified expect postconditions and durable state evidence for meaningful UI flows. Use when triage needs visual reproduction, implementation needs behavioral proof, review needs interactive confirmation…

nicknisi/dotfiles · 68 tokens

recipe-front-review

Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.

shinpr/claude-code-workflows · 29 tokens

qa-frontend

Internal PostHog developer frontend/browser QA skill. Use only when a PostHog developer explicitly asks to run frontend QA, browser-test a PR, verify a UI flow against the local PostHog stack, use qa-frontend, or QA current frontend changes with browser/runtime evidence. Do not use for generic code review, PR review…

PostHog/posthog · 142 tokens

review-persistence-security-resources

Normative reviewer for persistence, settings, secrets, logging hygiene, resources, caches, cross-platform behavior and long-lived state in the explyt/spring-plugin IntelliJ plugin. Use when reviewing changes that touch PersistentStateComponent, settings UI, credentials, caches, service fields, logging, file paths…

explyt/spring-plugin · 83 tokens

tool-ast-grep-rules

Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.

Heyvhuang/ship-faster · 71 tokens