Fetching from the wire…
Top 5 · 2026-07-24 · source-backed
Everyone writing SKILL.md files has absorbed the same folklore. Keep the top file thin. Push detail into reference files. Let the agent walk the tree as needed. More layers, more context efficiency.
A controlled study submitted July 20 tested that across InfiniteBench, three agent harnesses, and three model families, comparing raw-document navigation against skill packs at varying disclosure depths against a classical hybrid retriever. One level of progressive disclosure held up well and won as the corpus scaled to many books. A second routing level never helped. Sometimes it made accuracy worse.
And on single documents with a strong harness, the gain from progressive disclosure was near zero.
The line I've been repeating since I read it: progressive disclosure buys context, not intelligence. It's a compression technique for when the corpus outgrows what the agent can read directly. That's the whole value proposition. It does not make the agent reason better about what it eventually reads, and every routing hop you add is another place for the agent to pick the wrong branch and never recover.
I went back through my own skill files after this. I had a three-level structure in one of them: entry file pointing to a category index pointing to specifics. That middle layer was pure ceremony. I'd built it because it felt organized, which is a design instinct misapplied to a retrieval problem. Organizing for a human reader who can scan and backtrack is different from organizing for an agent that commits to a branch and keeps going.
The timing matters because skills stopped being a Claude Code concept this month. DeepChat at 6,155 stars added agent-skills as a top-level topic. ECC ships skills across Claude Code, Codex, Opencode and Cursor. Codex 0.145.0 added /import for Cursor and Claude Code settings including skills and MCP servers. The primitive is portable now, which means bad structural habits port too.
Concrete action: audit your skill packs for depth. If any reference file's only job is to point at other reference files, delete it and flatten. If your corpus fits in what the agent can read directly, skip progressive disclosure entirely and just give it the documents. You're paying routing cost for nothing.
The broader thing I like about this paper is that it tested against a classical hybrid retriever as a baseline. Half the agent-architecture discourse forgets that BM25 plus a dense retriever is still very good, and that "let the agent navigate" is a design choice that needs to beat retrieval, not just work.
Each link below shares sources, entities, or timing with this story.
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...
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,...
A paper from Xiao Yu, Baolin Peng, and Ruize Xu makes a claim that seems obvious once stated and is genuinely new as a training methodology: modern agents are inseparable from their inference harnesses, so training them in stripped-down RL sandboxes produces a train/serve mism...
QM went up under MIT license. Created July 29. As of the GitHub API check: 8,420 stars, 887 forks. Five days. YC uses it internally across accounting, legal, events, and engineering, including to build QM itself. Every employee and every Slack room gets its own scoped memory,...
I check Product Hunt maybe once a week and usually regret it. Today's board is worth reading as market structure. The July 30 leaderboard: SKI at 277 upvotes (free voice input for Claude Code and Codex). AI Search Console at 249 (prompt analytics and citation mapping). Memmy A...
akitaonrails/ai-memory (1,229 stars, +184 this week, MIT, Rust, 900 commits) inverts the usual design: hooks emit sanitized lifecycle observations during a session, and the server compiles them into coherent wiki pages at session end or PreCompact, "compiled from observations...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.