From retriever
Handles /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.
npx claudepluginhub sdemyanov/retrieverThis skill uses the workspace's default tool permissions.
> 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.
Handles /scope slash commands to inspect, list, clear, save, and load active scopes in Retriever via python tools.py execution.
Browse, inspect details, compare side-by-side, and clean up past pipeline runs in working/runs/ directories via /runs commands like list, latest, {id}, clean, compare.
Guides creation, organization, and debugging of slash commands for Claude Code, covering YAML frontmatter, dynamic arguments, bash execution, user interactions, programmatic invocation, and best practices.
Share bugs, ideas, or general feedback.
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 /from-run, /from-run <run-id>, and /from-run clear.
For the exact read-only form /from-run:
/from-run: python3 skills/tool-template/tools.py slash . /from-runRETRIEVER_CANONICAL_TOOL_PATH pointed at ../tool-template/tools.py.For /from-run <run-id> and /from-run clear:
/from-run.