<nome-do-papel>

<nome-do-papel> is an agent for coding agents from Senavictors/bootstrap-agent-architecture-plugin. It costs 0 tokens per session (417 once invoked), scanned A, original, MIT.

A repository guide template for documenting how one area of a software project is organized and which rules it follows.

In plain words
What is it for?
Use it to record real folders, files, namespaces, required rules, code references, and actions that need human approval.
Why use it?
It gives coding agents concrete project-specific guidance instead of making them guess from incomplete or abstract instructions.

Agent

Part of the bootstrap-agent-architecture plugin — 9 skills, 1 agent shipped together

Install

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.

agentmods
npx agentmods add agents/senavictors/bootstrap-agent-architecture-plugin/_role-template
Clone the repo
git clone --depth 1 https://github.com/Senavictors/bootstrap-agent-architecture-plugin

Or install bootstrap-agent-architecture, the plugin that ships this one along with the rest of its 9 skills, 1 agent.

Wrote 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.

agentmods badge for <nome-do-papel>

README.md
[![agentmods](https://agentmods.dev/badge/agents/senavictors/bootstrap-agent-architecture-plugin/_role-template.svg)](https://agentmods.dev/agents/senavictors/bootstrap-agent-architecture-plugin/_role-template)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash ff1a398e057d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugin/skills/bootstrap-init/assets/templates/claude/agents/_role-template.md · 37 lines

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)

  1. <Regra 1>. <Por que, se não for óbvio.>
  2. <Regra 2>.
  3. <Regra 3>.

Referências de código (leia antes de replicar um padrão)

  • : ArquivoA.extArquivoB.extArquivoC.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>
Changes

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.

  1. 3d ago First seen · 37 lines · 0 tokens per session scan A ff1a398e057d

Subscribe to this mod's changes

<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.

Related

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).

alexei-led/cc-thingz · 70 tokens

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).

alexei-led/cc-thingz · 70 tokens

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).

alexei-led/cc-thingz · 56 tokens

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).

alexei-led/cc-thingz · 67 tokens

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…

rtk-ai/rtk · 0 tokens

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.

ZaxbyHub/opencode-swarm · 34 tokens