compact
SolidFlush important session context to daily log (manual memory flush). Does NOT invoke native /compact. Triggers on /compact, /agent:compact, /flush, "guarda memoria", "flush".
Install
Quality Score: 84/100
Skill Content
Details
- Author
- crisandrews
- Repository
- crisandrews/ClawCode
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
nav-compact
Clear conversation context while preserving knowledge via context marker. Use when user says "clear context", "start fresh", "done with this task", or when approaching token limits.
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.
before-compact
Materialize in-context volatile details into the compact-handoff file before compaction — procedure conventions (env vars, call rules, paths), in-flight cycle anchors, unrecorded decisions, and active resource IDs. Invoke before a manual /compact or whenever context feels long. Pairs with the PreCompact/SessionStart hook pair (constellation/reference/runtime/pre-compact/).