Moe
Route a domain question to the right expert(s) and answer with citations. Use for questions about: cardiology, nutrition, stoicism.From its SKILL.md
npx -y skills add tiennt235/moe --skill moeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.3 KB, 764 tokens by cl100k_base, as published. Nobody here has run it
moe — mixture of domain experts
Route a domain question to the right expert(s) on the team and return a cited answer. The team and what each expert knows:
- cardiology (
moe-cardiology) — Clinical cardiology — cardiac anatomy, the heart's chambers and valves, valvular disease (stenosis and regurgitation), and blood flow through the heart. Route here for heart / cardiovascular questions. - nutrition (
moe-nutrition) — Human nutrition — macronutrients, dietary fats and cholesterol, sodium and blood pressure, and heart-healthy eating patterns (Mediterranean, DASH). Route here for diet, food, and nutrition questions. - stoicism (
moe-stoicism) — Stoic philosophy from the primary sources — Marcus Aurelius's Meditations and Epictetus's Enchiridion: the dichotomy of control (what is up to us), living according to nature and reason, virtue as the sole good, and practical self-discipline. Route here for Stoicism, Stoic ethics, and questions about Marcus Aurelius or Epictetus.
When to use
Use this for substantive questions that one of the experts above covers. For anything outside the team's domains, answer normally — do not force-fit an expert.
How to answer — /moe ask "<question>"
- Select the expert(s) whose description best matches the question. More than one may apply; pick every one that clearly does (usually 1–2). If none fit, say so and stop.
- Delegate to each selected expert:
- Delegate to the expert's custom agent in
.codex/agents/moe-<name>.toml(e.g. tell Codex to "use the moe-<name> agent"); up to 8 run in parallel. If subagents are unavailable, adopt the expert's mode inline (read its knowledge folder and follow its instructions).
- Delegate to the expert's custom agent in
- Synthesize one answer from what the expert(s) return. Preserve every citation
(
source · section · page). If experts disagree, surface both sides with their citations. - If the knowledge base does not contain the answer, say so plainly — never invent.
Commands
/moe ask "<q>"— route → answer (this is the default)./moe route "<q>"— show which expert(s) you would pick and why; do not answer./moe list— list the team and what each expert knows./moe add-expert <name>— add a new expert (dev-path/maintainer action; see its command)./moe build— rebuild knowledge + per-host outputs (dev-path/maintainer action).
Creating or rebuilding experts is a maintainer action
A request to create/build/add a new expert (e.g. "build an AWS ML expert") is not a
domain question — do not route it to a domain expert and do not try to satisfy it by searching
knowledge folders or agent files. Follow the add-expert / build commands: if the
moe-expert-builder subagent is present (dev build) delegate to it, otherwise tell the user to
use the dev path (clone the repo + Python) and stop. Building needs the moe repo + Python; a
plain install cannot do it.
Every expert answers only from its own knowledge folder and cites it. Routing is your judgment over the descriptions above — there is no vector search and no embeddings.
What ships with it: 12 files
456.2 KB alongside SKILL.md
commands/
- add-expert.md1.9 KB
- ask.md343 B
- build.md778 B
- list.md187 B
- route.md280 B
knowledge/
- cardiology/cardiac-valves-primer.md1.9 KB
- cardiology/INDEX.md954 B
- nutrition/INDEX.md740 B
- nutrition/nutrition-essentials.md1.3 KB
- stoicism/INDEX.md14.0 KB
- stoicism/meditations.md377.8 KB
- stoicism/the-enchiridion.md56.1 KB