session-boundary
Installation
SKILL.md
When wrapping up a session, check the docs-manager queue:
- Run
bash ${CLAUDE_PLUGIN_ROOT}/scripts/queue-read.sh --count - If count > 0: remind the user about pending documentation items
- "There are N queued documentation items. Run
/docs queue reviewto review them before ending the session."
- "There are N queued documentation items. Run
- If count = 0: stay silent
This skill complements the Stop hook — the hook fires mechanically at session end, while this skill fires when Claude detects session-boundary intent in the conversation (e.g., "let's wrap up", "I'm done for today", "commit and push").
Related skills