What problem does it solve?
Over-long SKILL.md files consume context tokens on every agent activation, and manually splitting them risks silently deleting behavior-critical instructions. This Skill measures the token footprint, classifies every section as KEEP, CUT, or MOVE, and verifies mechanically that nothing was lost in the split.
Core Features & Use Cases
- Progressive disclosure refactoring: Moves non-essential sections into references/, scripts/, or assets/ behind pointers with explicit load conditions, keeping the body under 500 lines and 3000 words.
- Behavior-preserving verification: Runs 12 automated checks covering manifest exhaustiveness, dangling pointers, orphaned references, reference chains, size caps, and version bumps.
- Audit-only mode: Produces the classification plan without touching any files, for users who want to review or apply the split themselves.
- Use Case: A 900-line SKILL.md for a deployment skill covering AWS, GCP, and Azure gets split into one reference file per cloud, so each run only loads the branch it needs.
Quick Start
Ask the agent to shorten the SKILL.md in a target skill directory that has grown too long and is consuming too much context.