Fetching from the wire…
Top 5 · 2026-09-03 · source-backed
Repo-To-Skill (arXiv 2609.02749, submitted September 2) makes the argument I've been circling for months and then supplies the controlled experiment.
The claim is that what research agents lack is operational know-how, not reasoning capability, and that this know-how already exists, written down, inside the GitHub repositories those agents depend on. So they extracted it: 5,000+ verified skills from 1,000 widely used ML repos, organized into 20 areas and 178 capability families, forming what they call the AREX-Skill Library.
The controls are why this is credible. GPT-5.5 backbone held constant. Harness held constant. Execution budget held constant. The only change is the skill library. MLE-bench up 134.3%. PaperBench up 34.4%. FrontierCS up 9.2%. PassNet up 14.0%.
Nothing about model choice. Nothing about scaffolding cleverness. Just: give the agent the procedural knowledge that was already sitting in the repos it's calling.
Three other papers from the same week point the same way. SkillGLoW attacks the storage side, arguing a single global skill document collapses into generic advice while a flat per-task pool inflates and stays welded to the instance that produced it. Its fix is to consolidate skills by procedural family and de-instantiate them into priors, which gained 17.2 points on hard tasks with positive gains in all 12 continual-improvement runs, kept one prior per family (3.6x more compact than per-task storage), and lifted unseen ALFWorld success from 73.9% to 83.9%. MASkills does credit assignment over skill libraries for multi-agent systems. CHIME splits memory into a planning bank and an execution bank and attributes blame to one before writing to either, on the argument that outcome-only memory conflates plan quality with execution error.
The practical version for a working engineer, today: your project's dependencies contain documented operational knowledge that your coding agent rediscovers from scratch every session. Pick your three heaviest dependencies. Read their docs, their examples directory, and their issue templates. Write one skill file per capability family, not per task. Keep them de-instantiated, meaning the skill describes the procedure rather than the specific call you made last Tuesday.
I've done a version of this by hand and the payoff is real but slower than 134% suggests, because my dependency set is smaller and my tasks are more varied than MLE-bench. What the paper convinced me of is the direction: spending an afternoon writing skills beats spending the same afternoon evaluating a model swap. The model swap is the more exciting decision and it's usually the worse one.
The caveat that would make me happier: 5,000 verified skills is a lot of extraction, and the paper doesn't make it obvious how much of the gain survives at 50 skills, which is what a solo builder can realistically produce.
Each link below shares sources, entities, or timing with this story.
Everything you learned about prompt engineering in 2025 is now technical debt sitting in your repo. Anthropic published the new rules of context engineering for Claude 5 generation models on Opus 5's launch day, and the headline number is brutal: they removed over 80% of Claud...
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...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
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...
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...
arXiv 2608.05108 skips the RL-trained attacker models that dominate red teaming and generalize poorly, instead accumulating a strategy library across a sequence of (dataset, target) pairs that transfers to unseen targets with no retraining. AgentDojo: 86.7% ASR against Gemini-...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.