compacting-context

star 0

Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.

qte77 By qte77 schedule Updated 1/26/2026

name: compacting-context description: Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones. argument-hint: [compaction-name] context: fork agent: Explore model: sonnet allowed-tools: Read, Grep, Glob

Context Compaction (ACE-FCA)

Distills verbose outputs into structured summaries following ACE-FCA principles.

When to Use

Per .claude/rules/context-management.md:

  • After verbose tool output (logs, JSON, search results)
  • After completing a phase or milestone
  • Before starting new complex task

Workflow

  1. Identify noise - What pollution sources need compacting?
  2. Extract signal - Correct + Complete info only
  3. Structure output - Use template format below

Output Template

# Compaction: {{name}}

## Trajectory
<!-- Research status → Planning status → Implementation status -->

## Key Files
<!-- files touched with purpose -->

## Completed
<!-- done items -->

## Blockers
<!-- blocking issues (empty if none) -->

## Findings
<!-- key discoveries, distilled outputs from logs/JSON/tests -->

Quality Check

  • Correct > Complete > Minimal
  • No raw dumps, only structured summaries
  • Enough to continue, no more
  • Update working plan with compaction output (don't orphan it)
Install via CLI
npx skills add https://github.com/qte77/RDI-AgentBeats-MAS-GraphJudge --skill compacting-context
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator