From retriever
Handles /dataset slash commands for listing datasets with stats, scoping to specific ones (e.g., /dataset production), clearing, and renaming in Retriever system.
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.
Switches active dataset: validates target in data_sources.yaml with fuzzy matching, checks manifest.yaml, updates active.yaml pointer and history, confirms with summary of tables, date range, connection. Triggered by /switch-dataset or phrases like 'switch to dataset'.
Manages Arize AI datasets via ax CLI: list with pagination, get details, create from CSV/JSON/Parquet files, delete, export data, extract IDs with jq. For Arize ML platform ops.
Creates, manages, and uploads evaluation datasets to LangSmith using CLI and SDK. Handles types like final_response, single_step, trajectory, RAG for LLM testing.
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 /dataset, /dataset list, /dataset NAME, /dataset NAME, NAME, /dataset clear, and /dataset rename OLD NEW.
For the exact read-only forms /dataset and /dataset list:
/dataset: python3 <resolved path to ../tool-template/tools.py> slash . /dataset/dataset list: python3 <resolved path to ../tool-template/tools.py> slash . /dataset list/dataset list renders a dataset stats table with Dataset, Docs, Size, and Custodians columns.For /dataset NAME, comma-separated dataset selection, /dataset clear, and /dataset rename OLD NEW:
/dataset.