Fetching from the wire…
Top 5 · 2026-07-28 · source-backed
I've written a lot of SKILL.md files. So has everyone reading this. The entire skills ecosystem is built on one assumption nobody measured: that when you write a procedure into a markdown file and load it into context, the model performs the procedure.
It doesn't. It performs about half of it.
University of Michigan researchers (Dantanarayana, Kashmira, Tang, Mars) measured 30 agent skills across two model generations and found that prose skill files, run through a normal tool-calling loop, cause the model to execute just 56% of the steps the skill itself mandates. The artifacts still pass output checks. The work looks done. Roughly half the mandated procedure never ran. (SIGIL, Zenodo)
Think about which steps get skipped. Not the ones that produce the visible artifact, because you'd notice. The verification steps. The "check that the migration is reversible" step. The "confirm no secrets in the diff" step. The steps whose absence looks exactly like success.
Their system, SIGIL, compiles a prose skill into an executable harness via AG-IR, a typed intermediate representation that separates model-owned cognition from code-owned mechanism. Step compliance goes to 86%. Full-procedure completion happens 2.3x as often. And it uses 0.58x the tokens, which is the part that should end the argument. Compilation isn't a reliability tax you pay. It's cheaper.
Here's the finding that kills the obvious rebuttal. The reflexive response to "models skip steps" is "so wait for a better model." Compiled compliance held flat at 86% across model generations while prose execution swung from 56% to 68%. Prose skills improve with model quality. They improve slowly, from a terrible baseline, and they don't converge. Skipped verification is a structural property of shoving procedures into context and hoping, not a capability gap that scales away.
Now hold that next to the ecosystem numbers from today's GitHub trending. affaan-m/ECC at 234,432 stars ships 281 on-demand skills (GitHub). addyosmani/agent-skills at 80,712 stars ships 23 lifecycle skills across six phases with explicit "verification gates" (GitHub). virgiliojr94/book-to-skill gained 989 stars in a day converting technical books into ~5,000-token skills (GitHub).
Every one of those is prose. Every one of those, by this measurement, runs about half its steps. ECC publishes no quantified benchmarks at all, which the researchers just gave us the vocabulary to notice: "281 skills" is a count of documents, not a count of procedures that execute.
What I'd do Monday: take the two or three skills you rely on where a skipped step actually costs you something, and pull the mechanical parts out of the prose into code the agent calls. Not the judgment. The mechanism. If a step is "run the tests and fail if any fail," that's a script, and a script runs 100% of the time. Leave the parts requiring taste in prose, because that's what the model is for.
The uncomfortable version: a skill file is a suggestion with confident formatting.
Each link below shares sources, entities, or timing with this story.
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
Eight thousand stars in a single day. That's what happened when Warp open-sourced its Rust-based, GPU-accelerated terminal on April 28. The repo shot to 47.9K total stars, making it the highest-velocity project on GitHub this week by a wide margin. But the interesting part isn...
affaan-m/ECC (36.3k forks, MIT) bundles 67 agents, 284 skills, 94 legacy command shims, and "instincts", patterns learned from prior sessions with confidence scores that auto-recall when relevant, plus a .ecc/memory/ markdown vault that's explicitly cross-harness, so context s...
The antigravity-awesome-skills repository hit 36,145 GitHub stars with a catalog of 1,400+ installable SKILL.md playbooks that work across Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, and GitHub Copilot. One command: npx antigravity-awesome-skills --claude. That...
claude-mem hit 80,189 stars at v12.6.4, with 1,840 commits and 109 contributors. It hooks five agent lifecycle events to capture observations, compresses them through Claude's agent SDK into SQLite, and reinjects relevant context on new sessions. No manual tagging. One npx com...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.