From retriever
Exports retriever result sets as CSV tables or archives. Invoked via /export or natural language like "save this as a spreadsheet."
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:exportThe 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 /export table ..., /export archive ..., /export status ...,
and natural-language requests like:
For exact slash forms that begin with /export:
/export table documents: python3 skills/tool-template/tools.py slash . '/export table documents'/export archive --portable-workspace: python3 skills/tool-template/tools.py slash . '/export archive --portable-workspace'/export status: python3 skills/tool-template/tools.py slash . '/export status'/export table documents./export archive.retriever:search, retriever:dataset, retriever:filter,
retriever:bates, or retriever:scope.--portable-workspace when the user wants a self-contained handoff./export status when the user asks about progress, the latest export
run, or the next recommended export command.npx claudepluginhub sdemyanov/retrieverDefines the shared routing ladder, result presentation contract, filesystem safety rules, and Tier 1-to-Tier 3 fallback policy for Retriever tasks.
Exports analysis results as Marp slides, executive emails, Slack updates, decision briefs, or CSV data. Invoke via /export [format] or phrases like 'export this' after analysis.
Extracts structured knowledge from Airtable bases into linked entity pages in a vault. Uses a TypeScript/Bun pipeline with Sonnet workers and Opus reviewers for quality gating.