Compacting context
Skill qte77/claude-code-plugins/plugins/cc-meta/skills/compacting-context
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
npx -y skills add qte77/claude-code-plugins --skill compacting-contextAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.
SKILL.md
1.4 KB, as published. Nobody here has run it
Context Compaction (ACE-FCA)
Distills verbose outputs into structured summaries following ACE-FCA principles.
When to Use
Per references/context-management.md:
- After verbose tool output (logs, JSON, search results)
- After completing a phase or milestone
Workflow
- Identify noise - What pollution sources need compacting?
- Extract signal - Correct + Complete info only
- 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)