Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/thinking-model-combination/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Combination Patterns
  4. Pattern 1: Sequential (Pipeline)
  5. Pattern 2: Parallel (Multiple Lenses)
  6. Pattern 3: Nested (Zoom Levels)
  7. Pattern 4: Adversarial (Thesis-Antithesis)
  8. Pattern 5: Temporal (Time-Based)
  9. Combination Recipes
  10. Recipe 1: High-Stakes Decision
  11. Recipe 2: System Diagnosis
  12. Recipe 3: Innovation Challenge
  13. Recipe 4: Argument Evaluation
  14. Combination Anti-Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going