<nome-da-skill>

<nome-da-skill> is a skill for Claude Code, Codex from Senavictors/bootstrap-agent-architecture-plugin. It costs 23 tokens per session (292 once invoked), scanned A, original, MIT.

A general workflow for making a small, documented code change while checking the project's instructions, current state, related tests, and required validations. A handoff is a written summary that lets another agent continue the work.

In plain words
What is it for?
Use it for implementation tasks that need a plan, code changes, tests or build checks, and an explicit summary of what was completed.
Why use it?
It helps prevent agents from relying on stale conversation context, changing more than requested, or declaring success without evidence. It also records risks, pending work, and relevant documentation updates.

Skill for Claude CodeCodex

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 skills/senavictors/bootstrap-agent-architecture-plugin/_skill-template
Any agent
npx skills add Senavictors/bootstrap-agent-architecture-plugin --skill _skill-template
Clone the repo
git clone --depth 1 https://github.com/Senavictors/bootstrap-agent-architecture-plugin

Made for: Claude Code, Codex.

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-da-skill>

README.md
[![agentmods](https://agentmods.dev/badge/skills/senavictors/bootstrap-agent-architecture-plugin/_skill-template.svg)](https://agentmods.dev/skills/senavictors/bootstrap-agent-architecture-plugin/_skill-template)
Your own site
<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>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 292 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.00023 $0.00292
Opus 5 $0.00012 $0.00146
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00002 $0.00029

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

Security

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.

plugin/skills/bootstrap-init/assets/templates/claude/skills/_skill-template/SKILL.md · 31 lines

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

  1. Ler instruções e contexto (AGENTS.md, .agents/context/CONTEXT.md, papel relevante em .claude/agents/).
  2. Verificar estado real do repositório (não assumir a partir de memória/conversa).
  3. Compreender o fluxo existente antes de replicar um padrão.
  4. Localizar testes relacionados.
  5. Elaborar um plano proporcional ao risco da mudança.
  6. Implementar a menor mudança coerente.
  7. Executar as validações reais do projeto (build/test/lint).
  8. 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.
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. 5d ago First seen · 31 lines · 23 tokens per session scan A a024c62c997d

Subscribe to this mod's changes

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

Related

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…

johnkozaris/jko-claude-plugins · 104 tokens

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…

alexei-led/cc-thingz · 89 tokens

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…

johnkozaris/jko-claude-plugins · 82 tokens

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…

alexei-led/cc-thingz · 78 tokens

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…

alexei-led/cc-thingz · 95 tokens

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…

alexei-led/cc-thingz · 80 tokens