Skip to main content
guidesSource-backedReview first Safety Privacy

Fix Claude Code Performance

Fix Claude Code high CPU and memory usage, hangs, slow responses, and auto-compact thrashing using /context, /compact, /clear, /doctor, and documented context-management techniques.

by JSONbored·added 2025-10-27·
HarnessClaude Code
Review first review before installing

Open the source and read safety notes before installing.

Citation facts

Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.

Source URLs
https://code.claude.com/docs/en/troubleshooting, https://github.com/JSONbored/awesome-claude/blob/main/content/guides/fix-memory-leak-performance.mdx
Safety notes
/heapdump writes a JavaScript heap snapshot (which can contain session content) to your Desktop or home directory; do not attach heap snapshots to public issues, and share only redacted diagnostics through a private support channel when requested.
Privacy notes
/usage cost figures and /context breakdowns are computed locally from this machine's session history and do not include usage from other devices or claude.ai.
Author
JSONbored
Claim status
unclaimed
Last verified
2025-10-27

Decision playbook

Review trust signals before you adopt

Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.

Compare context
Selected

0

Current score

78

Baseline

Delta

No baseline selected

No major trust-signal divergence detected in the current selection.

Source and provenance checks

Complete

Confirm ownership and provenance before trusting install instructions.

  • Source link availableRequired

    Open the canonical repository and verify ownership.

    Done
  • Source provenance statusRequired

    Marked as source-backed.

    Done
  • Metadata reviewed

    Registry metadata indicates a reviewed listing.

    Done

Safety and privacy checks

Complete

Validate risk disclosures before installation or API wiring.

  • Safety notes presentRequired

    Review the listed safety guidance before running commands.

    Done
  • Privacy notes presentRequired

    Review data handling notes before connecting accounts or secrets.

    Done
  • Trust level risk gateRequired

    Trust level does not block evaluation.

    Done

Package and install checks

Needs review

Check package metadata and artifact integrity signals.

  • Install payload available

    Install or copy payload is available for review.

    Done
  • Package verification flag

    No package verification flag provided.

    Pending
  • Checksum metadata

    No checksum provided for downloaded artifact.

    Pending

Compare-driven decision checks

Needs review

Use compare context to validate trade-offs before adoption.

  • Compare tray has multiple entries

    Add at least one more entry to compare trust differences.

    Pending
  • Baseline comparison available

    No baseline peer selected yet.

    Pending
  • Diverging trust signals identified

    No major trust-signal divergence found.

    Pending

Setup at a glance

Copy & paste

Copy-ready — paste the snippet to get started.

Install command

Not provided

Config snippet

Not provided

Copy snippet

Provided

Prerequisites

None

Platforms

1 listed

Difficulty

55/100

Adoption plan

Balanced adoption plan

Current risk score 16/100. Use staged verification before broader rollout.

Risk 16

Pre-adoption checks

Validate source and review signals before any execution.

  • Confirm source provenanceRequired

    Source URL/provenance metadata is present.

    Done
  • Confirm metadata review state

    Listing has review metadata.

    Done
  • Verify install payload

    Install/config payload exists and can be inspected.

    Done

Security checks

Confirm safety, privacy, and package integrity signals.

  • Review safety notesRequired

    Safety notes are present.

    Done
  • Review privacy notesRequired

    Privacy notes are present.

    Done
  • Verify package integrity metadata

    No package verification/checksum metadata.

    Pending

Rollout

Adopt in controlled steps based on the selected plan.

  • Run in isolated sandbox firstRequired

    Use a constrained sandbox and observe behavior across multiple tasks.

    Pending
  • Roll out graduallyRequired

    Roll out to a small cohort before wider usage.

    Pending
  • Set monitoring and fallback

    Define rollback path and monitor errors after adoption.

    Pending

Evidence readiness

Evidence readiness matrix · balanced

Required evidence gates are covered (5/6 signals complete).

Risk 15

Source provenance

Present

Source repository/provenance is listed.

Required in this preset

Metadata review

Present

Review metadata is present.

Required in this preset

Safety notes

Present

Safety notes are present.

Required in this preset

Privacy notes

Present

Privacy notes are present.

Optional in this preset

Package integrity

Missing

Package integrity metadata is missing.

