compact
Installation
SKILL.md
Compact
Create a structured context checkpoint summary that another LLM / coding agent will use to continue the work with minimal loss.
This is a continuation handoff, not a general summary.
When to use this skill
Use this skill when any of the following is true:
- The conversation is long and context headroom is getting tight.
- The user asks to compact, checkpoint, create a handoff, or prepare a continuation summary.
- Another model / agent / future session will resume the work.
- There is meaningful technical state that must be preserved across context boundaries.
- The task involves implementation, debugging, validation, design decisions, or multi-step work that would be expensive to reconstruct.
When not to use this skill
Do not use this skill when: