add-expert
01Command
Add a new expert to the vault (also covers "build a expert").
A team of domain experts as installable agent skills + subagents for Claude Code, Codex, and Pi. Each expert answers from a curated, cited knowledge folder - no RAG, no vector DB, no embeddings.
Command
Add a new expert to the vault (also covers "build a expert").
Command
The default command. Route the question to the matching expert(s), delegate, and return a single synthesized answer with every source citation preserved (source · section · page).
Command
Rebuild the team: re-extract every source in experts.yaml into curated, cited markdown (experts/ /knowledge/.md + INDEX.md), then recompile the per-host outputs under dist/ (Claude Code, Codex, generic, dev).
Command
Print the team roster: each expert's name, what it knows (its description), and how many sources are in its knowledge base. This is the same roster the router uses to route.
Command
Dry run. Name the expert(s) you would delegate to and give a one-line reason for each, by matching the question against the roster descriptions. Do not answer the question or read any knowledge — this is for inspecting the routing decision.