From retriever
Populates, sets, tags, marks, labels, classifies, annotates, flags, or clears custom or editable built-in field values on documents or filtered result sets via /fill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:fillThe 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 /fill <field> <value>, /fill <field> clear, /fill ... on <doc-ref>, and /fill ... on <doc-ref,doc-ref,...>.
python3 skills/tool-template/tools.py slash . /fill ....on <doc-ref[,doc-ref,...]> form.on ..., rely on the active browse state. If no active selection exists yet, narrow it first with retriever:search, retriever:dataset, retriever:filter, retriever:bates, retriever:from-run, or by asking the user for the target documents.--confirm; single explicit-document fills do not.custodian, dataset_name, production_name, hashes, ids, or ingest timestamps.npx claudepluginhub sdemyanov/retrieverManages custom document field schemas: lists, adds, renames, deletes, re-describes, or changes types via /field, /field list, /field add, etc.
Fills Word document form templates (.docx) by detecting table-based label-value fields and populating them from user data. Supports CJK/Latin mixed text with font switching.
Enriches DataHub metadata: adds/updates descriptions, tags, glossary terms, ownership, deprecation, domains, data products, structured properties, and documents.