{"name":"AREX-Skill: A Skill Library for Automated Machine Learning and Auto-Research","description":"AREX-Skill is a powerful skill library designed to advance automated machine learning and auto-research. It distills over 5,000 executable skills from more than 1,000 popular GitHub repositories, making complex ML knowledge directly usable by coding agents. This project significantly enhances agent performance in various research tasks by providing structured, validated operating knowledge.","github":"https://github.com/VectorSpaceLab/AREX-Skill","url":"https://osrepos.com/repo/vectorspacelab-arex-skill","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/vectorspacelab-arex-skill","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/vectorspacelab-arex-skill.md","json":"https://osrepos.com/repo/vectorspacelab-arex-skill.json","topics":["Python","Automated Machine Learning","AI Agents","Auto-Research","Machine Learning","LLMs","Computer Vision","Data Science"],"keywords":["Python","Automated Machine Learning","AI Agents","Auto-Research","Machine Learning","LLMs","Computer Vision","Data Science"],"stars":null,"summary":"AREX-Skill is a powerful skill library designed to advance automated machine learning and auto-research. It distills over 5,000 executable skills from more than 1,000 popular GitHub repositories, making complex ML knowledge directly usable by coding agents. This project significantly enhances agent performance in various research tasks by providing structured, validated operating knowledge.","content":"## Introduction\nAREX-Skill is an innovative project by VectorSpaceLab that transforms the vast knowledge embedded in GitHub repositories and research papers into executable skills for coding agents and autonomous machine learning research. This library provides over 5,000 verified, executable skills distilled from more than 1,000 popular ML repositories, enabling agents like Codex, Claude Code, and Pi to perform complex tasks more efficiently. It aims to bridge the gap between human-readable research knowledge and agent-usable operational intelligence, significantly accelerating auto-research across multidisciplinary machine learning studies.\n\n## Why Use and Benefits\nTraditional research knowledge, while abundant, is primarily structured for human consumption. Agents often struggle to navigate papers, repositories, and blogs to extract applicable workflows, debug issues, and validate results. AREX-Skill addresses this by converting \"operating knowledge\" into self-contained, agent-readable units called AREX Skills. Each skill captures when a capability applies, what to run, how to validate it, and how to recover from failures, using the open [Agent Skills format](https://github.com/agentskills/agentskills).\n\nThe benefits are clearly demonstrated in auto-research benchmarks:\n*   **Significant Performance Gains**: Benchmarks show Codex with AREX-Skill achieves substantial improvements, such as a 134.3% gain in \"Any Medal rate (%)\" on MLE-bench and a 34.4% gain in \"Replication score\" on PaperBench.\n*   **Enhanced Task Handling**: Skills help agents avoid expensive unguided trial-and-error and recover from near-failure states, especially on difficult tasks.\n*   **Productive Resource Allocation**: A relevant skill graph allows agents to reach useful solution spaces earlier, dedicating more budget to experiments and validation.\nThe library covers a wide array of domains, including ML engineering, LLMs, computer vision, data science, and scientific computing, making it a versatile tool for various autonomous research applications.\n\n## Installation\nTo get started with AREX-Skill, you first need to install DisCo, the command-line interface and runtime.\n\n1.  **Install DisCo**:\n    DisCo requires Node.js >=22.19.0. You can use the managed curl installer on macOS, Linux, WSL, or Git Bash:\n    bash\n    curl -fsSL https://github.com/VectorSpaceLab/AREX-Skill/releases/latest/download/install-disco.sh | sh\n    \n    Alternatively, install directly with npm:\n    bash\n    npm install -g --ignore-scripts @arex-skill/disco\n    \n    Configure your model provider (e.g., OpenAI, Anthropic, Gemini) on first run or via environment variables.\n\n2.  **Install the library and start Researcher mode**:\n    bash\n    disco repo-skills install\n    disco\n    \n    DisCo's default Researcher mode will load and route the AREX-Skill Library. You can then try concrete tasks at the prompt.\n\n3.  **Import selected skills into another coding agent (Optional)**:\n    To import skills for agents like Codex or Claude Code, use the creator mode:\n    For Codex:\n    bash\n    disco --creator -p \"/skill:import-repo-skills-to-agent import vllm and sglang to ~/.agents\"\n    \n    For Claude Code:\n    bash\n    disco --creator -p \"/skill:import-repo-skills-to-agent import vllm and sglang to ~/.claude\"\n    \n    Remember to restart your target agent after importing new skills.\n\n## Examples\nAREX-Skill can be applied to diverse machine learning workflows. Here are a couple of examples:\n\n*   **High-throughput inference comparison**:\n    You can use vLLM and SGLang skills to guide a controlled serving comparison:\n    text\n    Compare vLLM and SGLang on this model and workload. Tune both under identical hardware and memory constraints, report verified throughput, and preserve the commands and measurements needed to reproduce the comparison.\n    \n\n*   **Protein structure modeling**:\n    AlphaFold2 skills provide operational guidance for protein-structure modeling workflows:\n    text\n    Use the installed AlphaFold2 skills to set up and verify this protein-structure modeling workflow. Start with a tiny synthetic input, check the sequence/MSA shapes and dependencies, run the relevant model path, and report the commands and checks needed to reproduce the result. Do not treat untrained outputs as scientific predictions.\n    \n    The library also includes capabilities from FAISS, Unsloth, Diffusers, LeRobot, AlphaFold2, and many more, accessible through the [repository catalog](https://github.com/VectorSpaceLab/AREX-Skill/blob/main/docs/repository-catalog.md).\n\n## Links\n*   **GitHub Repository**: [https://github.com/VectorSpaceLab/AREX-Skill](https://github.com/VectorSpaceLab/AREX-Skill)\n*   **Official Documentation**: [https://github.com/VectorSpaceLab/AREX-Skill#documentation](https://github.com/VectorSpaceLab/AREX-Skill#documentation)\n*   **arXiv Paper**: [https://arxiv.org/abs/2609.02749](https://arxiv.org/abs/2609.02749)\n*   **License**: [Apache-2.0](https://github.com/VectorSpaceLab/AREX-Skill/blob/main/LICENSE)","metrics":{"detailViews":1,"githubClicks":0},"dates":{"published":null,"modified":"2026-09-21T08:25:24.000Z"}}