The person who built Claude Code says to delete your skills and instructions twice a year. He's right about why. Here's how to do it without losing work you spent months on.
Boris Cherny created Claude Code. Speaking at Y Combinator's Startup School this year, he told a room full of people to throw away the setup they'd carefully built.
"Every 6 months, delete your CLAUDE.md, delete your skills, and delete your hooks. Then see what the model does. It might surprise you."
Boris Cherny, creator of Claude Code
He added that for Opus 5 he strongly recommends trying it, because the model may no longer need the long instructions that earlier models required. His own team practices this. When Opus 5 shipped, they cut more than 80 percent of Claude Code's built in instructions, and it got better.
Here's what that means for you. Every rule you added was written to fix something Claude was getting wrong at the time. "Stop being so wordy." "Always double check the math." "Use this exact format." Those were patches for a model that no longer exists. The current one often does that on its own, and your old patch now sits in front of it like furniture in a doorway.
My honest take, and this is where I part ways with the advice as it's usually repeated online: test before you delete. Deleting everything at once tells you something broke without telling you which part was carrying the weight. The checklist below finds that out in about 20 minutes per item.
Deleted instructions do not go to a trash folder you can dig through later. If you wrote a skill 8 months ago and delete it today, the thinking you put into it is gone. Copy everything first and this whole exercise becomes risk free, because any change you dislike takes 30 seconds to undo.
In the Claude app: open each skill, each project's instructions, and your personal preferences in settings. Select all, copy, and paste each one into its own document with today's date in the name. Boring, and it's the whole safety net.
If you use Claude Code: your personal skills live in ~/.claude/skills/ and project skills in .claude/skills/. Duplicate those folders and your CLAUDE.md files somewhere outside the project. Can't find them? Ask Claude directly: "where is this skill saved on my computer?" and it will tell you the exact path.
Work through this for one skill or one instruction file at a time. Doing them all at once is how people end up reverting the whole thing in frustration.
Testing by feel doesn't work, because you'll read the answer you expect. This prompt makes Claude do the same task twice, with and without your instructions, then tell you exactly which lines earned their place. Paste it into a fresh chat with nothing else attached.
I want to audit one piece of my Claude setup and find out whether it still earns its place. Here are the instructions I want to test: [paste the full text of your skill or your instructions here] Here is a real task I would normally use them for: [describe the task in a sentence or two, and paste any example material you would normally give it] Do this in 4 steps: 1. Complete the task now using only what you already know. Completely ignore the instructions I pasted above. 2. Complete the task a second time, this time following those instructions exactly. 3. Compare the two versions. Tell me specifically what the instructions changed. Quote the lines that made a real difference to the output, and list the lines that changed nothing at all. 4. Give me a verdict: keep all of it, keep only certain lines (write out the trimmed version), or retire it because you handle this well without it. Be blunt with me. If the instructions made no real difference, say so plainly instead of being polite about it.
Run this on your oldest skill first. The trimmed version it writes in step 4 is usually the one you want to keep.
After doing this on my own setup, the pattern is consistent. Instructions about how Claude should behave tend to expire. Instructions about your actual business never do.
That split is the useful part of this whole exercise. What survives a cleanup is the part that's actually yours, and a shorter setup made only of that runs better than a long one carrying 6 months of patches.
That's the point of step 1. A cleanup that makes your output worse taught you something valuable: that instruction was load bearing. Restore it from your backup, note why it matters, and move to the next item. A retired skill and a proven skill are both wins.
The 6 month rhythm is a floor. The real trigger is a major upgrade, because that's when the gap between your old patches and the current model opens the widest. Cherny's team ran their own cleanup the week Opus 5 shipped.
If you're on the other end of this and haven't set anything up yet, start here: Build your first Claude skill.