tweakcc
A CLI tool by Piebald AI that patches an existing Claude Code installation — npm or native binary — with custom system prompts, color themes, thinking verbs, spinner animations, custom toolsets, user-message styling, subagent model overrides, session memory, a /remember skill, table format switching, and MCP startup optimization. Run npx tweakcc, configure via the interactive menu or ~/.tweakcc/config.json, and apply with --apply. Community patches installable from a URL via tweakcc adhoc-patch.
View on GitHubWhat it does
- npx tweakcc
Launch the interactive configuration menu to set up themes, thinking verbs, spinners, toolsets, and system prompt patches.
- npx tweakcc --apply
Reapply all saved customizations from ~/.tweakcc/config.json after a Claude Code update.
- npx tweakcc adhoc-patch --url <url>
Download and apply a custom patch script from a URL without installing a separate npm package.
- npx tweakcc unpack / repack
Extract the cli.js from a native binary installation, edit it, and repack it into the binary.
- /toolset
In Claude Code, switch to a custom toolset defined in the tweakcc configuration.
- /remember
Persist a fact or context note across Claude Code sessions (requires session memory feature enabled).