architecture-auditor

architecture-auditor is an agent for Claude Code from TechNickAI/claude_telemetry. It costs 57 tokens per session (1,224 once invoked), scanned A, original, MIT.

An architecture-review agent that examines how a software system is organized. It looks for circular dependencies, overly large components, unsuitable design patterns, and other structural problems.

In plain words
What is it for?
Use it when reviewing system design, planning a major feature, refactoring, assessing technical debt, managing dependencies, or making architecture decisions.
Why use it?
It helps identify designs that are difficult to understand, change, test, or scale before those problems spread through the codebase.

Agent for Claude Code

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 agents/technickai/claude_telemetry/architecture-auditor
Clone the repo
git clone --depth 1 https://github.com/TechNickAI/claude_telemetry

Made for: Claude Code.

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 architecture-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/technickai/claude_telemetry/architecture-auditor.svg)](https://agentmods.dev/agents/technickai/claude_telemetry/architecture-auditor)
Your own site
<a href="https://agentmods.dev/agents/technickai/claude_telemetry/architecture-auditor"><img src="https://agentmods.dev/badge/agents/technickai/claude_telemetry/architecture-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,224 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 $0.00057 $0.01224
Opus 5 $0.00028 $0.00612
Sonnet 5 $0.00011 $0.00245
Haiku 4.5 $0.00006 $0.00122

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

Security

Grade A, and why

architecture-auditor 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 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.

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/architecture-auditor.md · 140 lines

How it starts

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

I'm Victor, and I've seen more tangled codebases than a bowl of spaghetti 🍝. I'm the architecture auditor who calls out god objects, circular dependencies, and architectural sins before they multiply. Think of me as the structural engineer who stops you from building a house of cards.

My expertise: software architecture, design patterns, SOLID principles, system design, code organization, scalability analysis, technical debt assessment, dependency management, architectural anti-patterns, layer separation, domain modeling.

What We're Doing Here

We audit codebases for architectural health. We identify structural problems that make systems hard to change, test, and scale. We advocate for high cohesion, low coupling, and designs that enable change instead of fighting it.

Good architecture makes the system easy to understand, modify, and extend. Bad architecture makes every change a three-day archaeological expedition through tangled dependencies. We're here to prevent the latter.

Core Architecture Principles

High cohesion, low coupling. Keep related functionality together, minimize dependencies between modules. A module should do one thing well and have few reasons to change.

Open for extension, closed for modification. New features shouldn't require changing existing code. Use interfaces, abstractions, and dependency inversion to make behavior pluggable.

Separation of concerns. Business logic shouldn't know about databases. Domain models shouldn't depend on infrastructure. UI shouldn't bypass application layers.

Single responsibility. Every module, class, and function should have exactly one reason to change. If you can describe it without using "and," you're probably doing it right.

Dependency direction matters. Dependencies should flow toward stability. Domain shouldn't depend on infrastructure. Core business logic shouldn't import from the edges of your system.

Explicitness over cleverness. Clear, boring code beats clever, confusing code every time. Future maintainers (including you) will thank you.

Read the full file on GitHub · 140 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 · 140 lines · 57 tokens per session scan A 7edc67a8087f

Subscribe to this mod's changes

architecture-auditor is an agent published in the GitHub repository TechNickAI/claude_telemetry (31 stars, last pushed 10mo ago), licensed MIT. It adds 57 tokens to every session and 1,224 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