Optional in this preset

Install payload

Present

Install payload is available.

Required in this preset

Required evidence gates are covered for this preset.

Decision timeline

Decision timeline · balanced

5/6 steps complete with no blocking gaps for this preset.

Risk 14

triage

Confirm source provenanceRequired

Source/provenance metadata is available.

Done

triage

Check metadata review statusRequired

Review metadata is available.

Done

verify

Review safety notesRequired

Safety notes are available.

Done

verify

Review privacy notes

Privacy notes are available.

Done

verify

Validate package integrity metadata

Package integrity metadata is missing.

Pending

rollout

Verify install payload and commandsRequired

Install payload is available.

Done

No required blockers for this timeline preset.

Safety & privacy surface

Safety & privacy surface

1 safety and 1 privacy notes across 1 risk area. Review closely: credentials & tokens.

1 area
  • SafetyCredentials & tokens/heapdump writes a JavaScript heap snapshot (which can contain session content) to your Desktop or home directory; do not attach heap snapshots to public issues, and share only redacted diagnostics through a private support channel when requested.
  • PrivacyCredentials & tokens/usage cost figures and /context breakdowns are computed locally from this machine's session history and do not include usage from other devices or claude.ai.

Safety notes

  • /heapdump writes a JavaScript heap snapshot (which can contain session content) to your Desktop or home directory; do not attach heap snapshots to public issues, and share only redacted diagnostics through a private support channel when requested.

Privacy notes

  • /usage cost figures and /context breakdowns are computed locally from this machine's session history and do not include usage from other devices or claude.ai.

Schema details

Install type
copy
Reading time
5 min
Difficulty score
55
Troubleshooting
Yes
Breaking changes
No
Skill and platform metadata
Retrieval sources
https://code.claude.com/docs/en/troubleshootinghttps://code.claude.com/docs/en/context-windowhttps://code.claude.com/docs/en/costs
Full copyable content
## TL;DR

When Claude Code feels slow, hangs, or consumes a lot of CPU or memory, the cause is almost always context size or a misbehaving customization, not a fixed "memory leak." The documented fixes are:

- Run `/context` to see what is filling the context window.
- Run `/compact` to summarize older history, `/clear` to start fresh between tasks.
- Restart Claude Code between major tasks, and add large build directories to `.gitignore`.
- Use `claude --safe-mode` to test whether a plugin, MCP server, or hook is the source.
- Run `/doctor` inside Claude Code, or `claude doctor` from your shell if it will not start.

## Overview

Claude Code is designed to work with most development environments but can consume significant resources when processing large codebases. Performance and stability issues group into a few documented categories: high CPU or memory usage, auto-compaction thrashing, hangs and freezes, and search problems. The single biggest lever for most of them is how much is loaded into the context window, because token cost and processing both scale with context size.

This guide covers the supported commands and steps from Claude Code's own troubleshooting, cost, and context-window documentation. It avoids unverifiable claims about exact RAM figures or "memory limit" settings, because Claude Code does not document a user-facing memory cap; instead it gives you tools to measure usage (`/context`, `/usage`, `/heapdump`) and to reduce it.

## Diagnose first

Before changing anything, find out where the resources are going.

```bash
# Inside an interactive Claude Code session:

/context     # Live breakdown of the context window by category, with suggestions
/usage       # Token usage for the current session (press d/w for 24h vs 7d)
/memory      # Which CLAUDE.md and auto-memory files loaded at startup
/mcp         # Configured MCP servers; disable ones you are not using
/doctor      # Automated check of install, settings, MCP servers, and context

# From your shell (use this if `claude` will not start at all):
claude doctor
claude --version    # Confirm which build you are on before reporting an issue
```

`/context` is the most useful starting point: it shows the live breakdown by category (system prompt, CLAUDE.md, MCP tools, files read, conversation history) so you can see what to trim. If `claude` will not launch, run `claude doctor` from the shell instead of `/doctor`.

## Symptom to fix reference

