Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
fix-claude-code logo

fix-claude-code

jcodesmore-plugins

OtherClaude Codeby JCodesMore

Summary

Interactive wizard that fixes and optimizes Claude Code performance

Install to Claude Code

/plugin install fix-claude-code@jcodesmore-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add JCodesMore/jcodesmore-plugins if you haven't already.

README.md

Fix Claude Code

<a href="https://github.com/JCodesMore/fix-claude-code/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a> <a href="https://discord.gg/babcVNJBet"><img src="https://img.shields.io/discord/1400896964597383279?label=discord" alt="Discord" /></a>

An interactive Claude Code plugin that fixes and optimizes your Claude Code performance. Sourced from dozens of community posts, official docs, and power user tips.

Run /fixclaude and the wizard handles the rest -- no jargon, no guesswork.

Demo

![Watch the demo](https://youtu.be/tqOuwJtR5EY)

> Click the image above to watch the full walkthrough on YouTube.

Skills

| Skill | Description | |-------|-------------| | /fixclaude | Interactive performance wizard -- detects current settings, applies 8 proven fixes, and optionally installs companion tools. |

Install

Recommended: Claude Code

/plugin marketplace add JCodesMore/jcodesmore-plugins
/plugin install fix-claude-code@jcodesmore-plugins

Manual

claude install-plugin JCodesMore/fix-claude-code

Or load from a local checkout:

claude --plugin-dir /path/to/fix-claude-code

Usage

/fixclaude

The wizard walks you through every step:

1. Detects current settings and shows what's missing 2. Applies 8 proven performance fixes -- max effort, deep thinking, smooth rendering, agent teams, and more 3. Sets up a session timer bump -- creates a persistent cloud routine via /schedule that keeps the rolling 5-hour rate limit window active indefinitely 4. Optionally installs companion tools -- Claude HUD, Context7, Playwright, Caveman, Chrome integration 5. Shows a clear summary of everything that changed

Every step is explained in plain language. No config files to hunt down, no values to guess.

What Gets Fixed

Core Performance Settings

| Setting | What it does | |---------|-------------| | CLAUDE_CODE_EFFORT_LEVEL=max | Full reasoning every turn | | CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 | Consistent deep thinking (no under-allocation) | | MAX_THINKING_TOKENS=31999 | Maximum reasoning budget | | CLAUDE_CODE_DISABLE_1M_CONTEXT=1 | More compute for thinking | | alwaysThinkingEnabled=true | Extended thinking every turn | | CLAUDE_CODE_NO_FLICKER=1 | Smooth screen rendering | | CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 | Disable telemetry and background network | | CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 | Multi-agent coordination |

Rate Limit Optimization

| Feature | What it does | |---------|-------------| | Session timer bump | Cloud routine via /schedule — pings every 3 hours to keep the rolling 5-hour rate limit window active. Runs indefinitely on Anthropic's cloud, never expires |

Optional Plugins

| Plugin | What it does | |--------|-------------| | Claude HUD | Status dashboard -- context %, tokens, rate limits | | Context7 MCP | Live, up-to-date library documentation | | Playwright MCP | Browser-based self-testing | | Caveman | Shorter, more focused output | | Claude in Chrome | Control your browser from the terminal |

How It Works

The plugin is a single interactive skill with no code dependencies. It reads your current ~/.claude/settings.json, shows you what's missing, and merges in the recommended values -- preserving everything else in your config.

Optional plugins are presented one at a time so you can pick what you want. MCP servers (Context7, Playwright) are installed automatically. Plugins that require interactive commands (Claude HUD, Caveman) give you the exact command to paste.

Credits

Built from tips by @hqmank, @bcherny (Claude Code creator), @ykdojo, @adocomplete (Anthropic DevRel), and many others in the Claude Code community.

License

MIT

Related plugins

Browse all →