bootstrap-complete

bootstrap-complete is a skill for Claude Code, Codex from Senavictors/bootstrap-agent-architecture-plugin. It costs 99 tokens per session (954 once invoked), scanned A, original, MIT.

A completion check for an active task, covering code, documentation, and tests in that order. A task is moved from the active folder to the completed folder only after evidence is recorded.

In plain words
What is it for?
Use it when you believe a task is finished to verify the code changes, live documentation, and tests before closing it.
Why use it?
It prevents unfinished work from being marked complete and keeps the task's status trustworthy for future sessions.

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/bootstrap-complete
Any agent
npx skills add Senavictors/bootstrap-agent-architecture-plugin --skill bootstrap-complete
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 bootstrap-complete

README.md
[![agentmods](https://agentmods.dev/badge/skills/senavictors/bootstrap-agent-architecture-plugin/bootstrap-complete.svg)](https://agentmods.dev/skills/senavictors/bootstrap-agent-architecture-plugin/bootstrap-complete)
Your own site
<a href="https://agentmods.dev/skills/senavictors/bootstrap-agent-architecture-plugin/bootstrap-complete"><img src="https://agentmods.dev/badge/skills/senavictors/bootstrap-agent-architecture-plugin/bootstrap-complete.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 954 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.00099 $0.00954
Opus 5 $0.00049 $0.00477
Sonnet 5 $0.00020 $0.00191
Haiku 4.5 $0.00010 $0.00095

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

Security

Grade A, and why

bootstrap-complete 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 4d 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-complete/SKILL.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

bootstrap-complete — checagem de DoD e conclusão da task

O princípio desta skill: o estado da task é comunicado pela pasta em que o arquivo está (regra do v1). Mover para completed/ sem evidência real quebra essa garantia para qualquer sessão futura que confiar nela — por isso esta skill nunca move o arquivo sem checar antes.

Procedimento

  1. Identifique a task. Se o usuário não especificou qual, e há mais de uma em active/, pergunte.

  2. Checagem de DoD — três verificações, nesta ordem:

    • Código. A seção "Registro de execução → Alterações realizadas" da task está preenchida, e o git diff/histórico de commits recente confirma que existe trabalho de código correspondente (não é só uma descrição sem alteração real por trás)?

    • Documentação (docs viva). Duas checagens:

      • Se a task tem related_adrs preenchido no frontmatter, ou se o trabalho mudou algo arquiteturalmente relevante, isso está de fato registrado?
      • Se a task tocou módulo, endpoint, schema de dados ou integração, o documento correspondente em docs/ (modules/, api/, data/, integrations/, architecture/ ou uma extensão declarada) foi atualizado? Atualizar inclui manter o frontmatter: carimbar ultima-revisao com a task/data, e virar estado: planejado → real quando a task implementou o que estava só especificado. Se o doc ainda não existe (arquivos por módulo/endpoint nascem sob demanda), crie-o agora a partir do template da subpasta. Se a task revelou que um doc real está errado e a correção não cabe nesta task, marque estado: divergente e registre a divergência — nunca deixe o doc fingindo estar certo.

      Se a task genuinamente não precisa de documentação nova (ex.: correção pontual sem impacto arquitetural), aceite isso — mas só se a task disser explicitamente por que não se aplica, não por omissão silenciosa.

    • Testes. A seção "Validação" ou "Estratégia de testes" tem comandos e resultado reais registrados — não só as caixas marcadas sem evidência ao lado?

Read the full file on GitHub · 35 lines

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. 4d ago First seen · 35 lines · 99 tokens per session scan A 0722e693e820

Subscribe to this mod's changes

bootstrap-complete is a skill published in the GitHub repository Senavictors/bootstrap-agent-architecture-plugin (3 stars, last pushed 4d ago), licensed MIT. It adds 99 tokens to every session and 954 once invoked, about $0.0005 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

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

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

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

electron-playwright-validator

This skill should be used when a user asks to launch, inspect, automate, test, validate, or debug an Electron desktop UI through Playwright/CDP, including blank renderers, runtime import failures, accessibility snapshots, layout defects, click-through flows, or post-change checks. Not for native macOS or mobile apps…

johnkozaris/jko-claude-plugins · 90 tokens