arch-review-single

arch-review-single is a command for Claude Code from davistroy/claude-marketplace. It costs 15 tokens per session (562 once invoked), scanned A, original, MIT.

A command that runs one selected reviewer from an architecture review team against a codebase or other target. Reviewers cover areas such as data, APIs, security, performance, testing, and operations.

In plain words
What is it for?
Use it for targeted checks, follow-up reviews after fixes, or adding a specific architectural review—such as security, data, integration, or platform engineering—to an existing assessment.
Why use it?
It lets you repeat or focus a review on one area instead of running the entire review team every time.

Command for Claude Code

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

Part of the personal-plugin plugin — 29 skills, 23 commands, 10 agents, 2 hooks shipped together

Good fit Use it for targeted checks, follow-up reviews after fixes, or adding a specific architectural review—such as security, data, integration, or platform engineering—to an existing assessment.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/davistroy/claude-marketplace/arch-review-single
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/davistroy/claude-marketplace

Made for: Claude Code.

Or install personal-plugin, the plugin that ships this one along with the rest of its 29 skills, 23 commands, 10 agents, 2 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 arch-review-single

README.md
[![agentmods](https://agentmods.dev/badge/commands/davistroy/claude-marketplace/arch-review-single/github.svg)](https://agentmods.dev/commands/davistroy/claude-marketplace/arch-review-single)
Your own site
<a href="https://agentmods.dev/commands/davistroy/claude-marketplace/arch-review-single"><img src="https://agentmods.dev/badge/commands/davistroy/claude-marketplace/arch-review-single/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 arch-review-single

Your own site · 80×15
<a href="https://agentmods.dev/commands/davistroy/claude-marketplace/arch-review-single"><img src="https://agentmods.dev/badge/commands/davistroy/claude-marketplace/arch-review-single.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 562 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.00015 $0.00562
Opus 5 $0.00008 $0.00281
Sonnet 5 $0.00003 $0.00112
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

arch-review-single 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 11d 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/personal-plugin/commands/arch-review-single.md · 43 lines

What it actually says

Architecture Review — Single Domain Agent

Run one domain reviewer against a target. Use for re-running after remediation, targeted spot-checks, or adding a domain to an existing review.

Usage: /arch-review-single <agent-name> <path-to-target>

Valid agent names:

  • solutions-architect — Architecture fit, patterns, NFRs
  • data-architect — Data models, storage, governance
  • integration-architect — APIs, contracts, events, resilience
  • software-engineer — Code quality, design, technical debt
  • performance-engineer — Scalability, structural performance risks
  • qa-architect — Test strategy, coverage, CI gates
  • security-architect — Threat model, SAST, AppSec, dependencies
  • platform-engineer — CI/CD, IaC, observability, ops readiness
  • risk-compliance — Regulatory, audit trail, business continuity

Parse from: $ARGUMENTS

Format: <agent-name> <target-path>

  1. Extract agent name (first token) and target path (remainder)
  2. Validate agent name against the list above — if invalid, print valid names and stop
  3. Check if <target-path>/arch-review/intake.md exists:
    • If yes: use it as the intake context
    • If no: perform a brief intake pass (5-minute reconnaissance: stack detection, README read, directory structure)
  4. Ensure output directory exists: mkdir -p <target-path>/arch-review/findings
  5. Dispatch via the Agent tool with subagent_type: "personal-plugin:<agent-name>" (fall back to the bare <agent-name> if the namespaced subagent type does not resolve). Pass only the intake context, target path, and output paths — do NOT read or inline the agent's definition file; the registered agent supplies its own system prompt.
  6. Agent writes findings to <target-path>/arch-review/findings/<agent-name>.md
  7. Agent writes its own <target-path>/arch-review/findings/<agent-name>.meta.json (per-agent file, not a shared/merged meta file)
  8. Print findings summary to terminal on completion

If this is a re-run (findings file already exists), the new output overwrites the previous. Run /arch-synthesize <target-path> afterward to regenerate the executive summary.

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. 11d ago First seen · 43 lines · 15 tokens per session scan A db92dda74475

Subscribe to this mod's changes

arch-review-single is a command published in the GitHub repository davistroy/claude-marketplace (5 stars, last pushed 4d ago), licensed MIT. It adds 15 tokens to every session and 562 once invoked, about $0.0001 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-31.