What problem does it solve?
This Skill reduces verbose SKILL.md files to a concise, high-impact form so agents can operate more reliably and avoid context-window noise while preserving all functional behavior.
Core Features & Use Cases
- Rule-preserving compression: Identifies and keeps hard gates, gotchas, output formats, routing triggers, and at least one example.
- Structured classification and extraction: Moves BACKGROUND and EDGE_CASE content into references/, collapses redundant prose, and converts workflows to one-liners.
- Safe split decision: Invokes split-skill when genuinely core content prevents safe compression, and validates with regression checks before committing.
- Use Case: Automatically shrink an oversized skill after an edit or when AGENTS.md triggers compression to keep a living skill library fast and reliable.
Quick Start
Compress the target SKILL.md to under 200 lines while preserving hard gates, gotchas, output format, and at least one example and run the regression checks before committing.