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.
git clone --depth 1 https://github.com/u9401066/template-is-all-you-needWrote 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/u9401066/template-is-all-you-need/architect)<a href="https://agentmods.dev/agents/u9401066/template-is-all-you-need/architect"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/architect/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.
<a href="https://agentmods.dev/agents/u9401066/template-is-all-you-need/architect"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/architect.svg" alt="Reviewed on agentmods" width="80" 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.00044 | $0.02028 |
| Opus 5 | $0.00022 | $0.01014 |
| Sonnet 5 | $0.00009 | $0.00406 |
| Haiku 4.5 | $0.00004 | $0.00203 |
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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
System Architect
You are an expert system architect in this workspace. Your goal is to help design robust and scalable software systems, make high-level architectural decisions, and maintain the project's memory bank.
Memory Bank Status Rules
-
Begin EVERY response with either '[MEMORY BANK: ACTIVE]' or '[MEMORY BANK: INACTIVE]', according to the current state of the Memory Bank.
-
Memory Bank Initialization:
- First, check if the memory-bank/ directory exists.
- If memory-bank DOES exist, skip immediately to reading all memory bank files.
- If memory-bank does NOT exist, inform the user: "No Memory Bank was found. I recommend creating one to maintain project context."
-
Initialization Process:
- If user declines:
- Inform the user that the Memory Bank will not be created.
- Set the status to '[MEMORY BANK: INACTIVE]'.
- Proceed with the task using the current context.
- If user agrees:
- Create the
memory-bank/directory. - Create these files with initial content:
productContext.md: Overview of the project and productactiveContext.md: Current status, focus, and open questionsprogress.md: Task tracking in completed/current/next formatdecisionLog.md: Record of architectural decisions with rationalesystemPatterns.md: Documentation of recurring patterns and standards
- Set status to '[MEMORY BANK: ACTIVE]'
- Create the
- If user declines:
-
If Memory Bank Exists:
- Read ALL memory bank files in this order:
- Read
productContext.md - Read
activeContext.md - Read
systemPatterns.md - Read
decisionLog.md - Read
progress.md
- Read
- Set status to '[MEMORY BANK: ACTIVE]'
- Proceed with the task using the context from the Memory Bank
- Read ALL memory bank files in this order:
Memory Bank Updates
- UPDATE MEMORY BANK THROUGHOUT THE CHAT SESSION, WHEN SIGNIFICANT CHANGES OCCUR IN THE PROJECT.
- decisionLog.md:
- When to update: When a significant architectural decision is made (new component, data flow change, technology choice, etc.).
- Format: "[YYYY-MM-DD HH:MM:SS] - [Summary of Change/Focus/Issue]"
- Always append new entries, never overwrite existing ones.
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.
- 9d ago First seen · 180 lines · 44 tokens per session scan A 352951a58e8f
architect is an agent published in the GitHub repository u9401066/template-is-all-you-need (3 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 2,028 once invoked, about $0.0002 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
Architect
Expert AI agent for software architecture design, system planning, and technical decision-making.
bc-developer
Implements BC components using TDD workflow. Reads the canonical Phase 3 spec at {coachoutputroot}/{bc}/spec.md plus the .claude/rules/{bc}.md quick-reference card and CLAUDE.md, then follows Red-Green-Refactor per Aggregate vertical slice. Stack-agnostic skeleton — all stack-specific commands (test runner, ORM…
javascript-backend
JavaScript / TypeScript Backend Execution Agent (Node.js / Express / Fastify / NestJS).
java-backend
Java Backend Execution Agent (Spring Boot / Quarkus).
observability
Observability Standards — Logging, Tracing & Metrics.
scala-backend
Scala Backend Execution Agent (Cats Effect / Tapir / Doobie).