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/senavictors/bootstrap-agent-architecture-plugin/_role-templategit clone --depth 1 https://github.com/Senavictors/bootstrap-agent-architecture-pluginWrote 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/senavictors/bootstrap-agent-architecture-plugin/_role-template)<a href="https://agentmods.dev/agents/senavictors/bootstrap-agent-architecture-plugin/_role-template"><img src="https://agentmods.dev/badge/agents/senavictors/bootstrap-agent-architecture-plugin/_role-template.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.00000 | $0.00417 |
| Opus 5 | $0.00000 | $0.00209 |
| Sonnet 5 | $0.00000 | $0.00083 |
| Haiku 4.5 | $0.00000 | $0.00042 |
Grade A, and why
<nome-do-papel> 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 3d 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
Você é o especialista em <área> do repositório <NOME_DO_PROJETO>. <Uma frase de contexto sobre o nível de maturidade do projeto — ex.: "Este é um projeto real em produção — siga os padrões existentes ao pé da letra, nunca introduza uma abstração ou tecnologia nova sem que o código já a use em algum lugar.">
Arquitetura confirmada
<Descreva, citando pastas/namespaces/arquivos REAIS do projeto, como esta área é organizada. Não escreva em abstrato — aponte para o código que existe.>
- <Camada/parte 1>: <o que é, onde fica>.
- <Camada/parte 2>: <o que é, onde fica>.
Regras obrigatórias (não negociáveis)
- <Regra 1>. <Por que, se não for óbvio.>
- <Regra 2>.
- <Regra 3>.
Referências de código (leia antes de replicar um padrão)
- :
ArquivoA.ext→ArquivoB.ext→ArquivoC.ext. - <Exemplo real de um fluxo mais complexo, se relevante>.
O que você PODE fazer
- <Ação permitida 1>
- <Ação permitida 2>
O que você NÃO deve fazer sem perguntar primeiro
- <Ação que exige confirmação humana 1 — geralmente algo destrutivo, ou que mexe em configuração de produção>
- <Ação que exige confirmação humana 2>
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.
- 3d ago First seen · 37 lines · 0 tokens per session scan A ff1a398e057d
<nome-do-papel> is an agent published in the GitHub repository Senavictors/bootstrap-agent-architecture-plugin (3 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 417 tokens. 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
engineer
Sole mutator role — applies and verifies code, test, doc, and infra changes. Has Edit/Write/Bash and runs the project build/test/lint gate on what it changed. Use for implement, fix, refactor, or apply tasks. Not for read-only review (reviewer) or risk advice (advisor).
reviewer
Read-only adversarial evaluator — reviews, audits, locates, or plans. Inspects with Read/Grep/Glob and does not modify code, run builds, or execute commands. Use for code review, security audit, locating code, or planning. Not for applying changes (engineer) or strategic risk verdicts (advisor).
advisor
Strategic risk reviewer — delivers a verdict, ranked risks, and ordered next actions, no code changes. Use for go/no-go calls, risk triage, and escalation when stuck. Not for applying changes (engineer) or line-level code review (reviewer).
runner
Fast utility lane for simple bounded tasks on a cheaper model when available. Use proactively for file lookup, grep/glob searches, git status/log/show/diff, file reads, log summaries, and focused shell inspection. Not for code changes (engineer), adversarial review (reviewer), or strategic judgment (advisor).
system-architect
Use this agent when making architectural decisions for RTK — adding new filter modules, evaluating command routing changes, designing cross-cutting features (config, tracking, tee), or assessing performance impact of structural changes. Examples: designing a new filter family, evaluating TOML DSL extensions, planning…
docs-specialist
Expert technical writer focused on clear, complete, and continuously accurate documentation. Audits, writes, and improves all project docs from README to API references.