Fetching from the wire…
Public story · 2026-09-11 · high
A team of about 20 Claude Code skills found more than half the prompts that should have fired one didn't, and a single sentence fixed most of it.
Why now: The measurement post covering these recall numbers is dated to the 2026-09-11 window.
A team running about 20 Claude Code skills measured how often each one actually fired when it should have. More than half the prompts that should have triggered a skill triggered none, according to a thread on r/ClaudeAI laying out the test.
The fix was cheap. Adding one line to each skill, something like "Always invoke for .proto files" tied to a trigger unique to that skill, such as a file extension, raised recall from 46% to 67.3% while precision held around 0.96. Skills with a narrow, ownable trigger jumped the most.
One skill got worse. Their generic "review" skill had nothing unique to anchor on, no file type or keyword no other skill also claimed, so the added line didn't help and recall dipped slightly. A trigger only works when it points at something exclusive to that skill.
Their detector only caught Claude's own Skill tool call. Codex and Antigravity read SKILL.md straight off disk instead of calling a tool, so the same test run against those agents would undercount however many times they used a skill without it showing up as a call.
I've got a handful of skills in my own setup I've never actually confirmed are firing. This is the cheapest test I know of to find out, and cheaper still to fix once you know which ones are dead weight.
Each link below shares sources, entities, or timing with this story.
This one changed how I'm spending my week. Anthropic's July 24 context-engineering post says they removed over 80% of Claude Code's system prompt for Opus 5 and Fable 5 with no measurable loss on coding evals. They call it "unhobbling" — stripping guardrails and rules that new...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
Your Claude subscription is about to get a lot more expensive if you're running agents programmatically. Starting June 15, Anthropic is decoupling all programmatic usage (Agent SDK, claude -p, Claude Code terminal) from the interactive subscription pool. Instead of eating from...
Go open your CLAUDE.md. Count the instances of "must" and "never." A reader on r/ClaudeAI did exactly that after Anthropic's September 8 platform post and found 66 of one and 54 of the other across their rule files. Their complaint wasn't the count. It was that they couldn't t...
ComposioHQ's awesome-claude-skills sits around 60,000 stars and now curates 1,000+ production-ready Skills, reusable SKILL.md instruction packages with YAML frontmatter, that run beyond Claude across Codex, Cursor, Gemini CLI, and Antigravity. Skills hardened into a portable,...
wanshuiyin/HERO-Anti-OverDefense went from creation to 68 stars in a single day. HERO is Hashing, Edge cases, Rubrics, Overbuild, and the claim is that agent over-engineering isn't diffuse but falls into four recognizable shapes suppressible with a portable prompt contract acr...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.