Skill
session-boundary
Reminds about queued documentation items at session boundaries. Use when the user says "wrap up", "I'm done", "let's commit", "end of session", "push and close", or otherwise signals they are finishing work for the day.
From docs-managerInstall
1
Run in your terminal$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin docs-managerTool Access
This skill uses the workspace's default tool permissions.
Skill Content
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").
Similar Skills
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitFeb 22, 2026