compaction-survival

compaction-survival is a skill for Codex from markoblogo/abvx-agent-skills. It costs 60 tokens per session (443 once invoked), scanned A, original, MIT.

A checkpointing guide for preserving important work state during long tasks or when the conversation may be shortened. It records the objective, decisions, changed files, blockers, open ideas, errors, and exact artifact paths.

In plain words
What is it for?
Maintaining handoff notes for coding, audits, research, and other extended tasks. It focuses on unresolved work and decisive evidence rather than repeating information that is easy to regenerate.
Why use it?
It reduces the need to reconstruct lost context after a long session. The next work period can resume from a compact record instead of repeating earlier investigation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Maintaining handoff notes for coding, audits, research, and other extended tasks. It focuses on unresolved work and decisive evidence rather than repeating information that is easy to regenerate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/markoblogo/abvx-agent-skills/compaction-survival
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 markoblogo/abvx-agent-skills --skill compaction-survival
Clone the repo
git clone --depth 1 https://github.com/markoblogo/abvx-agent-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 compaction-survival

README.md
[![agentmods](https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/compaction-survival/github.svg)](https://agentmods.dev/skills/markoblogo/abvx-agent-skills/compaction-survival)
Your own site
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/compaction-survival"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/compaction-survival/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 compaction-survival

Your own site · 80×15
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/compaction-survival"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/compaction-survival.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 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.00060 $0.00443
Opus 5 $0.00030 $0.00221
Sonnet 5 $0.00012 $0.00089
Haiku 4.5 $0.00006 $0.00044

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

Security

Grade A, and why

compaction-survival 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 9d 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/compaction-survival/SKILL.md · 67 lines

What it actually says

Compaction Survival

Save tokens by keeping the right state alive across compaction instead of re-deriving it after memory loss.

Goal

When a session is getting long, preserve only the working state that would be expensive to reconstruct.

What To Preserve

  • current objective;
  • active subtask list;
  • key decisions and reversals;
  • files changed or inspected deeply;
  • unresolved errors and their current hypothesis;
  • blockers, constraints, and pending verifications;
  • exact artifact paths for large outputs or generated files.

What Not To Preserve

  • long narrative history;
  • repeated summaries of already-resolved steps;
  • raw logs that can be regenerated cheaply;
  • generic project documentation already available on disk.

Checkpoint Workflow

  1. Detect compaction risk:
    • long session;
    • many files touched;
    • many turns of debugging or research;
    • user explicitly worried about token budget.
  2. Emit a compact handoff artifact:
    • objective;
    • done / next / blocked;
    • decisive evidence only;
    • exact paths for deeper artifacts.
  3. Keep the checkpoint stable unless the working state materially changes.
  4. After compaction or resume, recover from the checkpoint first instead of replaying the whole session.
  • concise handoff note;
  • checked-location ledger;
  • issue-specific status file in docs/ai/tasks/ or equivalent;
  • compact bullets over narrative prose.

Guardrails

  • Do not checkpoint secrets.
  • Do not create noisy per-turn diary files.
  • Do not preserve stale hypotheses after the evidence changed.
  • Do not replace real verification with checkpoint confidence.

Final Report

Say what was checkpointed, where it lives, and what should be reused first after resuming.

Files

What ships with it

2 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. 9d ago First seen · 67 lines · 60 tokens per session scan A 6b75bb06de42

Subscribe to this mod's changes

compaction-survival is a skill published in the GitHub repository markoblogo/abvx-agent-skills (16 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 443 once invoked, about $0.0003 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-30.