paper-with-me

Papers

Signal or Noise? A Benchmark Study of Agent Skills in Web Development

2026-08-24 · Ziyue Yang, Fan Ding arxiv

Agent Skills are reusable procedural modules that are increasingly injected into coding-agent sessions to encode framework conventions, anti-patterns, and reusable tools. However, because each injected Skill expands the prompt of every query, an effective Skill benchmark must determine not only whether an agent can solve a task, but whether the Skill should have been injected at all. We introduce WebDev-Skills-Bench and use it for a controlled empirical study of 31 public WebDev Skills on 50 Web-Bench projects and 1,000 ordered tasks. The benchmark compares four matched conditions, including a length-matched irrelevant control and leave-one-out component ablations. To isolate Skill effects from prompt-length artifacts, we place only SKILL.md in the prompt while mounting auxiliary files into the agent workspace. Across four models, target Skill injection reduces mean Pass@2 by 1.3% to 4.2%, lowers task completion depth, and increases token cost by 72% to 394%, with gains in only 17% to 36% of Skill-project pairs. Length-matched controls reveal two failure modes: some models are length-distracted, where an equally long irrelevant Skill reproduces most of the loss, while others are content-misled, where prompt length is neutral but Skill content still lowers Pass@2 by 1.1% to 1.4%. Further analysis shows that losses concentrate on easy early tasks, Skill rankings transfer weakly across models, and anti-pattern rules outperform example-heavy content within helpful Skills. These findings recast a matched Skill as a hypothesis about a particular Skill-project-model triple rather than a portable asset, reframing injection as a per-deployment routing decision and making length-matched controls and per-model audits a minimum standard for Agent-Skill evaluation.

📄 PDF Abstract BibTeX arXiv:2608.23067

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Red Skills or Blue Skills? A Dive Into Skills Published on ClawHub

2026-03-19 · Haichuan Hu, Ye Shang, Quanjun Zhang arxiv

Skill ecosystems have emerged as an increasingly important layer in Large Language Model (LLM) agent systems, enabling reusable task packaging, public distribution, and community-driven capability sharing. However, despi…

OpenSkill: Open-World Self-Evolution for LLM Agents

2026-06-04 · Zhiling Yan, Dingjie Song, Hanrong Zhang, Wei Liang 외 arxiv

Self-evolving agents requires adaptation after deployment, but existing approaches assume a usable learning loop, such as curated skills, successful trajectories, or verifier signals. Real open-world deployments may prov…

When Skills Don't Help: A Negative Result on Procedural Knowledge for Tool-Grounded Agents in Offensive Cybersecurity

2026-05-19 · Samuel Jacob Chacko, James Hugglestone, Chashi Mahiul Islam, Xiuwen Liu arxiv

Agent Skills, structured packages of procedural knowledge loaded into an LLM agent at inference time, are widely reported to improve task pass rates by an average of 16.2~percentage points across diverse domains. Yet the…

What Training Data Teaches RL Memory Agents: An Empirical Study of Curriculum Effects in Memory-Augmented QA

2026-05-21 · Xinjie He, Zhiyuan Lin, Su Liu, Jialun Wu 외 arxiv

Reinforcement learning (RL) has emerged as a viable recipe for training LLM agents to reason over external memory banks in multi-session dialogue. Existing work trains exclusively on a single benchmark, leaving open how …

Reinforcement Learning

Skill Drift Is Contract Violation: Proactive Maintenance for LLM Agent Skill Libraries

2026-05-09 · Linfeng Fan, Yuan Tian, Ziwei Li, Zhiwu Lu arxiv

LLM agents increasingly rely on reusable skill libraries, but these skills silently decay as the external services, packages, APIs, and configurations they reference evolve. Existing monitors detect such changes at the w…