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 skills add 8Dionysus/aoa-skills --skill aoa-checkpoint-closeout-bridgegit clone --depth 1 https://github.com/8Dionysus/aoa-skillsWrote 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/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge)<a href="https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00076 | $0.01257 |
| Opus 5 | $0.00038 | $0.00629 |
| Sonnet 5 | $0.00015 | $0.00251 |
| Haiku 4.5 | $0.00008 | $0.00126 |
Grade A, and why
aoa-checkpoint-closeout-bridge 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
aoa-checkpoint-closeout-bridge
Intent
Preserve the existing checkpoint-closeout capability while its durable
scenario remains an aoa-playbooks playbook without an executable MCP owner.
Checkpoint hints remain provisional; the bridge makes every downstream skill
selection, evidence reread, state transition, and stop explicit.
Trigger boundary
Use one mode:
collect: record bounded checkpoint hints for later review without emitting harvest, progression, quest, or owner verdictsexecute: carry one closed, explicitly reviewed artifact through the ordered closeout stages and return a session-local execution report
Do not use when the evidence is live, unreviewed, unbounded, or cross-session identity cannot be separated; when the request is only a recap; or when a mechanical checkpoint packet is being treated as proof, memory, progression, quest, playbook, or owner truth.
Inputs and outputs
Read references/contract.yaml first.
collectconsumescheckpoint-focus-inputand returnsprovisional-checkpoint-focusexecuteconsumesreviewed-checkpoint-closeout-inputand returnscheckpoint-closeout-execution-report
All outputs remain session-local. A caller may request an explicit local note or report path, but this skill never writes an owner repository, durable memory, quest state, progression state, proof surface, playbook, KAG, or stats surface.
Procedure
- Select exactly one mode.
- For
collect, readreferences/collect.mdto EOF and stop after the provisional focus packet. - For
execute, readreferences/execute.mdto EOF. - Before starting
execute, require one closed and explicitly reviewed artifact plus its current-session boundary. Otherwise returnblocked_unreviewed_evidencewithout loading downstream skills. - Load the exact available
aoa-session-harvestandaoa-session-progression-liftbundles before their first nodes. Missing, ambiguous, or owner-unresolvable dependencies returnblocked_missing_capability; do not replace them with generic reasoning or retired skill names. - Preflight each required owner dependency serially. In particular, obey the
progression bundle's same-bundle source-handle -> manifest -> owner-model
source-return gate with one completed tool turn per gate. Never substitute
the profile root,
.system, or a sibling skill directory for its exact handle. A manifest read batched with an owner document is a failed preflight, not a successful load. - Execute one node completely before selecting the next node. For each node: use one tool turn to load only that node's exact procedure; await it; use a later tool turn to reopen only the primary reviewed artifact; await it; then start, produce, and verify the typed output. Never preload several mode procedures or batch evidence rereads for several nodes.
- Record the procedure-load and primary-evidence action references on that
node. Earlier reads, cached context, checkpoint hints, another node's read,
or a final assertion do not satisfy this requirement. Shared tool batches
across nodes make every affected node
unverified_nonserial_node_execution. - Record
selected,loaded,started,produced,verified, andcompleted, or the exactblocked,failed,skipped,deferred, orhanded-offterminal state. A node without its observable primary-evidence reread must terminate asunverified_missing_evidence_reread, neververifiedorcompleted. - Stop after the session-local execution report and explicit owner handoffs. Do not continue automatically into owner acceptance or writes.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 114 lines · 76 tokens per session scan A d40cfcc5888a
aoa-checkpoint-closeout-bridge is a skill published in the GitHub repository 8Dionysus/aoa-skills (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 76 tokens to every session and 1,257 once invoked, about $0.0004 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
aoa-memo
AoA/Abyss durable memory and owner orientation: use when ongoing work may depend on reviewed prior decisions, provenance, lifecycle/currentness, or an existing memo artifact, even when none is named. Also use to recall, review, or evolve a candidate, export, quarantine packet, object, corpus identity, lifecycle…
aoa-summon
Decide or execute a complete summon-request-v4 for an independent external AoA actor and return a validated summon-result-v4. Use as the aoa-agents-skills execution leaf or to inspect an explicit legacy summon packet. Ordinary native Codex helpers do not use this leaf.
aoa-agents-skills
Form, transfer, continue, or receive an independent AoA responsibility with a role-bearing actor. Use when an obligation needs its own holder, mandate, or continuity across incarnations. Ordinary tasks and native Codex helpers do not need this skill.
aoa-session-progression-lift
Turn closed, reviewed session evidence into a bounded multi-axis progression candidate with baseline and attribution limits for aoa-agents review. Do not use on live impressions, without a baseline, to assign one universal score, mutate a role, grant authority, or set routing policy.
kami-deck
A lab-meeting deck on gut-microbiome links to sleep quality — the design, the results, the caveats, and the next experiment. Built as a decision-grade academic research deck for lab group, PI.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…