| Symptom | What to do |
| :--- | :--- |
| High CPU or memory usage | `/compact` regularly; restart between major tasks; add large build dirs to `.gitignore`; try `claude --safe-mode` |
| Memory stays high after the above | Run `/heapdump` to write a heap snapshot and memory breakdown to `~/Desktop`; do not upload the heap snapshot publicly, and share only redacted diagnostics through private support if requested |
| `Autocompact is thrashing...` error | Read oversized files in smaller chunks; `/compact keep only the plan and the diff`; move big reads to a subagent; `/clear` if history is no longer needed |
| Command hangs or freezes | Press Ctrl+C to cancel; if still stuck, close the terminal and reopen, then `claude --resume` |
| Slow responses / large token use | Use `/context` to find the bloat; `/clear` between tasks; switch to Sonnet with `/model`; lower thinking effort with `/effort` |
| Settings/hooks/MCP misbehaving and slowing things | `claude --safe-mode` disables all customizations; if usage drops, find the culprit per Debug your configuration |
| Garbled text in an editor's integrated terminal | Run `/terminal-setup` to turn off GPU acceleration |
| Search not finding files | Install your platform's `ripgrep`, then set `USE_BUILTIN_RIPGREP=0` |

## High CPU or memory usage

Work through these documented steps in order:

1. Use `/compact` regularly to reduce context size.
2. Close and restart Claude Code between major tasks.
3. Add large build directories to your `.gitignore` file so they are not scanned.
4. Restart with `claude --safe-mode` to check whether a plugin, MCP server, or hook is the source. Safe mode disables all customizations for the session; if usage drops, the cause is one of your customizations.

If memory usage stays high after these steps, run `/heapdump`. It writes a JavaScript heap snapshot and a memory breakdown to `~/Desktop` (or your home directory on Linux without a Desktop folder). The breakdown shows resident set size, JS heap, array buffers, and unaccounted native memory, which tells you whether growth is in JavaScript objects or native code. You can open the `.heapsnapshot` file in Chrome DevTools under Memory then Load to inspect retainers. Do not attach heap snapshots to public GitHub issues; share only redacted memory breakdowns or excerpts through a private support channel if requested.

## Auto-compaction thrashing

Claude Code compacts automatically as you approach the context limit, so a full window does not end your session. If you instead see `Autocompact is thrashing: the context refilled to the limit...`, compaction succeeded but a file or tool output immediately refilled the window several times in a row, so Claude Code stops retrying to avoid wasting API calls on a loop. To recover:

1. Ask Claude to read the oversized file in smaller chunks (a line range or a single function) instead of the whole file.
2. Run `/compact` with a focus that drops the large output, for example `/compact keep only the plan and the diff`.
3. Move the large-file work to a subagent so it runs in a separate context window.
4. Run `/clear` if the earlier conversation is no longer needed.

## Hangs and freezes

If Claude Code seems unresponsive, press Ctrl+C to attempt to cancel the current operation. If it stays unresponsive, close the terminal and restart. Restarting does not lose your conversation: run `claude --resume` in the same directory to pick the session back up.

## Keep the context window small

Token costs and processing both scale with context size, so the most effective long-term fix is keeping context lean. Documented strategies:

- **Clear between tasks.** Use `/clear` to start fresh when switching to unrelated work; stale context wastes tokens on every subsequent message. Use `/rename` before clearing so you can find the session later, then `/resume` to return to it.
- **Compact with focus.** `/compact Focus on code samples and API usage` tells Claude what to preserve during summarization. You can also add compact instructions to your CLAUDE.md.
- **Trim CLAUDE.md.** It loads at session start and stays in context even for unrelated work. Aim to keep it under about 200 lines and move specialized, on-demand instructions into skills, which load only when invoked.
- **Reduce MCP overhead.** MCP tool definitions are deferred by default, but you can run `/mcp` to disable servers you are not using. Prefer CLI tools like `gh`, `aws`, and `gcloud` when available, since they add no per-tool listing to context.
- **Choose the right model.** Sonnet handles most coding tasks and costs less than Opus; use `/model` to switch mid-session. Lower thinking effort with `/effort` (or in `/model`) for simpler tasks.
- **Delegate verbose operations.** Send research, test runs, and log processing to subagents so the bulky output stays in their context window and only a summary returns.
- **Offload to hooks and skills.** A hook can grep a 10,000-line log for `ERROR` and return only matching lines; a skill can supply architecture context so Claude does not have to read many files to orient itself.

