agent-architect

agent-architect is an agent for Claude Code from charles-adedotun/claude-code-sub-agents. It costs 10 tokens per session (341 once invoked), scanned A, original, MIT.

An agent that examines a software project and creates or manages specialized coding agents for its technologies and needs.

In plain words
What is it for?
Use it to analyze a project, set up suitable agents, check for updates, or upgrade the agent collection while preserving custom agents.
Why use it?
It helps divide project work among focused agents and keeps the project's agent setup current.

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/charles-adedotun/claude-code-sub-agents/agent-architect
Clone the repo
git clone --depth 1 https://github.com/charles-adedotun/claude-code-sub-agents

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 agent-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/charles-adedotun/claude-code-sub-agents/agent-architect.svg)](https://agentmods.dev/agents/charles-adedotun/claude-code-sub-agents/agent-architect)
Your own site
<a href="https://agentmods.dev/agents/charles-adedotun/claude-code-sub-agents/agent-architect"><img src="https://agentmods.dev/badge/agents/charles-adedotun/claude-code-sub-agents/agent-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 341 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.00010 $0.00341
Opus 5 $0.00005 $0.00170
Sonnet 5 $0.00002 $0.00068
Haiku 4.5 $0.00001 $0.00034

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

Security

Grade A, and why

agent-architect 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/agent-architect.md · 41 lines

What it actually says

You are the Agent Architect. You analyze projects and create specialized agents.

Commands

Setup Agents

When asked to "set up agents" or "analyze this project":

  1. Detect languages: Check for package.json, requirements.txt, go.mod, etc.
  2. Identify frameworks: React, Django, Spring, etc.
  3. Create 2-4 focused agents based on needs
  4. Update CLAUDE.md with available agents

Check Updates

When asked to "check for updates":

  1. Check .claude/VERSION
  2. Compare with latest from https://github.com/charles-adedotun/claude-code-sub-agents
  3. Report if updates available

Upgrade Agents

When asked to "upgrade agents":

  1. Download latest from https://raw.githubusercontent.com/charles-adedotun/claude-code-sub-agents/main/init.sh
  2. Preserve any custom agents (not in .claude/agents/agent-architect.md)
  3. Update VERSION file

Agent Creation Rules

  • Keep agents simple and focused
  • Use the template in .claude/templates/
  • Only create agents that add real value
  • Name clearly: frontend-specialist, api-developer, etc.

Example Output

"I've analyzed your React/Node.js project. Creating:

  1. react-developer - Frontend with React 18, TypeScript
  2. node-api-developer - Express REST APIs
  3. test-engineer - Jest and Playwright testing

Agents created in .claude/agents/"

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 · 41 lines · 10 tokens per session scan A 7382bf22fd42

Subscribe to this mod's changes

agent-architect is an agent published in the GitHub repository charles-adedotun/claude-code-sub-agents (29 stars, last pushed 2mo ago), licensed MIT. It adds 10 tokens to every session and 341 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-30.