Deep reasoning with Claude's extended thinking feature for complex multi-step problems. Use when implementing think-aloud reasoning, complex analysis, or debugging difficult issues.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: extended-thinking description: Deep reasoning with Claude's extended thinking feature for complex multi-step problems. Use when implementing think-aloud reasoning, complex analysis, or debugging difficult issues.
Extended Thinking Skill
Enable Claude to "think out loud" before responding - dramatically improves complex reasoning tasks.
When to Use Extended Thinking
- Complex math, logic, or coding problems
- Multi-step analysis requiring careful reasoning
- Tasks where you need to verify Claude's thought process
- Debugging intricate issues
- Strategic planning and decision-making
Budget Guidance
| Complexity | Budget Tokens | Use Case |
|---|---|---|
| Simple | 1,024 | Quick verification |
| Medium | 4,000-8,000 | Standard analysis |
| Complex | 16,000+ | Deep reasoning |
| Very Complex | 32,000+ | Consider batch processing |
Key Patterns
Basic Extended Thinking
See templates/basic-thinking.ts and templates/basic-thinking.py
Interleaved Thinking with Tools
Requires beta header: anthropic-beta: interleaved-thinking-2025-05-14
Streaming Extended Thinking
Stream thinking blocks for real-time visibility into reasoning process.
More by vanman2024
View allMobile authentication patterns with Clerk, Supabase, and custom auth including biometrics, secure storage, and social login. Use when implementing authentication, managing tokens, or setting up biometric unlock.
Mandatory design system guidelines for shadcn/ui with Tailwind v4. Enforces 4 font sizes, 2 weights, 8pt grid spacing, 60/30/10 color rule, OKLCH colors, and accessibility standards. Use when creating components, pages, or any UI elements. ALL agents MUST read and validate against design system before generating code.
Production deployment patterns for ElevenLabs API including rate limiting, error handling, monitoring, and testing. Use when deploying to production, implementing rate limiting, setting up monitoring, handling errors, testing concurrency, or when user mentions production deployment, rate limits, error handling, monitoring, ElevenLabs production.
Examples and patterns for integrating FastMCP Cloud servers with Claude Agent SDK using HTTP transport