If you genuinely need a larger window rather than a smaller conversation, the documentation notes that certain newer models support a 1 million token context window; see Extended context for availability and how to select a `[1m]` model variant. Compaction works the same way at the larger limit.

## Search and terminal problems

Two stability issues are commonly mistaken for performance bugs:

- **Search missing files.** If the Search tool, `@file` mentions, custom agents, or custom skills are not finding files, the bundled `ripgrep` may not run on your system. Install your platform's `ripgrep` package (for example `brew install ripgrep`), then set `USE_BUILTIN_RIPGREP=0` in your environment. On WSL, cross-filesystem reads can also return fewer matches; use more specific searches or move the project to the Linux filesystem.
- **Garbled or corrupted text** in the VS Code, Cursor, or Devin Desktop integrated terminal usually means the terminal's GPU renderer is the cause. Run `/terminal-setup` to turn off GPU acceleration, then reload the window.

## Get more help

Run `/doctor` for a one-pass check of installation health, settings validity, MCP configuration, and context usage. Use `/feedback` to report problems to Anthropic, and check the Claude Code GitHub repository for known issues. Claude Code updates regularly and behavior can change, so run `claude --version` before filing a report.

---

> **Still stuck?**
>
> If `/safe-mode` shows the slowdown comes from a customization, work through Debug your configuration to isolate the plugin, MCP server, or hook. For a deep memory investigation, keep `/heapdump` output private because it can contain session data; share only redacted diagnostics through a private support channel if requested.

About this resource

TL;DR

When Claude Code feels slow, hangs, or consumes a lot of CPU or memory, the cause is almost always context size or a misbehaving customization, not a fixed "memory leak." The documented fixes are:

  • Run /context to see what is filling the context window.
  • Run /compact to summarize older history, /clear to start fresh between tasks.
  • Restart Claude Code between major tasks, and add large build directories to .gitignore.
  • Use claude --safe-mode to test whether a plugin, MCP server, or hook is the source.
  • Run /doctor inside Claude Code, or claude doctor from your shell if it will not start.

Overview

Claude Code is designed to work with most development environments but can consume significant resources when processing large codebases. Performance and stability issues group into a few documented categories: high CPU or memory usage, auto-compaction thrashing, hangs and freezes, and search problems. The single biggest lever for most of them is how much is loaded into the context window, because token cost and processing both scale with context size.

This guide covers the supported commands and steps from Claude Code's own troubleshooting, cost, and context-window documentation. It avoids unverifiable claims about exact RAM figures or "memory limit" settings, because Claude Code does not document a user-facing memory cap; instead it gives you tools to measure usage (/context, /usage, /heapdump) and to reduce it.

Diagnose first

Before changing anything, find out where the resources are going.

# Inside an interactive Claude Code session:

/context     # Live breakdown of the context window by category, with suggestions
/usage       # Token usage for the current session (press d/w for 24h vs 7d)
/memory      # Which CLAUDE.md and auto-memory files loaded at startup
/mcp         # Configured MCP servers; disable ones you are not using
/doctor      # Automated check of install, settings, MCP servers, and context

# From your shell (use this if `claude` will not start at all):
claude doctor
claude --version    # Confirm which build you are on before reporting an issue

/context is the most useful starting point: it shows the live breakdown by category (system prompt, CLAUDE.md, MCP tools, files read, conversation history) so you can see what to trim. If claude will not launch, run claude doctor from the shell instead of /doctor.

Symptom to fix reference

Symptom What to do
High CPU or memory usage /compact regularly; restart between major tasks; add large build dirs to .gitignore; try claude --safe-mode
Memory stays high after the above Run /heapdump to write a heap snapshot and memory breakdown to ~/Desktop; do not upload the heap snapshot publicly, and share only redacted diagnostics through private support if requested
Autocompact is thrashing... error Read oversized files in smaller chunks; /compact keep only the plan and the diff; move big reads to a subagent; /clear if history is no longer needed
Command hangs or freezes Press Ctrl+C to cancel; if still stuck, close the terminal and reopen, then claude --resume
Slow responses / large token use Use /context to find the bloat; /clear between tasks; switch to Sonnet with /model; lower thinking effort with /effort
Settings/hooks/MCP misbehaving and slowing things claude --safe-mode disables all customizations; if usage drops, find the culprit per Debug your configuration
Garbled text in an editor's integrated terminal Run /terminal-setup to turn off GPU acceleration
Search not finding files Install your platform's ripgrep, then set USE_BUILTIN_RIPGREP=0

