ultrathink

74
9
Source

Invoke deep sequential thinking for complex problem-solving. Use when the user says 'use ultrathink', 'ultrathink', or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis.

Install

mkdir -p .claude/skills/ultrathink && curl -L -o skill.zip "https://mcp.directory/api/skills/download/479" && unzip -o skill.zip -d .claude/skills/ultrathink && rm skill.zip

Installs to .claude/skills/ultrathink

About this skill

Ultrathink

Ultrathink activates the Sequential Thinking MCP tool (mcp__sequential_thinking__sequentialthinking) to enable deep, structured reasoning through complex problems.

When to Use

Invoke ultrathink when:

  • User explicitly requests it ("use ultrathink", "ultrathink this")
  • Complex problems requiring step-by-step decomposition
  • Planning and design with room for revision
  • Analysis that might need course correction
  • Problems where full scope isn't initially clear
  • Multi-step solutions requiring maintained context
  • Situations requiring hypothesis generation and verification

How to Use

Call the sequential thinking tool with structured thoughts:

mcp__sequential_thinking__sequentialthinking:
  thought: "Your current thinking step"
  nextThoughtNeeded: true/false
  thoughtNumber: 1
  totalThoughts: 5 (estimate, can adjust)

Parameters

ParameterTypeRequiredDescription
thoughtstringYesCurrent thinking step - analysis, revision, question, or realization
nextThoughtNeededbooleanYesTrue if more thinking needed, false when done
thoughtNumberintegerYesCurrent thought number in sequence
totalThoughtsintegerYesEstimated total thoughts (can adjust up/down)
isRevisionbooleanNoWhether this revises previous thinking
revisesThoughtintegerNoWhich thought number is being reconsidered
branchFromThoughtintegerNoBranching point thought number
branchIdstringNoBranch identifier
needsMoreThoughtsbooleanNoSignal that more thoughts needed at "end"

Key Capabilities

  1. Dynamic adjustment: Revise total thought count as understanding evolves
  2. Revision support: Question or revise previous thoughts
  3. Branching: Explore alternative approaches from any point
  4. Hypothesis cycle: Generate hypothesis, verify, repeat until satisfied
  5. Non-linear thinking: Don't need to build linearly - can backtrack

Process Pattern

  1. Start with initial estimate of needed thoughts
  2. Break down the problem systematically
  3. Question or revise previous thoughts as needed
  4. Generate solution hypotheses when appropriate
  5. Verify hypotheses against the chain of thought
  6. Add more thoughts if needed, even at the "end"
  7. Express uncertainty when present
  8. Set nextThoughtNeeded: false only when truly done

Example

Thought 1: "Let me analyze this authentication bug. The user reports login failures after password reset..."
Thought 2: "Looking at the code flow: reset generates token -> user clicks link -> new password set. The issue might be..."
Thought 3: "Hypothesis: The session isn't being invalidated after password change. Let me verify..."
Thought 4 (revision): "Actually, reconsidering thought 2 - the token expiry might be the issue, not session..."
Thought 5: "Verified: Token expiry is set to 1 hour but email delivery can take longer. Solution: extend to 24 hours."

Best Practices

  • Start with reasonable thought estimate (3-7 for most problems)
  • Don't hesitate to revise or add thoughts
  • Mark revisions with isRevision: true and revisesThought: N
  • Express uncertainty rather than guessing
  • Use branching for exploring alternatives
  • Only set nextThoughtNeeded: false when confident in solution

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

287790

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

213415

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

212295

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

219234

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

171200

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

166173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.