thinking

Toggle Claude's Thinking mode by editing settings.json atomically.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jpratt9/dotfiles --skill thinking-jpratt9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thinking
Source: https://github.com/jpratt9/dotfiles/tree/main/.agents/skills/thinking
Command: npx skills add https://github.com/jpratt9/dotfiles --skill thinking-jpratt9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick toggle for enabling or disabling Claude's extended Thinking mode, simplifying the control of this advanced feature.

Core Features & Use Cases

  • Toggle Thinking Mode: With a simple command, you can turn on or off Claude's extended Thinking capabilities.
  • Configuration Editing: The script edits the settings.json file atomically, ensuring that changes apply without data loss.
  • Immediate Effect: The changes take effect on the next session, or you can immediately zero out the reasoning budget for an immediate hard-off.

Quick Start

Activate or deactivate extended Thinking with the command: /thinking on or /thinking off.

Frequently Asked Questions about thinking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I toggle Claude's Thinking mode using settings configuration?

To turn off Thinking mode immediately, the script zeros out the reasoning budget in your settings configuration, providing a hard-off that takes effect without waiting for the next session.

How does modifying the settings.json file affect Claude's Thinking mode?

Modifying the settings.json file alters Claude's response complexity by enabling or disabling extended Thinking capabilities, with changes safely applied atomically to prevent data loss.

Can I instantly disable Claude's extended Thinking capabilities during a session?

Yes, you can instantly disable Claude's extended Thinking capabilities by zeroing out the reasoning budget, which forces an immediate hard-off instead of waiting for the next session to load.

When should I adjust Claude's Thinking mode settings without manual intervention?

You should adjust Claude's Thinking mode settings when you require quick changes to response complexity, such as toggling extended reasoning on for complex problems and off for simple queries.