think

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "think" with this command: npx skills add zpankz/mcp-skillset/zpankz-mcp-skillset-think

Think Skill

Orchestrate three MCP tools for structured reasoning.

Quick Navigation

NeedGo To
Non-linear reasoningTHOUGHTBOX.md
Reasoning frameworksMODELS.md
Executable notebooksNOTEBOOK.md
Tool combinationsPATTERNS.md
Problem→Solution routingSELECTION.md
Concrete examplesEXAMPLES.md

Tools At a Glance

ToolPurposeKey Feature
thoughtboxStep-by-step reasoning7 patterns: forward, backward, branching, revision, interleaved, first principles, meta-reflection
mental_modelsStructured schemas15 models across 9 tags
notebookLiterate programming10 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)

ResourceAccess
Patterns cookbookthoughtbox({ includeGuide: true })
Model contentmental_models({ operation: "get_model", args: { model: "..." } })
Notebook opsthoughtbox://notebook/operations
Interleaved guidesthoughtbox://interleaved/{mode}

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code refactoring

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dspy-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-refactor

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

screenapp-cli

No summary provided by upstream source.

Repository SourceNeeds Review