High CPU or memory usage

Work through these documented steps in order:

  1. Use /compact regularly to reduce context size.
  2. Close and restart Claude Code between major tasks.
  3. Add large build directories to your .gitignore file so they are not scanned.
  4. Restart with claude --safe-mode to check whether a plugin, MCP server, or hook is the source. Safe mode disables all customizations for the session; if usage drops, the cause is one of your customizations.

If memory usage stays high after these steps, run /heapdump. It writes a JavaScript heap snapshot and a memory breakdown to ~/Desktop (or your home directory on Linux without a Desktop folder). The breakdown shows resident set size, JS heap, array buffers, and unaccounted native memory, which tells you whether growth is in JavaScript objects or native code. You can open the .heapsnapshot file in Chrome DevTools under Memory then Load to inspect retainers. Do not attach heap snapshots to public GitHub issues; share only redacted memory breakdowns or excerpts through a private support channel if requested.

Auto-compaction thrashing

Claude Code compacts automatically as you approach the context limit, so a full window does not end your session. If you instead see Autocompact is thrashing: the context refilled to the limit..., compaction succeeded but a file or tool output immediately refilled the window several times in a row, so Claude Code stops retrying to avoid wasting API calls on a loop. To recover:

  1. Ask Claude to read the oversized file in smaller chunks (a line range or a single function) instead of the whole file.
  2. Run /compact with a focus that drops the large output, for example /compact keep only the plan and the diff.
  3. Move the large-file work to a subagent so it runs in a separate context window.
  4. Run /clear if the earlier conversation is no longer needed.

Hangs and freezes

If Claude Code seems unresponsive, press Ctrl+C to attempt to cancel the current operation. If it stays unresponsive, close the terminal and restart. Restarting does not lose your conversation: run claude --resume in the same directory to pick the session back up.

Keep the context window small

Token costs and processing both scale with context size, so the most effective long-term fix is keeping context lean. Documented strategies:

  • Clear between tasks. Use /clear to start fresh when switching to unrelated work; stale context wastes tokens on every subsequent message. Use /rename before clearing so you can find the session later, then /resume to return to it.
  • Compact with focus. /compact Focus on code samples and API usage tells Claude what to preserve during summarization. You can also add compact instructions to your CLAUDE.md.
  • Trim CLAUDE.md. It loads at session start and stays in context even for unrelated work. Aim to keep it under about 200 lines and move specialized, on-demand instructions into skills, which load only when invoked.
  • Reduce MCP overhead. MCP tool definitions are deferred by default, but you can run /mcp to disable servers you are not using. Prefer CLI tools like gh, aws, and gcloud when available, since they add no per-tool listing to context.
  • Choose the right model. Sonnet handles most coding tasks and costs less than Opus; use /model to switch mid-session. Lower thinking effort with /effort (or in /model) for simpler tasks.
  • Delegate verbose operations. Send research, test runs, and log processing to subagents so the bulky output stays in their context window and only a summary returns.
  • Offload to hooks and skills. A hook can grep a 10,000-line log for ERROR and return only matching lines; a skill can supply architecture context so Claude does not have to read many files to orient itself.

If you genuinely need a larger window rather than a smaller conversation, the documentation notes that certain newer models support a 1 million token context window; see Extended context for availability and how to select a [1m] model variant. Compaction works the same way at the larger limit.

Search and terminal problems

Two stability issues are commonly mistaken for performance bugs:

  • Search missing files. If the Search tool, @file mentions, custom agents, or custom skills are not finding files, the bundled ripgrep may not run on your system. Install your platform's ripgrep package (for example brew install ripgrep), then set USE_BUILTIN_RIPGREP=0 in your environment. On WSL, cross-filesystem reads can also return fewer matches; use more specific searches or move the project to the Linux filesystem.
  • Garbled or corrupted text in the VS Code, Cursor, or Devin Desktop integrated terminal usually means the terminal's GPU renderer is the cause. Run /terminal-setup to turn off GPU acceleration, then reload the window.

