thinking-model-combination
Combine multiple mental models for richer analysis. Use for complex problems requiring multiple lenses, high-stakes decisions, or when single models leave blind spots.
npx skills add majiayu000/claude-skill-registry --skill thinking-model-combination --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Model Combination ## Overview Real-world problems rarely fit neatly into a single mental model. Model combination uses multiple frameworks together—sequentially, in parallel, or nested—to achieve deeper understanding than any single model provides. The skill is knowing how to combine models productively without creating confusion or analysis paralysis. **Core Principle:** Multiple lenses reveal what single lenses miss. But combination requires discipline, not just accumulation. ## When to Use - Complex problems spanning multiple domains - High-stakes decisions where blind spots are costly - When single models leave important questions unanswered - Validating conclusions through different frameworks - Teaching comprehensive analysis - Building robust decision processes Decision flow: ``` Analyzing a problem? → Does one model fully address it? → yes → Use single model → Are there important blind spots? → yes → ADD COMPLEMENTARY MODEL → Are stakes high enough to justify deeper analysis? → yes → USE MULTIPLE MODELS ``` ## Combination Patterns ### Pattern 1: Sequential (Pipeline) Use one model's output as another's input: ```markdown ## Sequential Combination Model A → Model B → Model
- Overview
- When to Use
- Combination Patterns
- Pattern 1: Sequential (Pipeline)
- Pattern 2: Parallel (Multiple Lenses)
- Pattern 3: Nested (Zoom Levels)
- Pattern 4: Adversarial (Thesis-Antithesis)
- Pattern 5: Temporal (Time-Based)
- Combination Recipes
- Recipe 1: High-Stakes Decision
- Recipe 2: System Diagnosis
- Recipe 3: Innovation Challenge
- Recipe 4: Argument Evaluation
- Combination Anti-Patterns
What does the thinking-model-combination skill do?
Combine multiple mental models for richer analysis. Use for complex problems requiring multiple lenses, high-stakes decisions, or when single models leave blind spots.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill thinking-model-combination --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
