agentsclimarketplace

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.

Install
npx -y skills add qte77/claude-code-plugins --skill compacting-context

Assembled 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

  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)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.