swcstudiospace

Ultrathink Off — Development skill for Claude Code

Development community

Turn Ultrathink planning off in this app until turned back on.

How to install Ultrathink Off

Installs to ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-off/SKILL.md

Terminal
mkdir -p ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-off && curl -fsSL https://raw.githubusercontent.com/swcstudiospace/claude-ultrathink/HEAD/commands/ultrathink-off.md -o ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-off/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ultrathink Off does


name: ultrathink-off description: Turn Ultrathink planning off in this app until turned back on disable-model-invocation: true

Ultrathink control command. The Ultrathink prompt hook normally answers it before it reaches you; since you are reading this, it did not. Run this with your shell tool and reply with its output only:

"${CLAUDE_PLUGIN_ROOT}/bin/ultrathink" off $ARGUMENTS

If that path is not absolute, run `bin/ultrathink off` from the installed Ultrathink plugin direct

Alternatives in Development

  • Discuss — Act as a planning interviewer 2.9k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
  • Agentlas One — Turn the persistent Agentlas One personal agent on or off, or rename it 1.1k ★

Full documentation available on GitHub

View Source Repository