Fetching from the wire…
Public story · 2026-07-27 · high
A new checkup command audits your CLAUDE.md and skill files for the rules Anthropic says newer models no longer need.
Why now: Anthropic published the guidance on July 24, and most CLAUDE.md files in daily use predate every principle in it.
Anthropic stripped more than 80% of Claude Code's system prompt for Opus 5 and Fable 5, per its July 24 context-engineering post. That's a direct challenge to how most of us maintain CLAUDE.md files. Coding evals showed no measurable loss from the cut, the company says. We pile on a rule every time a model gets something wrong, and assume the extra scaffolding buys more control.
My own CLAUDE.md grew the same way. A fix went in the day a model botched formatting. A ban went in the day it over-commented. An example got pasted in because a plain description wasn't landing. Each edit made sense in the moment. None of them get revisited.
The fix ships as a command: /doctor, aliased /checkup, which scans your skills, CLAUDE.md, and system prompts and suggests what to cut. That beats hand-auditing hundreds of lines you wrote eight months ago and forgot the reasoning behind.
That diagnosis is sharper than the fix itself. Prompt rot happens when a system prompt and a skill file give contradictory orders, one saying don't add comments, another saying document as needed. The model isn't underpowered, it's getting conflicting orders from two places at once. I have that same collision in my repo, a CLAUDE.md rule on type hints that disagrees with a skill file.
It also wants tool-usage examples out of the system prompt entirely. Design expressive tool names and parameters instead, and swap markdown specs for executable references like test suites and scoring rubrics. CLAUDE.md's job shrinks to what would actually surprise the model, the codebase gotchas, not facts it can already read.
"No measurable loss on coding evals" describes Anthropic's evals on Anthropic's harness, not mine or yours. Run /doctor, keep the diff, and test the removal against a task where you already know the right answer before deleting anything for good. The direction is right. The size of the cut is theirs to prove.
Each link below shares sources, entities, or timing with this story.
Claude Code uses Opus / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, CLAUDE, Claude Code, Opus; cite the same source (Anthropic's July 24 context-engineering post).
Claude Code uses Opus / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude, Claude Code, Fable; overlapping topics (anthropic, claude, code, model).
Claude Code uses Opus / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude Code, ClaudeAI, Opus; reported by the same outlet (claude.com, reddit.com).
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude, Claude Code, PRs; reported by the same outlet (reddit.com).
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude Code, Fable, July; reported by the same outlet (claude.com).
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude, Claude Code, ClaudeAI; reported by the same outlet (reddit.com).
Claude Code uses Opus / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude Code, HTML, July; overlapping topics (against, model, tool).
Claude Code uses Opus / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses Opus); both cover Anthropic, Claude, Claude Code, ClaudeAI; reported by the same outlet (reddit.com).