返回 Skill 列表
extension
分类: 开发与工程无需 API Key

session-boundary

在会话边界提醒排队的文档项目。当用户说“wrap up”、“I'm done”、“let's commit”、“end of session”、“push and close”,或以其他方式表示他们当天的工作即将结束时使用。

person作者: jakexiaohubgithub

When wrapping up a session, check the docs-manager queue:

  1. Run bash ${CLAUDE_PLUGIN_ROOT}/scripts/queue-read.sh --count
  2. If count > 0: remind the user about pending documentation items
    • "There are N queued documentation items. Run /docs queue review to review them before ending the session."
  3. 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").