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 skills/senavictors/bootstrap-agent-architecture-plugin/_skill-templatenpx skills add Senavictors/bootstrap-agent-architecture-plugin --skill _skill-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/skills/senavictors/bootstrap-agent-architecture-plugin/_skill-template)<a href="https://agentmods.dev/skills/senavictors/bootstrap-agent-architecture-plugin/_skill-template"><img src="https://agentmods.dev/badge/skills/senavictors/bootstrap-agent-architecture-plugin/_skill-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.00023 | $0.00292 |
| Opus 5 | $0.00012 | $0.00146 |
| Sonnet 5 | $0.00005 | $0.00058 |
| Haiku 4.5 | $0.00002 | $0.00029 |
Grade A, and why
<nome-da-skill> 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 5d 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
Entradas obrigatórias
- <O que precisa existir/estar definido antes de rodar esta skill — ex.: task ativa, critérios de aceitação>
Processo
- Ler instruções e contexto (
AGENTS.md,.agents/context/CONTEXT.md, papel relevante em.claude/agents/). - Verificar estado real do repositório (não assumir a partir de memória/conversa).
- Compreender o fluxo existente antes de replicar um padrão.
- Localizar testes relacionados.
- Elaborar um plano proporcional ao risco da mudança.
- Implementar a menor mudança coerente.
- Executar as validações reais do projeto (build/test/lint).
- Atualizar documentação, task e handoff conforme necessário.
Restrições
- Não ampliar o escopo silenciosamente.
- Não alterar contratos públicos sem registrar compatibilidade/ADR.
- Não esconder falhas preexistentes encontradas no caminho.
- Não declarar conclusão sem evidência (comandos rodados + resultado).
Saída
- Resumo do que foi feito.
- Arquivos alterados.
- Testes/validações executados e resultado.
- Riscos e pendências.
- Documentação/task/handoff atualizados, se aplicável.
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.
- 5d ago First seen · 31 lines · 23 tokens per session scan A a024c62c997d
<nome-da-skill> is a skill published in the GitHub repository Senavictors/bootstrap-agent-architecture-plugin (3 stars, last pushed 4d ago), licensed MIT. It adds 23 tokens to every session and 292 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 skills, from other repositories
peekaboo
Provides runtime observation and interaction for native macOS interfaces through accessibility state and screenshots. Use when the task depends on visible or interactive state in a running SwiftUI/AppKit app: what is rendered, focused, selected, enabled, reachable through menus/windows/dialogs, or experienced across a…
improving-tests
Improve test design, speed, and coverage with behavior-focused tests, useful seams, characterization tests, TDD, and test refactoring. Use when improving tests, optimizing slow suites, adding coverage, refactoring brittle tests, removing test waste, or working test-first. NOT for fixing production bugs (use…
seam-probe
This skill should be used when testing or debugging an embedded-runtime boundary exposed through a dynamically loaded C-ABI library or Unix-domain socket, including requests to inspect exports, exercise FFI callbacks, send framed messages, reproduce seam crashes or hangs, fuzz a boundary, or correlate probe output…
fixing-code
Fix code defects with a reproducible feedback loop, root-cause diagnosis, minimal patch, regression test, and clean verification. Use when debugging, diagnosing, or resolving lint/test/build failures. NOT for behavior-preserving refactors (use refactoring-code), test-suite cleanup without a production bug (use…
reviewing-code
Use when reviewing changed code, PRs, diffs, or specific files. Finds evidence-backed defects in security, correctness, tests, reliability, performance, maintainability, and docs. Supports quick, standard, deep, team, and external-review modes. NOT for repo-wide architecture review, general codebase exploration…
reviewing-instructions
Use when asked to lint, audit, review, or score AI-facing instruction files such as SKILL.md, AGENT.md, AGENTS.md, CLAUDE.md, platform body.md files, prompt files, rules, policies, and agent-facing references. NOT for plugin manifests, application code review, harness configuration review, ordinary docs, tests, or…