dataset
Installation
SKILL.md
Dataset
The plugin ships a dataset of real orchestrate-run records under dataset/.
This skill searches it and helps users grow it. The richer the dataset, the
better every future orchestrate run starts.
Searching — pull best practices
Two interfaces over the same scoring (dataset/lib.ts):
Via the MCP server (preferred)
The plugin registers the dataset-server MCP server. Call its tools:
dataset_search— args:domain,stack[],archetype,keywords[],limit. Returns ranked entries with theirlessons.dataset_get— args:id. Returns one full entry.dataset_stats— no args. Returns entry/domain/archetype counts.