pre-compact
SolidPrepare the session for context compaction - write a handoff file a fresh session can continue from, propose updates to the project's durable docs, apply them on approval or with `auto`. Use before compacting or clearing context, or on "pre-compact".
Install
Quality Score: 85/100
Skill Content
Details
- Author
- tenequm
- Repository
- tenequm/skills
- Created
- 10 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
handoff
Create HANDOFF.md files for session continuity between conversations. Use when ending a session, switching context, or before /compact.
prepare
Use when the context window is getting large and the user wants to continue in a fresh session. Captures everything done this session (changes, decisions, caveats, next steps) into a self-contained handoff file, then tells the user to start a fresh session and run handoff-continue. Triggers on "handoff", "prepare handoff", "continue in a new session", "context is too big", "compact and continue".
compact-handoff
Build a complete, copy-paste `/compact <instructions>` handoff that preserves the ENTIRE working state of the current session so NOTHING is lost when the conversation is compacted. Use whenever the user asks to "compact", "compact prompt", "compact the prompt", "make/give me the compact command", "the command to write after /compact", "prepare a compaction handoff", "summarize the session for /compact", "handoff before compacting", "don't lose anything before we compact", "save the session so we don't lose it", or any request to produce the text to feed the `/compact` command. Also updates the project KB / long-term memory first (when one exists) so the durable record is complete too.