multi-model-research
Installation
SKILL.md
Multi-Model Research Agent
Implements Karpathy's LLM Council pattern for superior research through parallel queries, peer review, and chairman synthesis.
Architecture
Geoffrey/Claude (Native Council Member):
- Routes simple vs complex queries
- Calls external API orchestrator (
research.py) - Provides my own research response
- Conducts peer review phase
- Requests GPT-5.1 synthesis (chairman)
- Saves final report to Obsidian
Python External API Orchestrator:
- Fetches responses from GPT-5.1, Gemini 3.0 Pro, Perplexity Sonar, Grok 4.1
- Returns JSON with all external responses
- I handle all orchestration and synthesis