Skill-α uses reinforcement learning with a rollback reward to progressively edit SKILL.md-style procedure files, improving downstream success rates over pipeline baselines on CL-Bench, SpreadsheetBench, and tau2-bench.
Group of Skills: Group-Structured Skill Retrieval for Agent Skill Libraries
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Skill-augmented agents increasingly rely on large reusable skill libraries, but retrieving relevant skills is not the same as presenting usable context. Existing methods typically return atomic skills or dependency-aware bundles whose internal roles remain implicit, leaving the agent to infer the execution entry point, support skills, visible requirements, and failure-avoidance guidance. We introduce Group of Skills (GoSkills), an inference-time group-structured retrieval method that changes the agent-facing retrieval object from a flat skill list to a compact, role-labeled execution context. GoSkills builds anchor-centered skill groups from a typed skill graph, expands support groups through a group graph, bottlenecks the selected group plan into a bounded set of atomic skill payloads, and renders a fixed execution contract with Start, Support, Check, and Avoid fields, without changing the downstream agent, skill payloads, or execution environment. Experiments on SkillsBench and ALFWorld show that GoSkills preserves visible-requirement coverage under a small skill budget, improves over flat skill-access baselines, and often improves reward and agent-only runtime relative to structural retrieval references.
fields
cs.LG 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Progressive Agent Skill Generation via Reinforcement Learning
Skill-α uses reinforcement learning with a rollback reward to progressively edit SKILL.md-style procedure files, improving downstream success rates over pipeline baselines on CL-Bench, SpreadsheetBench, and tau2-bench.