Skip to content
Rush Commerce
Software & Dev3 min read

Repo-To-Skill: 5,000 skills lifted an agent 134%

A BAAI-led paper distilled 1,000 ML repos into 5,000 verified agent skills. Same model, same harness, 134.3% higher on MLE-bench. Context beat capability.

The cheapest upgrade to an AI agent is usually not a better model. A paper posted to arXiv on September 2 puts a number on that: hold the model, the harness, and the compute budget fixed, hand the agent a library of distilled skills, and its MLE-bench score goes up 134.3%. The work comes from the Beijing Academy of Artificial Intelligence with co-authors at USTC, Renmin University, and Hong Kong Polytechnic.

What actually happened

Repo-To-Skill names the gap it is filling: operational knowledge. The authors describe it as "the know-how that separates knowing a method from making it work" — the kind of thing that lives in a repository's setup scripts and default hyperparameters, written for humans and far too long to paste into a context window.

Their system, DisCo, distills that knowledge two ways. Task-agnostic distillation compresses widely used repositories into reusable skills ahead of time. Task-oriented distillation generates the skills a specific job needs on demand. Run across the open ecosystem, the first mode produced the AREX-Skill Library: 5,000+ verified skills from 1,000 ML repositories, organized into 20 areas and 178 capability families, published on GitHub.

The evaluation is the useful part. With a GPT-5.5 backbone, the same research harness, and the same downstream execution budget, the skill-equipped agent scored 134.3% higher on MLE-bench, 34.4% higher on PaperBench, 9.2% higher on FrontierCS, and 14.0% higher on PassNet than the identical agent without skills. This is a preprint with self-reported numbers and no independent replication yet — read it as a strong signal, not a settled result.

Why agent skills matter for your business

We have written before that the harness around a model moves outcomes as much as the model does. This paper points at the layer above the harness: the accumulated, verified know-how of doing your specific job, in a form an agent can load.

You already own that raw material and it is probably rotting in the wrong format. Your deployment runbook. The three gotchas in your Stripe webhook handling. The reason invoices from one vendor need a different parser. Today that lives in a Notion page nobody opens and in one senior person's head. Distilled into short, verified, task-scoped skill files, it becomes the thing that makes an agent competent at your work rather than generically capable.

Start small and concrete. Take the five tasks your team explains most often to new hires, write each as a compact procedure with the failure modes named, and put them where your coding agent reads context. Verify them the way the paper does — a skill that has not been executed successfully is a guess. Then measure: same model, same prompt, skills on versus off, on a task you actually run. If the delta is real on your work, you have found a cheaper lever than the next model upgrade.

Key takeaways

  • Repo-To-Skill (arXiv:2609.02749, September 2) distills GitHub repositories into compact, verified agent skills
  • The AREX-Skill Library holds 5,000+ skills from 1,000 ML repos across 20 areas and 178 capability families, open on GitHub
  • Same backbone, same harness, same budget: +134.3% MLE-bench, +34.4% PaperBench, +9.2% FrontierCS, +14.0% PassNet
  • It is a preprint with self-reported results and no independent replication yet
  • Your runbooks and undocumented gotchas are the same asset — write them as verified, task-scoped skill files your agents can load

Your team's know-how is an agent capability you have not packaged yet. We turn the procedures your people repeat into verified skills your coding and ops agents actually load, then measure the difference on your own tasks. See how we build agent workflows, or tell us what your team explains most often.

Sources: arXiv:2609.02749, AREX-Skill on GitHub.

  • #ai-agents
  • #agent-skills
  • #context-engineering
  • #mle-bench
  • #open-source
TR

Tommy Rush — Founder, Rush Commerce

Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More

Get The Rush Report weekly — one email, zero fluff.