From retriever
Handles /scope slash commands to inspect, list, clear, save, and load active scopes in Retriever via python tools.py execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:scopeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Operates under `retriever:routing`. If the user's intent actually fits a different tier — another `retriever:*` skill, a Tier 2 slash, a Tier 3 `tools.py` subcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Operates under
retriever:routing. If the user's intent actually fits a different tier — anotherretriever:*skill, a Tier 2 slash, a Tier 3tools.pysubcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Use this skill for /scope, /scope list, /scope clear, /scope save <name>, and /scope load <name>.
For the exact read-only forms /scope and /scope list:
/scope: python3 skills/tool-template/tools.py slash . /scope/scope list: python3 skills/tool-template/tools.py slash . /scope listRETRIEVER_CANONICAL_TOOL_PATH pointed at ../tool-template/tools.py.For /scope clear, /scope save <name>, and /scope load <name>:
/scope.npx claudepluginhub sdemyanov/retrieverHandles /from-run slash commands to list processing runs, scope results to a specific run ID, or clear scoping in Retriever. Runs python tools.py and outputs tables or states directly.
Guides creation, validation, auditing, and management of Claude Code skills and slash commands with templates, workflows, naming conventions, and docs queries.
Provides complete reference for all built-in Claude Code slash commands, covering session management, models, agents, skills, debugging, security, and more.