@mattshumer_: For those who want to keep their skills while using Opus 5, here's a trick you can try (let me know how it goes): Write…
Summary
Matt Shumer shares a technique for adapting skills to Claude Opus 5: a loop that updates skills, benchmarks them against Opus 4.8 with old skills, and iterates until Opus 5 wins.
View Cached Full Text
Cached at: 08/08/26, 11:10 PM
For those who want to keep their skills while using Opus 5, here’s a trick you can try (let me know how it goes):
Write a loop (have a model do this!) that has Opus 5:
- do a first update pass on your skills to make them better for Opus 5
- creates a suite of test tasks for each skill, like a benchmark
- runs each test task on Opus 5 with the new skill, and Opus 4.8 with the old one
- has a separate model blind-compare the outcomes (Gauntlet Loop-style)
- repeatedly iterate until Opus 5 + updated skills is consistently better on the suites than Opus 4.8 + old skills
Matt Shumer (@mattshumer_): Claude Opus 5 is way better than people give it credit for.
If you’re using it like previous Claude models, it’s going to suck.
Two things make a huge difference:
- Delete ALL your skills/MCPs/Claude.md/etc. Start fresh.
- Stop telling it how to do the thing. Just say what you
Similar Articles
@mattshumer_: Your skills are making Opus 5 worse. My prompt fixes that. It goes through each skill and uses a Gauntlet Loop to rewri…
A free prompt for Claude Code that audits installed skills and uses a Gauntlet Loop to blind-test upgraded versions against originals, upgrading or retiring skills to work better with Opus 5.
@0x_kaize: You can turn Opus 4.8 into Fable 5 for Free And you have 2 days before the window closes. July 7 is the last day Fable …
A thread explains that users can convert Opus 4.8 into Fable 5 for free before July 7, after which Fable 5 will cost credits. It provides tips for maximizing the remaining window, including having Fable 5 write a SKILL.md to transfer reasoning patterns to Opus 4.8.
@bcherny: Seeing a number of benchmarks showing Opus is the best model for long-running work. Five tips for running Opus autonomo…
Practical tips for running Anthropic's Claude Opus autonomously for hours or days, such as using auto mode, dynamic workflows, and self-verification; also references the SWE-Marathon benchmark for long-horizon software tasks.
@natolambert: The crazy jump in perf for Claude 5 Fable is vindication for people who say Opus 4.5 and were like "yeah I should (most…
Nathan Lambert highlights the significant performance improvement of Claude 5 Fable, suggesting it validates the shift away from manual coding.
@mattshumer_: With a few prompt tweaks/strategies, and a switch to Codex 5.5 instead of Opus 4.7, you can get MUCH closer to the SUPE…
Switching from Opus 4.7 to Codex 5.5 with optimized prompts yields much better one-shot results for recreating the SUPERHOT game style using AI coding agents.