think
Think Skill
Orchestrate three MCP tools for structured reasoning.
Quick Navigation
| Need | Go To |
|---|---|
| Non-linear reasoning | THOUGHTBOX.md |
| Reasoning frameworks | MODELS.md |
| Executable notebooks | NOTEBOOK.md |
| Tool combinations | PATTERNS.md |
| Problem→Solution routing | SELECTION.md |
| Concrete examples | 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
// 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.
More from zpankz/mcp-skillset
network-meta-analysis-appraisal
Systematically appraise network meta-analysis papers using integrated 200-point checklist (PRISMA-NMA, NICE DSU TSD 7, ISPOR-AMCP-NPC, CINeMA) with triple-validation methodology, automated PDF extraction, semantic evidence matching, and concordance analysis. Use when evaluating NMA quality for peer review, guideline development, HTA, or reimbursement decisions.
16software-architecture
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
13cursor-skills
Cursor is an AI-powered code editor and development environment that combines intelligent coding assistance with enterprise-grade features and workflow automation. It extends beyond basic AI code comp...
13textbook-grounding
Orthogonally-integrated Hegelian syntopical analysis for SAQ/VIVA/concept grounding with systematic textbook citations. Implements thesis extraction → antithesis identification → abductive synthesis across multiple authoritative sources. Tensor-integrated with /m command: activates S×T×L synergies (textbook-grounding × pdf-search × qmd = 0.95). Triggers on requests for model SAQ responses, VIVA preparation, concept explanations requiring textbook evidence, or any PEX exam content needing systematic cross-reference validation.
12obsidian-process
This skill should be used when batch processing Obsidian markdown vaults. Handles wikilink extraction, tag normalization, frontmatter CRUD operations, and vault analysis. Use for vault-wide transformations, link auditing, tag standardization, metadata management, and migration workflows. Integrates with obsidian-markdown for syntax validation and obsidian-data-importer for structured imports.
12terminal-ui-design
Create distinctive, production-grade terminal user interfaces with high design quality. Use this skill when the user asks to build CLI tools, TUI applications, or terminal-based interfaces. Generates creative, polished code that avoids generic terminal aesthetics.
10