From retriever
Initializes, checks, and refreshes Retriever workspaces: sets up .retriever directories, migrates schema, verifies runtime via workspace status/init/update, and manages tools.py bundle.
npx claudepluginhub sdemyanov/retrieverThis skill uses the workspace's default tool permissions.
Use this skill for any task that needs to bootstrap or maintain a workspace-local Retriever installation.
Ingests, indexes, imports, loads, or refreshes files and folders into Retriever workspaces. Bootstraps if needed, chooses ingest mode, and summarizes results.
Classifies workspace initialization mode (install, upgrade, plugin) and builds inventory of existing Rosetta bootstrap files. Detects composite multi-repo setups.
Backs up, updates, and restores workspaces with dynamic detection using git, tar, jq, and bash. Ideal for safe Claude Code environment management.
Share bugs, ideas, or general feedback.
Use this skill for any task that needs to bootstrap or maintain a workspace-local Retriever installation.
tools.py bundle..retriever/..retriever/ inside that root.skills/tool-template/tools.py as the canonical command entrypoint.workspace status, workspace init, and workspace update; old direct doctor, bootstrap, and upgrade-workspace command names are implementation/history details, not the user-facing surface.runtime.json as the local state record for the canonical tool version, schema version, and checksum.With the current 1.1.11 / schema 25 tool surface, Claude should be able to:
workspace status.retriever/ directory structuretools.py bundle directly25runtime.jsoningest facadeingest surfacecontrol_number values during ingestDo not improvise the runtime contract beyond the referenced files.