From retriever
Ingests processed litigation and eDiscovery productions (DAT/OPT/TEXT/IMAGES sets, Bates-numbered volumes) via the Retriever tool template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:ingest-productionThe 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 when the user says things like:
python3 skills/tool-template/tools.py workspace status --quick <workspace> before the first ingest. For already-known workspaces, run it whenever runtime state is unclear.workspace init or the first ingest fails with SQLite WAL, journal-mode, mount, or sandbox wording, stop normal production-ingest execution and follow the mounted/sandboxed SQLite bootstrap troubleshooting.df, mount, or host filesystem labels alone..retriever/retriever.db path.python3 skills/tool-template/tools.py ingest <workspace> --recursive --path <production-root-relative-path> --budget-seconds 35next_recommended_commands while more_work_remaining: true; stop only on completed, failed, or canceled.ingest-production only when the user explicitly asks for that command, when running outside the normal bounded Claude Code command window, or when debugging production-only parity.ingest without --file-types should detect and route the production through the production pipeline.control_number and that linked TEXT/, IMAGES/, and NATIVES/ files remain source parts rather than top-level documents.npx claudepluginhub sdemyanov/retrieverIngests, indexes, imports, or processes files and folders into the Retriever workspace. Routes between ingest and ingest-production, bootstraps the workspace if needed, and summarizes results.
Seeds memory store from existing material (repos, PDFs, transcripts) via local or HTTP upload with preview, dry-run, and real ingestion modes.
Ingests PDF datasheets or reference manuals into the embedded docs search index via ingest_docs tool. Reports chunks ingested and tables found.