From retriever
Ingests processed litigation or eDiscovery productions like DAT/OPT/TEXT/IMAGES sets or Bates-numbered volumes into Retriever workspaces using Python tools and SQLite.
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.
Ingests, indexes, imports, loads, or refreshes files and folders into Retriever workspaces. Bootstraps if needed, chooses ingest mode, and summarizes results.
Ingests PDF datasheets or reference manuals into the embedded docs search index via ingest_docs tool. Reports chunks ingested and tables found.
Creates Ampi-ready SQLite vaults from document folders (md, txt, docx, doc) or tables, with FTS5 keyword search, optional sparse semantic search, search_schema, and amplify_search_manifest for Ampi tools.
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 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 Cowork time limit, 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.