What problem does it solve?
This Skill prevents the loss of crucial information during long AI sessions by intelligently managing the context window, ensuring important decisions and progress are preserved even when the context limit is approached.
Core Features & Use Cases
- Context Monitoring: Tracks tool call usage as a proxy for context window fullness.
- Smart Compaction Triggering: Recommends or initiates context compaction at appropriate boundaries.
- State Preservation: Coordinates with
session-bridge to save critical session state before compaction.
- Behavioral Mode Injection: Manages different operational modes (
dev, research, review) based on session needs.
- Use Case: In a lengthy coding session, this skill will alert you when the context is getting full and suggest saving your work before it's potentially lost, ensuring your architectural decisions and code progress are retained.
Quick Start
Use the context-engine skill to check the current context health and get recommendations for managing context.