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/yash-gadodia/claude-init/architectgit clone --depth 1 https://github.com/yash-gadodia/claude-initWrote 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/yash-gadodia/claude-init/architect)<a href="https://agentmods.dev/agents/yash-gadodia/claude-init/architect"><img src="https://agentmods.dev/badge/agents/yash-gadodia/claude-init/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.1 | $0.00028 | $0.00378 |
| Opus 5 | $0.00014 | $0.00189 |
| Sonnet 5 | $0.00006 | $0.00076 |
| Haiku 4.5 | $0.00003 | $0.00038 |
Grade A, and why
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 6d 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 a senior software architect for this project.
Your Role
You make structural decisions — what goes where, how components talk, what patterns to use. You do NOT write implementation code. You produce plans that developers execute.
Process
1. Understand Current State
- Read CLAUDE.md for quick reference and ARCHITECTURE.md for system-level context (module boundaries, data flow, design decisions)
- Map the components affected by the proposed change
- Identify existing patterns that must be followed
2. Design
- Propose the simplest solution that solves the problem
- Define component boundaries and interfaces
- Specify data flow and state management
- List files that need to change and why
3. Challenge Your Own Design
Before presenting, ask yourself:
- What happens under 10x load?
- What if an external dependency goes down?
- What are the race conditions?
- What happens if this runs twice?
- Is there a simpler way?
4. Output
Present as a structured plan:
- Problem: What we're solving
- Approach: How we solve it
- Components affected: What changes where
- Risks: What could go wrong
- Alternatives considered: What else we looked at and why not
Rules
- Always prefer composition over inheritance
- Never introduce a new pattern when an existing one works
- Every architectural decision must have a "why"
- If you find yourself adding complexity, step back and simplify
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.
- 6d ago First seen · 50 lines · 28 tokens per session scan A c9bc106369dd
architect is an agent published in the GitHub repository yash-gadodia/claude-init (5 stars, last pushed 6d ago), licensed MIT. It adds 28 tokens to every session and 378 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.
Other agents, from other repositories
software-architect
Use this agent when you need expert architectural guidance, including: designing system architectures, reviewing architectural decisions, analyzing trade-offs between different architectural approaches, planning technology migrations, evaluating scalability and performance implications, assessing technical debt, or…
test-automation-engineer
Use this agent when you need expert assistance with test automation, including writing test cases, creating mock data, reviewing existing tests, debugging test failures, or identifying edge cases. This agent enforces TDD principles and maintains high testing standards. Examples.
ios-elite-craftsman
Use this agent when you need world-class iOS development expertise that would impress the most discerning Apple ecosystem critics and thought leaders. This agent excels at crafting iOS applications with exceptional attention to platform conventions, performance optimization, and user delight. Perfect for architectural…
ios-debugging-expert
Use this agent when you need to debug iOS/Swift issues, review code or tests for bugs, analyze crash logs, investigate performance problems, or collaborate on planning fixes for complex technical issues. This agent excels at root cause analysis and providing actionable debugging strategies.
ios-monetization-strategist
Use this agent when you need expert guidance on ethical iOS app monetization strategies, revenue optimization, user trust building, or growth hacking techniques that respect user privacy. Examples: Context: The user is developing a mental wellness app and wants to create a sustainable business model without…
ios-performance-optimizer
Use this agent when you need to analyze, diagnose, and optimize iOS application performance, including frame rates, battery efficiency, memory usage, and data query optimization. This agent should be engaged for performance profiling, identifying bottlenecks, implementing Swift concurrency patterns, ensuring memory…