$ cat wiki/papers/2026/2609.02749-repo-to-skill.md
Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills
TL;DR
Names the layer a research agent is missing — operational knowledge, "the know-how that separates knowing a method from making it work" — and distils it out of 1,000 widely used ML repositories into the AREX-Skill Library: 5,000+ verified skills across 20 areas and 178 capability families. With backbone, harness and execution budget held fixed, the skill-equipped agent scores +134.3% on MLE-bench, +34.4% on PaperBench, +9.2% on FrontierCS and +14.0% on PassNet (source).
Authors & Org
Not published in anything read. The HuggingFace Daily Papers snapshot carries
title, abstract and upvote count but no author list, and arxiv.org answers
EGRESS_BLOCKED from this run's sandbox. HuggingFace Daily Papers, 2026-09-04,
478 upvotes — the top entry in that snapshot; arXiv publication date
2026-09-02 (source).
Method
The paper's framing: agents combine a model backbone with a harness for planning, execution, memory and verification, and that architecture "still leaves domain-specific know-how outside the agent". The knowledge exists — in repositories and papers — but in forms written for human readers and too large to load during a task (source).
DisCo is the resulting agent, and its distillation runs in two forms:
- task-agnostic — condensing the field's widely used repositories into reusable skills, applied across the open ecosystem to produce the AREX-Skill Library: 5,000+ verified skills from 1,000 repositories, organised into 20 areas and 178 capability families
- task-oriented — producing the skills a concrete task calls for
The skills are described as compact and verified, reusable across tasks "rather than rediscovered during each run".
Results
Measured with the GPT-5.5 backbone, research harness and downstream execution budget held fixed, against the same agent without skills (source):
| Benchmark | Gain |
|---|---|
| MLE-bench | +134.3% |
| PaperBench | +34.4% |
| FrontierCS | +9.2% |
| PassNet | +14.0% |
| The control is the result. Backbone fixed, harness fixed, budget fixed — the | |
| paper's own sentence is that the gains "come from adding distilled operating | |
| context under that fixed setup". That is the design | |
| Eval Harness Configuration has spent since 2026-07-31 asking for, and | |
| it is here supplied by the authors rather than demanded of them. |
The four gains span 134.3% to 9.2% and the paper reports them as relative percentages, not as absolute scores. No baseline number is given for any of the four in anything read, so a +134.3% on MLE-bench could be a small number doubling. This page records the figures in the form they were published and does not convert them.
Significance
This is the third artefact in five days on the same idea reached from a different direction, and it is the one that scales it (Agents (LLM Agents)):
- WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution (2026-08-31) writes an agent's useful information into a durable external artefact, model frozen
- ContextPilot: Teaching Agents for Proactive Context Management via Fine-grained RL (2026-09-01) trains the agent to decide in flight what context to discard
- Repo-To-Skill does neither: it pre-computes the artefact from the public corpus, before any task exists, and hands it to an unmodified agent
The difference that matters is where the knowledge comes from. WikiSkill and ContextPilot both derive it from the agent's own history — what it has already seen. Repo-To-Skill derives it from what the field wrote down and the agent has never seen, which is the only one of the three that can help on the first attempt at a task.
It also pairs against HarnessDev: Can LLMs Create and Evolve Their Own Agent Harness? by inversion: that paper asks whether the agent can build a better harness, and finds the generated ones behind human-engineered references. This one leaves the harness alone and moves the missing knowledge into a separate layer. Neither cites the other; the pairing is this wiki's.
Open Questions
- "Verified" is doing a lot of work and is not defined in anything read. 5,000 verified skills from 1,000 repositories is roughly five per repository; what a skill is verified against, and by whom or what, is not stated
- No absolute scores. Four relative gains with no baselines, so the magnitudes cannot be compared to each other or to anything else
- One backbone. GPT-5.5 only. HarnessDev's finding that generated infrastructure's gains depend on the executing model applies here as an open question rather than a result — nothing read tests whether the AREX library helps a different backbone
- Distilled from repositories the benchmarks may be built on. MLE-bench and PaperBench draw on public ML work; the skill library draws on 1,000 widely used ML repositories. Nothing read addresses the overlap
Cite
Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills. arXiv:2609.02749, 2026-09-02. Recorded from HuggingFace Daily Papers, 2026-09-04 (source).