Monitors Claude's context health by verifying session integrity and memory retention after context compaction.
Context Canary is a specialized diagnostic utility designed to ensure Claude maintains a consistent internal state during long-running development sessions. By assigning a unique session passphrase at the start and recalling it upon request—specifically after the /compact command is used—this skill provides a reliable mechanism to verify that critical session data has not been lost or corrupted during context window management. It is an essential tool for developers working on large-scale codebases where maintaining a stable context is vital for preventing hallucinations and ensuring code accuracy.
주요 기능
01Automated session passphrase tracking
02Minimalist reporting mechanism
03Post-compaction integrity verification
04Background context health monitoring
05Zero-config session state validation
065 GitHub stars
사용 사례
01Monitoring context integrity when switching between deep-dive coding tasks
02Verifying AI memory retention after running context pruning commands
03Ensuring session stability during long, complex debugging workflows