clyde-tressler
- 2 skills
- 0 followers
- 1 day ago last updated
- ▌ Semantic Compactor · clyde-tressler bundleInstitutional-memory discipline that guarantees no problem→solution outcome is ever lost across sessions, /compact operations, or agent restarts. Use this skill whenever: (1) a bug, symptom, or failure is being investigated — especially one that looks familiar or may have occurred before; (2) a bug is resolved or a design decision is made and its knowledge must be durably recorded; (3) the user mentions regressions, "we fixed this before", lost context, post-mortems, /compact losing information, or knowledge that "should have been written down"; (4) setting up or auditing a repo's knowledge-capture structure (DECISIONS.md, SYMPTOMS.md, regression guards). Also trigger proactively at the moment any debugging effort concludes, even if the user doesn't ask — Resolve → Record is atomic.
- ▌ Rehydrate · clyde-tresslerPost-compaction state restore — re-derive the true working state from tracked files and live systems, verify every claim before acting on it, and resume at the verified resume point. The counterpart to semantic-compactor.