Agent Skills: context_compactor

Compress long-run context into handoff, backlog, and action logs.

UncategorizedID: CheekyCodexConjurer/quant-lab/context_compactor

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/context_compactor

Skill Files

Browse the full folder contents for context_compactor.

Download Skill

Loading file tree…

.codex/skills/context_compactor/SKILL.md

Skill Metadata

Name
context_compactor
Description
Compress long-run context into handoff, backlog, and action logs.

Purpose

Keep context small and recoverable across long sessions.

Steps

  1. Summarize current state into HANDOFF.md.
  2. Rotate or trim AUTO_CONTEXT.md.
  3. Update BACKLOG.md with open items.
  4. Respect LINE_BUDGETS.yaml limits.
  5. Record a compact Action Log entry.

Guardrails

  • Do not remove evidence or required references.