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.
npx agentmods add agents/charles-adedotun/claude-code-sub-agents/agent-architectgit clone --depth 1 https://github.com/charles-adedotun/claude-code-sub-agentsWrote 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.
[](https://agentmods.dev/agents/charles-adedotun/claude-code-sub-agents/agent-architect)<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>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.
| Model | Per session | Once 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 |
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.
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":
- Detect languages: Check for package.json, requirements.txt, go.mod, etc.
- Identify frameworks: React, Django, Spring, etc.
- Create 2-4 focused agents based on needs
- Update CLAUDE.md with available agents
Check Updates
When asked to "check for updates":
- Check .claude/VERSION
- Compare with latest from https://github.com/charles-adedotun/claude-code-sub-agents
- Report if updates available
Upgrade Agents
When asked to "upgrade agents":
- Download latest from https://raw.githubusercontent.com/charles-adedotun/claude-code-sub-agents/main/init.sh
- Preserve any custom agents (not in .claude/agents/agent-architect.md)
- 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:
- react-developer - Frontend with React 18, TypeScript
- node-api-developer - Express REST APIs
- test-engineer - Jest and Playwright testing
Agents created in .claude/agents/"
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.
- 5d ago First seen · 41 lines · 10 tokens per session scan A 7382bf22fd42
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.
Other agents, from other repositories
sage
DEEP RESEARCH ONLY. Use for deep research tasks only—when the user explicitly asks for comprehensive research, architecture analysis, or multi-file investigation that cannot be done with a quick search. Do NOT use for simple lookups or finding where something is defined. Research-only tool for systematic codebase…
muse
Strategic planning agent that analyzes codebases and creates comprehensive implementation plans without making actual changes. Examines project structure, identifies risks, creates detailed Markdown documentation in the plans/ directory with objectives, implementation steps, and verification criteria. Provides project…
advanced
An advanced test agent with full configuration.
basic
A simple test agent for basic functionality.
no_id
Agent without ID to test filename override.
forge
Hands-on implementation agent that executes software development tasks through direct code modifications, file operations, and system commands. Specializes in building features, fixing bugs, refactoring code, running tests, and making concrete changes to codebases. Uses structured approach: analyze requirements…