Get more help

Run /doctor for a one-pass check of installation health, settings validity, MCP configuration, and context usage. Use /feedback to report problems to Anthropic, and check the Claude Code GitHub repository for known issues. Claude Code updates regularly and behavior can change, so run claude --version before filing a report.


Still stuck?

If /safe-mode shows the slowdown comes from a customization, work through Debug your configuration to isolate the plugin, MCP server, or hook. For a deep memory investigation, keep /heapdump output private because it can contain session data; share only redacted diagnostics through a private support channel if requested.

Source citations

Add this badge to your README

Show that Fix Claude Code Performance is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/guides/fix-memory-leak-performance.svg)](https://heyclau.de/entry/guides/fix-memory-leak-performance)

How it compares

Fix Claude Code Performance side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

2 trust signals differ across this comparison (Source provenance, Submitter).

Field

Fix Claude Code high CPU and memory usage, hangs, slow responses, and auto-compact thrashing using /context, /compact, /clear, /doctor, and documented context-management techniques.

Open dossier

Diagnose and fix Claude Code 429 errors, session and weekly usage limits, and high token consumption using built-in commands and documented settings.

Open dossier

Troubleshoot Claude Code high CPU, memory pressure, and search misses using official commands: /compact, /context, /heapdump, ripgrep setup, safe mode, and subagent delegation from the troubleshooting documentation.

Open dossier

A practical walkthrough of the Claude Code context window: what consumes it (system prompt, memory, CLAUDE.md, MCP tools, skills, file reads, history), how each piece loads, and how the /context view helps you design leaner prompts and setups.

Open dossier
Next steps
Trust
Review statusReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewed
Package trustPackage not verifiedPackage not verifiedPackage not verifiedPackage not verified
Source provenanceDiffersSource-backedSource-backedSubmission linkedSource submissionSource-backed
SubmitterDifferskiannidevJPette1783
Install riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Brand
Categoryguidesguidesguidesguides
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorJSONboredJSONboredkiannidevJPette1783
Added2025-10-272025-10-272026-06-162026-06-05
Platforms
Claude Code
Claude Code
Claude Code
Claude Code
Source repo
Safety notes/heapdump writes a JavaScript heap snapshot (which can contain session content) to your Desktop or home directory; do not attach heap snapshots to public issues, and share only redacted diagnostics through a private support channel when requested.Changing retry, timeout, and concurrency environment variables or spend limits alters how Claude Code calls the API; review these before applying them in shared or CI environments./heapdump writes diagnostic files that may contain code paths and snippets—handle as sensitive. claude --safe-mode disables customizations; re-enable only after identifying the culprit plugin or MCP server. Auto-compaction thrashing can loop; restart sessions between major tasks when compaction runs repeatedly.This is a design and analysis activity; it does not change permissions or run risky actions. Trimming context should not remove safety-relevant instructions; keep guardrails even while reducing tokens. Do not move secrets into always-on context (CLAUDE.md) to make them convenient; that increases exposure every request.
Privacy notes/usage cost figures and /context breakdowns are computed locally from this machine's session history and do not include usage from other devices or claude.ai./usage and cost figures are computed locally from this machine's session history and reflect only this device; the commands send no data beyond normal model requests.Heap snapshots and /context output can expose repository paths and file names. Attach diagnostics to GitHub issues only after redacting customer or secret content. Subagent delegation still sends summaries to the parent session—sanitize before sharing externally.Always-on context such as CLAUDE.md is sent to the model provider on every request; keep sensitive data out of it. Skill descriptions load each session; keep sensitive workflow detail out of descriptions. The /context command reports local context composition and does not export anything by itself.
Prerequisites— none listed— none listed
  • Claude Code installed with a reproducible slow or high-memory session.
  • Terminal access to run /context, /compact, /memory, and optional /heapdump.
  • Ability to install ripgrep on the host when search tools fail.
  • Optional isolated test repo to compare safe mode vs normal startup.
  • Access to the Claude Code context window documentation and its interactive explorer.
  • A project with CLAUDE.md, skills, or MCP servers whose context cost you want to understand.
  • Claude Code installed to run /context in a live session.
Install
Config
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed
Open 4 picks in the interactive comparison tool

Related guides

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.