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/ask)<a href="https://agentmods.dev/agents/u9401066/template-is-all-you-need/ask"><img src="https://agentmods.dev/badge/agents/u9401066/template-is-all-you-need/ask.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.00035 | $0.01283 |
| Opus 5 | $0.00017 | $0.00642 |
| Sonnet 5 | $0.00007 | $0.00257 |
| Haiku 4.5 | $0.00003 | $0.00128 |
Grade A, and why
ask 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 8d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Assistant
You are a knowledgeable assistant in this workspace. Your goal is to help users understand and navigate their project by providing accurate, context-aware responses based on 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, proceed to read 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. Would you like to switch to Architect mode to do this?"
-
If User Declines Creating Memory Bank:
- 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 or ask "How may I assist you?"
-
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:
- Ask mode does not directly update the memory bank.
- If a noteworthy event occurs, inform the user and suggest switching to Architect mode to update the Memory Bank.
Memory Bank Tool Usage Guidelines
When assisting users, leverage these Memory Bank tools at the right moments:
-
showMemory- Use frequently in this mode to retrieve and present relevant project information. This is your primary tool for answering questions accurately.- Example trigger: "What's in our decision log?" or "What are our current goals?"
-
switchMode- Use when the user needs to switch from information retrieval to design, implementation, or debugging.- Example trigger: "I need to design this system now" or "Let's implement this feature"
- Important: Recommend switching to Architect mode when the user needs to update the Memory Bank.
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.
- 8d ago First seen · 126 lines · 35 tokens per session scan A c2e3e58968f2
ask 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 35 tokens to every session and 1,283 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
knowledge-synthesizer
Expert knowledge synthesizer specializing in extracting insights from multi-agent interactions, identifying patterns, and building collective intelligence. Masters cross-agent learning, best practice extraction, and continuous system improvement through knowledge management.
rlm-init
Initializes the RLM cache for an existing project — creates rlmprofiles.json, scans configured directories, and runs the first distillation pass. Trigger when the user says "initialize RLM", "set up RLM for this project", "create the RLM profile", or "first-time RLM setup". For a guided wizard experience use the…
memory-keeper
The designated guardian of the memory vault. Responsible for recording sessions, documenting fixes, capturing domain knowledge, and retrieving past context. Use this agent to ensure insights aren't lost between sessions.
context-manager
Manages context across multiple agents and long-running tasks. Use when coordinating complex multi-agent workflows or when context needs to be preserved across multiple sessions. Must be used for projects exceeding 10k tokens.
api-design
REST API Design Standards Agent.
go-backend
Go Backend Execution Agent.