before-compact
SolidMaterialize 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/).
Install
Quality Score: 78/100
Skill Content
Details
- Author
- SoliEstre
- Repository
- SoliEstre/EstreGenesis
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
compaction-handoff
Create a compact, reconstructible checkpoint immediately before context compaction. Persist only durable facts and decisions, overwrite one current resume anchor, verify Git and open-PR state, and emit one concrete next action plus a short /compact line. Use for "컴팩션 준비해줘", "컴팩션하고 이어서 진행할 수 있게 준비해줘", "핸드오프 준비해줘", or "prepare for compaction", or equivalent. Repeated execution must be idempotent and must not grow state files without bound.
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
strategic-compact
Use when a long session is approaching context pressure, crossing a major task or phase boundary, or recovering from a failed approach where old reasoning should be summarized before continuing.