paper-with-me

Papers

Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills

2026-09-02 · Jianlyu Chen, Yuyang Hu, Hongjin Qian, Jiawei Liu, Wenqing Wei, Xiaolong Chen, Defu Lian, Zhicheng Dou, Chaozhuo Li, Qiwei Ye, Zheng Liu hf

Autonomous agents are beginning to carry out machine-learning (ML) research end to end. These agents combine a model backbone with a harness for planning, execution, memory, and verification, but this architecture still leaves domain-specific know-how outside the agent. We call this missing layer operational knowledge, the know-how that separates knowing a method from making it work. That knowledge is not absent from the field. It appears in repositories and papers, but in forms written for human readers and too large to load during a task. Once distilled into compact, verified skills, this knowledge can be reused across tasks rather than rediscovered during each run. We present DisCo, a skill-powered research agent that creates skills and uses them during research. Its distillation runs in two complementary forms: task-agnostic, condensing the field's widely used repositories into reusable skills, and task-oriented, producing the skills a concrete task calls for. The former, applied across the open ecosystem, yields the AREX-Skill Library, with 5,000+ verified skills distilled from 1,000 widely used ML repositories and organized into 20 areas and 178 capability families. With the GPT-5.5 backbone, research harness, and downstream execution budget held fixed, the skill-equipped research agent scores 134.3% higher on MLE-bench, 34.4% higher on PaperBench, 9.2% higher on FrontierCS, and 14.0% higher on PassNet than the same agent without skills. These gains come from adding distilled operating context under that fixed setup.

📄 PDF Abstract BibTeX arXiv:2609.02749

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 114
Valiant-Cat/hfpaper
VectorSpaceLab/AREX-Skill ★ 119

Similar Papers 제목 키워드 기반

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

2026-06-28 · Yijia Fan, Zonglin Di, Zimo Wen, Yifan Yang 외 arxiv

Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces…

Automating Skill Acquisition through Large-Scale Mining of Open-Source Agentic Repositories: A Framework for Multi-Agent Procedural Knowledge Extraction

2026-03-12 · Shuzhen Bi, Mengsong Wu, Hao Hao, Keqian Li 외 arxiv

The transition from monolithic large language models (LLMs) to modular, skill-equipped agents represents a fundamental architectural shift in artificial intelligence deployment. While general-purpose models demonstrate r…

Ace-Skill: Bootstrapping Multimodal Agents with Prioritized and Clustered Evolution

2026-05-09 · Feng Xiong, Zengbin Wang, Yong Wang, Xuecai Hu 외 arxiv

Self-evolving agents present a promising path toward continual adaptation by distilling task interactions into reusable knowledge artifacts. In practice, this paradigm remains hindered by two coupled bottlenecks: data in…

Context Matters: Repository-Aware Security Analysis of the Agent Skill Ecosystem

2026-03-17 · Florian Holzbauer, David Schmidt, Gabriel Gegenhuber, Sebastian Schrittwieser 외 arxiv

Agent skills extend local AI agents, such as Claude Code and OpenClaw, with additional functionality. Their growing popularity has led to dedicated marketplaces resembling mobile app stores, as well as automated scanners…

Automatically Categorising GitHub Repositories by Application Domain

2022-07-30 · Francisco Zanartu, Christoph Treude, Bruno Cartaxo, Hudson Silva Borges 외

GitHub is the largest host of open source software on the Internet. This large, freely accessible database has attracted the attention of practitioners and researchers alike. But as GitHub's growth continues, it is becom…

Navigate