skillfed

MUSE-Autoskill's Self-Written Skills Beat Human-Authored Ones, 85.24% vs. 81.17%

Notes on MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation (arXiv:2605.27366) — Huawei Lin, Peng Li, Jie Song, Fuxin Jiang, Tieying Zhang · May 2026

Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made

AI-assisted notes · reviewed by SkillFed Skill evolution

MUSE-Autoskill wraps an LLM agent in a five-stage skill lifecycle — creation, memory, management, evaluation, refinement — instead of treating each skill as a one-off script. New skills are built through a create tool that emits a SKILL.md interface file plus optional scripts, resources, and unit tests; code-backed skills are graded on their own tests, while procedural ones go through sandboxed execution and trajectory checks. Every skill also carries a skill-level memory file where the agent appends lessons from past use, alongside short-term task memory and persistent cross-session notes; long conversations stay within budget through a DAG-based context compression scheme that summarizes or merges old turns rather than discarding them outright. A management stage periodically merges overlapping skills and prunes ones that keep failing. That setup gets evaluated across three agent runtimes — Hermes, Codex, and Claude Code — on SkillsBench (75 tasks across four domains, 5 runs each) and SkillLearnBench (100 verified instances over 20 skill-dependent tasks).

MUSE-Autoskill wins every skill condition on both benchmarks. On SkillsBench, with no skills it scores 46.95% against 37.24% (Hermes), 44.80% (Codex), and 42.43% (Claude Code); with human-authored skills it reaches 59.67% against 48.02%, 57.58%, and 56.15%; with its own self-created skills it hits 53.42%, ahead of Codex's 47.52% and Claude Code's 44.27%. The sharper result sits inside the subset where self-created skills actually exist: on the 47 of 75 tasks where MUSE managed to produce a usable skill, those self-authored skills score 85.24% versus 81.17% for the human-written skills covering the same tasks — the agent's own tooling beats what people wrote, on the ground it manages to cover. Skills also survive a change of runtime — what the paper calls cross-agent skill transfer: skills MUSE creates but hands to Hermes reach 51.90% accuracy, edging out Hermes's own score with human-authored skills (48.02%) and out-transferring skills authored by Codex or Claude Code.

Key numbers

Self-created vs. human-authored skills (covered subset)85.24% vs. 81.17%
Self-created skill coverage on SkillsBench47 of 75 tasks produced a usable skill
Cross-agent transfer accuracy (MUSE skills → Hermes)51.90%, vs. 48.02% for Hermes with human skills
One-time skill-creation overhead364K tokens / 156.3s per task
SkillsBench, self-created skills (full 75-task set)MUSE 53.42% vs. Codex 47.52%, Claude Code 44.27%

Skills related to this research

Related notes

References

  1. MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation (Lin et al., 2026)
  2. Voyager: An Open-Ended Embodied Agent with Large Language Models (Wang et al., 2023)
  3. Reflexion: Language Agents with Verbal Reinforcement Learning (Shinn et al., 2023)
  4. MemGPT: Towards LLMs as Operating Systems (Packer et al., 2023)
  5. Generative Agents: Interactive Simulacra of Human Behavior (Park et al., 2023)