ministry-of-experts

Routes one question to multiple expert models and synthesizes a ranked answer.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/TylerSimons1127/vibe --skill ministry-of-experts-tylersimons1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ministry-of-experts
Source: https://github.com/TylerSimons1127/vibe/tree/main/skills/ministry-of-experts
Command: npx skills add https://github.com/TylerSimons1127/vibe --skill ministry-of-experts-tylersimons1127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Single-model answers carry the biases and blind spots of one model. This Skill implements a Mixture-of-Agents workflow where a lead model asks the same question to several expert models and synthesizes their responses into one ranked, higher-quality answer. ## Core Features & Use Cases - Multi-Model Panel: Sends the same question to expert models such as DeepSeek V4, GLM 5.2, and GPT 5.5 alongside the lead model. - Ranked Synthesis: The lead model reads all expert responses and produces one consolidated answer, flagging which model argued for each point and why. - Token-Efficient Output: The lead model compresses the panel's raw responses so you read one synthesis instead of three full dumps. - Use Case: Ask "/moa I want to know how to double my net profit" and receive levers ranked by leverage, with attribution showing which model proposed each lever and its reasoning. ## Quick Start Type /moa followed by your question to get a synthesized answer ranked across multiple expert models.

Frequently Asked Questions about ministry-of-experts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ask multiple AI models the same question at once?▼

Use the /moa command followed by your question. The lead model sends the identical question to expert models like DeepSeek V4, GLM 5.2, and GPT 5.5, then synthesizes their responses into one ranked answer.

What is a Mixture-of-Agents approach for better AI answers?▼

Mixture-of-Agents routes one question to several expert models and has a lead model synthesize their responses. This catches individual model biases and forgotten points, producing a ranked answer with attribution for each claim.

Does the ministry-of-experts skill work inside Hermes Agent?▼

Yes, it works directly in Hermes with no external UI required. Invoke it by typing /moa followed by your question, and the lead model coordinates the expert panel within the chat.

How does multi-model synthesis save tokens?▼

The lead model reads the three raw expert responses and compresses them into a single synthesis. You consume one consolidated answer instead of reading three full model dumps, reducing token spend.

When should I not use a multi-model panel approach?▼

Avoid it for simple factual lookups or quick tasks where one model suffices, since querying multiple models costs more tokens and time. Reserve it for complex, high-stakes questions where answer quality justifies the overhead.