Fetching from the wire…
Public story · 2026-03-07 · source-backed
Scott Spence published a technique that dramatically improves Claude Code skill activation. Create a hook that fires on every prompt with a three-step mandate: EVALUATE (for each skill, state YES/NO with reason), ACTIVATE (use Skill() tool NOW), IMPLEMENT (only after activation). Tested across 200+ prompts: 80-84% activation vs 20% baseline. Cost: ~$0.007 per invocation on Haiku 4.5. The insight: skills fail because Claude treats them as optional. The hook creates a commitment mechanism. (Scott Spence)
Each link below shares sources, entities, or timing with this story.
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
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...
Y Combinator CEO Garry Tan open-sourced GStack and the repo hit 10,000 GitHub stars in 48 hours. That makes it one of the fastest-growing dev tools of 2026. GStack is a 23-tool MIT-licensed toolkit that turns Claude Code into role-based agents: CEO, Designer, QA, Release Manag...
A team with about 20 Claude Code skills found that more than half the prompts that should have triggered a skill triggered none (r/ClaudeAI). Adding a trigger line tied to something only that skill handles, such as a file extension, raised recall to 67.3% at about 0.96 precisi...
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...
Barry Zhang and Mahesh Murag, the engineers who built Claude Skills at Anthropic, published a talk and engineering post that's gotten 14K+ likes and is reshaping how I think about agent development. The core argument: most agent approaches fail because they lack domain experti...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.