post-compact

Community

Restore context after a compaction

AuthorRoger-Parkinson-EHP
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures you don't respond to users until the full context has been recovered after a compaction, preventing confusion and misalignment.

Core Features & Use Cases

  • Context Recovery: Identify current tasks, recent changes, open issues, and user preferences.
  • Pre-Response Validation: Confirm understanding before replying to the user.
  • Use Case: After a compaction summary mentions a specific topic, recover the actual context by inspecting recent exchanges to inform the next steps.

Quick Start

cd ~/.claude/services python conversation-search.py "INSERT_TOPIC_FROM_SUMMARY" --max 5 --verbose

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: post-compact
Download link: https://github.com/Roger-Parkinson-EHP/dev-experience/archive/main.zip#post-compact

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository