Help us improve
Share bugs, ideas, or general feedback.
From retriever
Exports current review scopes to CSV tables or archive bundles. Handles export status checks and slash subcommands like /export table.
npx claudepluginhub sdemyanov/retrieverHow 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.
Defines the shared routing ladder, result presentation contract, and filesystem safety rules that other Retriever skills reference. Activates when a Retriever task needs tiered fallback or operating policies.
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 data from batches of documents into a spreadsheet with cited sources. For M&A diligence, contract audits, or any batch review needing a table output.
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 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.