Papers › Organizing, Orchestrating, and Benchmarking Agent Skills at Ecosystem Scale

Organizing, Orchestrating, and Benchmarking Agent Skills at Ecosystem Scale

2 Mar 2026arXiv:2603.02176added by Syntology

Hao Li, Chunjiang Mu, Jianhao Chen, Siyue Ren, Zhiyao Cui, Yiqun Zhang, Lei Bai, Shuyue Hu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The rapid proliferation of Claude agent skills has raised the central question of how to effectively leverage, manage, and scale the agent skill ecosystem. In this paper, we propose AgentSkillOS, the first principled framework for skill selection, orchestration, and ecosystem-level management. AgentSkillOS comprises two stages: (i) Manage Skills, which organizes skills into a capability tree via node-level recursive categorization for efficient discovery; and (ii) Solve Tasks, which retrieves, orchestrates, and executes multiple skills through DAG-based pipelines. To evaluate the agent's ability to invoke skills, we construct a benchmark of 30 artifact-rich tasks across five categories: data computation, document creation, motion video, visual design, and web interaction. We assess the quality of task outputs using LLM-based pairwise evaluation, and the results are aggregated via a Bradley-Terry model to produce unified quality scores. Experiments across three skill ecosystem scales (200 to 200K skills) show that tree-based retrieval effectively approximates oracle skill selection, and that DAG-based orchestration substantially outperforms native flat invocation even when given the identical skill set. Our findings confirm that structured composition is the key to unlocking skill potential. Our GitHub repository is available at:https://github.com/ynulihao/AgentSkillOS.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.02176")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ynulihao/AgentSkillOS found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ynulihao/AgentSkillOS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cleanup_renders ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_converters.py found in paper text by Syntology unverified no licence file found · pointer only · dc8b519b7e1a3c9b · report
collect_evaluator_paths ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/ranking/compare.py found in paper text by Syntology unverified no licence file found · pointer only · e8f2bf3907dc5ccd · report
discover_shared_tasks ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/ranking/compare.py found in paper text by Syntology unverified no licence file found · pointer only · 22a52f0bb0578157 · report
discover_shared_tasks_multi ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/ranking/rank.py found in paper text by Syntology unverified no licence file found · pointer only · d8078a14290cfa2f · report
evaluator ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/registry.py found in paper text by Syntology unverified no licence file found · pointer only · bf1d70b73019164a · report
extract_docx_text ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 45f4ee7e110c778c · report
extract_pdf_text ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b6ce77d886c416d7 · report
get_config ynulihao/AgentSkillOS/src/config.py found in paper text by Syntology unverified no licence file found · pointer only · 6d8a081cee5879c0 · report
get_evaluator ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/registry.py found in paper text by Syntology unverified no licence file found · pointer only · a24be3b96876fcb0 · report
get_video_metadata ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_converters.py found in paper text by Syntology unverified no licence file found · pointer only · 83af91691a398c17 · report
load_task_prompt ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/ranking/compare.py found in paper text by Syntology unverified no licence file found · pointer only · d46aaf8360c4ed8a · report
parse_run_spec ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/ranking/rank.py found in paper text by Syntology unverified no licence file found · pointer only · 6ab2d7f9f46474b3 · report
query_claude_code ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/llm_clients.py found in paper text by Syntology unverified no licence file found · pointer only · b088e24fd9c4a2e6 · report
query_llm ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/llm_clients.py found in paper text by Syntology unverified no licence file found · pointer only · debaef85ade9e3d0 · report
query_openai ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/llm_clients.py found in paper text by Syntology unverified no licence file found · pointer only · d0aaa277c641b9ac · report
resize_safe_image ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_converters.py found in paper text by Syntology unverified no licence file found · pointer only · 4580b04863261720 · report
resolve_path ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/file_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 81bf1722bc51e3d0 · report
run_pytest ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/code_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 28de86a264239ffd · report
run_python_script ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/code_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 22de54c94c30200f · report
run_subprocess ynulihao/AgentSkillOS/benchmark/AgentSkillOS_bench/utils/code_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b8211c60ee6f81d2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.02176, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections