paper-with-me

홈 › Papers

SkillRevise: Improving LLM-Authored Agent Skills via Trace-Conditioned Skill Revision

2026-05-31 · Yuxuan Liu, Zhaochen Su, Lingyun Xie, Yuhao Zhang, Qing Zong, Jiahe Guo, Zhongwei Xie, Yiyan Ji, Yauwai Yim, Hongyu Luo, Xiyu Ren, Ruan Chenyu, Haoran Li, Yangqiu Song arxiv

Agent skills are procedural artifacts that enable LLM agents to execute workflows, verify constraints, and recover from failures. Existing self-evolving methods refine skills using accumulated trajectories. However, they struggle in cold-start settings, where only an initial, imperfect skill is available. Consequently, skill construction defaults to expert authoring or one-shot LLM generation. Expert-authored skills are costly and may not align with how LLM agents actually execute tasks, while one-shot generated skills can be syntactically well formed yet behaviorally weak. To bridge this gap, we propose SkillRevise, an execution-grounded framework designed to iteratively refine these initial skills. SkillRevise diagnoses skill defects from execution evidence, retrieves relevant repair principles from a general memory, and applies execution-anchored edits. By re-executing candidates, it retains the first verifier-passing skill within the revision budget and falls back to empirical utility only when no candidate succeeds. Evaluated across three benchmarks and five LLMs, SkillRevise substantially outperforms one-shot baselines, improving the base agent's success rate on SkillsBench from 36.05% to 61.63%. Furthermore, the revised skills transfer across both executors and task environments, suggesting that SkillRevise captures reusable procedural knowledge beyond any single executor.

📄 PDF Abstract BibTeX arXiv:2606.01139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillEvolver: Skill Learning as a Meta-Skill

2026-05-11 · Genrui Zhang, Erle Zhu, Jinfeng Zhou, Caiyan Jia 외 arxiv

Agent skills today are static artifact: authored once -- by human curation or one-shot generation from parametric knowledge -- and then consumed unchanged, with no mechanism to improve from real use. We propose \textbf{S…

MetaSkill-Evolve: Recursive Self-Improvement of LLM Agents via Two-Timescale Meta-Skill Evolution

2026-07-06 · Zefeng Wang, Minxi Yan, Jinhe Bi, Sikuan Yan 외 arxiv

Recent LLM agents tackle increasingly long-horizon, open-ended tasks, and external skills, reusable procedural knowledge supplied to the agent, further extend this capability. However, a fixed, hand-authored skill is rar…

SkillForge: Forging Domain-Specific, Self-Evolving Agent Skills in Cloud Technical Support

2026-04-09 · Xingyan Liu, Xiyue Luo, Linyu Li, Ganghong Huang 외 arxiv

Deploying LLM-powered agents in enterprise scenarios such as cloud technical support demands high-quality, domain-specific skills. However, existing skill creators lack domain grounding, producing skills poorly aligned w…

EVOMAL: Self-Poisoning in Self-Evolving Coding Agents

2026-08-26 · Xiaodong Wu, Yu Shi, Qi Li, Zhimin Zhao 외 arxiv

Self-evolving LLM coding agents write their own tools by imitating retrieved skills from shared skill libraries. We identify a vulnerability in this loop: during authoring, a retrieved malicious skill can become the temp…

AIP: A Graph Representation for Learning and Governing Agent Skills

2026-06-03 · Zachary Blumenfeld, Jim Webber arxiv

Agent Skills today consist largely of free-form prose requiring the agent to read, interpret, and re-derive how to act in every session. This imposes two compounding costs: reduced reliability on implementation-heavy tas…

Reinforcement Learning