aoa-checkpoint-closeout-bridge

aoa-checkpoint-closeout-bridge is a skill for Codex from 8Dionysus/aoa-skills. It costs 76 tokens per session (1,257 once invoked), scanned A, original, Apache-2.0.

A workflow that carries provisional checkpoint notes into a reviewed session closeout, either by collecting notes or executing the closeout steps.

In plain words
What is it for?
Use it to gather bounded checkpoint notes or process a closed and reviewed session artifact through harvest, progression, quest, and branch-handoff stages.
Why use it?
It keeps temporary session hints separate from proof, durable memory, progress, and owner decisions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to gather bounded checkpoint notes or process a closed and reviewed session artifact through harvest, progression, quest, and branch-handoff stages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge
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.

Any agent
npx skills add 8Dionysus/aoa-skills --skill aoa-checkpoint-closeout-bridge
Clone the repo
git clone --depth 1 https://github.com/8Dionysus/aoa-skills

Made for: Codex.

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 aoa-checkpoint-closeout-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge/github.svg)](https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-checkpoint-closeout-bridge)
Your own site
<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.

agentmods 80×15 button for aoa-checkpoint-closeout-bridge

Your own site · 80×15
<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>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00076 $0.01257
Opus 5 $0.00038 $0.00629
Sonnet 5 $0.00015 $0.00251
Haiku 4.5 $0.00008 $0.00126

Measured 12d ago against content hash d40cfcc5888a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/core/session-growth/aoa-checkpoint-closeout-bridge/SKILL.md · 114 lines

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 verdicts
  • execute: 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.

  • collect consumes checkpoint-focus-input and returns provisional-checkpoint-focus
  • execute consumes reviewed-checkpoint-closeout-input and returns checkpoint-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

  1. Select exactly one mode.
  2. For collect, read references/collect.md to EOF and stop after the provisional focus packet.
  3. For execute, read references/execute.md to EOF.
  4. Before starting execute, require one closed and explicitly reviewed artifact plus its current-session boundary. Otherwise return blocked_unreviewed_evidence without loading downstream skills.
  5. Load the exact available aoa-session-harvest and aoa-session-progression-lift bundles before their first nodes. Missing, ambiguous, or owner-unresolvable dependencies return blocked_missing_capability; do not replace them with generic reasoning or retired skill names.
  6. 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.
  7. 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.
  8. 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.
  9. Record selected, loaded, started, produced, verified, and completed, or the exact blocked, failed, skipped, deferred, or handed-off terminal state. A node without its observable primary-evidence reread must terminate as unverified_missing_evidence_reread, never verified or completed.
  10. Stop after the session-local execution report and explicit owner handoffs. Do not continue automatically into owner acceptance or writes.

Read the full file on GitHub · 114 lines

Files

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.

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. 12d ago First seen · 114 lines · 76 tokens per session scan A d40cfcc5888a

Subscribe to this mod's changes

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.

Related

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…

8Dionysus/aoa-memo · 116 tokens

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.

8Dionysus/aoa-agents · 63 tokens

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.

8Dionysus/aoa-agents · 56 tokens

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.

8Dionysus/aoa-agents · 62 tokens

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.

nexu-io/open-design · 49 tokens

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…

nexu-io/open-design · 117 tokens