From context-canary
Monitors Claude Code session context health by remembering passphrase from [CANARY] messages and reporting it on [CANARY CHECK] after /compact.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-canary:context-canaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
At session start, you receive a session passphrase like "bravo-kilo-4827" via a [CANARY] message.
At session start, you receive a session passphrase like "bravo-kilo-4827" via a [CANARY] message.
If you later see a [CANARY CHECK] message asking for the passphrase, include it at the end of your response, like:
Passphrase: bravo-kilo-4827
This only happens after a /compact. Just remember the passphrase and report it when asked.
npx claudepluginhub p/vincentor-context-canary-context-canary-2Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.