🎯

think

🎯Skill

from zpankz/mcp-skillset

VibeIndex|
What it does

Enables non-linear, multi-tool cognitive reasoning for decomposing complex problems through structured thinking frameworks and executable notebooks.

πŸ“¦

Part of

zpankz/mcp-skillset(137 items)

think

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add zpankz/mcp-skillset --skill think
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Cognitive enhancement toolkit combining non-linear reasoning, mental models, and literate programming. Use for complex analysis, system design, debugging, deep learning, and research workflows.

Overview

# Think Skill

Orchestrate three MCP tools for structured reasoning.

Quick Navigation

| Need | Go To |

|------|-------|

| Non-linear reasoning | [THOUGHTBOX.md](THOUGHTBOX.md) |

| Reasoning frameworks | [MODELS.md](MODELS.md) |

| Executable notebooks | [NOTEBOOK.md](NOTEBOOK.md) |

| Tool combinations | [PATTERNS.md](PATTERNS.md) |

| Problem→Solution routing | [SELECTION.md](SELECTION.md) |

| Concrete examples | [EXAMPLES.md](EXAMPLES.md) |

Tools At a Glance

| Tool | Purpose | Key Feature |

|------|---------|-------------|

| thoughtbox | Step-by-step reasoning | 7 patterns: forward, backward, branching, revision, interleaved, first principles, meta-reflection |

| mental_models | Structured schemas | 15 models across 9 tags |

| notebook | Literate programming | 10 operations, executable JS/TS |

When to Use This Skill

  • Complex problems β†’ decomposition + branching
  • Debugging β†’ five-whys + backward thinking
  • Architecture decisions β†’ pre-mortem + trade-off matrix
  • Deep learning β†’ Sequential Feynman notebook
  • Research tasks β†’ interleaved reasoning loops

Minimal Invocation

```javascript

// Reasoning

thoughtbox({ thought: "...", thoughtNumber: 1, totalThoughts: 10, nextThoughtNeeded: true })

// Framework

mental_models({ operation: "get_model", args: { model: "five-whys" } })

// Notebook

notebook({ operation: "create", args: { title: "...", language: "typescript" }})

```

MCP Resources (On-Demand)

| Resource | Access |

|----------|--------|

| Patterns cookbook | thoughtbox({ includeGuide: true }) |

| Model content | mental_models({ operation: "get_model", args: { model: "..." } }) |

| Notebook ops | thoughtbox://notebook/operations |

| Interleaved guides | thoughtbox://interleaved/{mode} |

---

For deeper content, follow links above. Each file is self-contained.