plugins/docs-manager/skills/session-boundary/SKILL.md
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.
npx skillsauth add l3digital-net/claude-code-plugins session-boundaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When wrapping up a session, check the docs-manager queue:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/queue-read.sh --count/docs queue review to review them before ending the session."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").
tools
Configures Python projects to the Python Tooling SSOT Standard (uv, Ruff, BasedPyright strict, pytest+coverage, pip-audit). Use when creating projects, writing standalone scripts, configuring pyproject.toml, migrating from pip/Poetry/mypy/black/flake8, or auditing a project for conformance to the standard.
development
Use when you're stuck or missing current information mid-task - the same command/API/approach failed twice, an error looks like a changed or deprecated API, or you need the current version of something, a fact from after your training cutoff, or to verify something you cannot confirm from the code in context. Starts with a cheap inline lookup and only escalates to a full research sweep if that fails. Do not use for routine pre-emptive checks before ordinary library work - for deliberate research, use /qdev:research.
documentation
Update the llm-wiki knowledge base (remote LXC CT 103, /srv/workspaces/llm-wiki, over SSH) with implementation-level details from the current session by dispatching the up-docs-propagate-wiki sub-agent. This skill should be used when the user runs /up-docs:wiki.
documentation
Update repository documentation (README.md, docs/, CLAUDE.md) based on session changes by dispatching the up-docs-propagate-repo sub-agent. This skill should be used when the user runs /up-docs:repo.