$npx skillfedfor your agent

No search stack — still +15.8 GAIA points over a commercial deep-research agent

Notes on SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History (arXiv:2606.08671) — Zhiwei Li, Yong Hu · June 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

SkillHone treats agent skill maintenance as a logging problem, not an editing one. Every development step — probe run, diagnosis, candidate revision, accept or reject — gets written down as a structured record, and the growing chain becomes a persistent decision history that later sessions query instead of re-deriving from scratch. Two role-separated subagents split the actual work: an evaluation team sees the full oracle targets, validators, and execution traces for a probe but can never touch the skill file, while an optimization team can rewrite the skill but only ever reads a redacted report of what evaluation found. A dispatcher just routes messages between the two and logs outcomes; it holds no repository-write authority of its own.

Tested on GAIA and WebWalkerQA-EN, skills evolved this way — with no pre-integrated search stack — beat a commercially-backed deep-research agent that does have curated retrieval: 15.8 points ahead on GAIA, 3.2 on WebWalkerQA-EN. They also beat prior skill-optimization baselines, GEPA-style reflective optimization included, starting from the identical skill pool. The resulting skill bundle transfers to a different execution model (Claude Sonnet 4.6) with zero re-optimization, landing at 72.4% on GAIA. An ablation shows where the credit belongs: pull out the decision history and GAIA drops 13.4 points, WebWalkerQA-EN drops 10.9 — roughly double what pulling out the role separation costs (6.4 and 5.3). The memory is doing most of the work, not just the access-control split. A separate deployment run across seven internal tool-use scenarios lifts accuracy 18.8 points on average, though the range runs from +30 down to +0.

Key numbers

GAIA gain vs. commercial deep-research agent+15.8 pts
WebWalkerQA-EN gain vs. commercial deep-research agent+3.2 pts
GAIA drop when decision history is removed-13.4 pts
Avg. accuracy gain, 7 internal deployment scenarios+18.8 pts
Weakest deployment scenario (list filtering)+0.0 pts

Skills related to this research

deep-research Deep Research pulls together information from multiple web sources to build comprehensive, cited reports. It breaks topics into focused sub-questions, searches across available tools, reads key sources in depth, and synthesizes findings into structured reports with full attribution. Ideal for competitive analysis, due diligence, market sizing, or any investigation requiring evidence-backed conclusions.★ 234,207 Worktree Pr Worktree Pr orchestrates isolated feature development by creating dedicated git worktrees where multiple subagents collaborate on the same codebase before submitting to multi-agent review. The skill handles worktree creation, PR generation with Claude and Codex reviews, merge coordination, and cleanup—enabling safer, more reversible changes with built-in rollback.★ 143 deep-research Deep Research breaks down complex queries into atomic sub-questions, then systematically crawls multiple sources, extracts verifiable claims, and resolves contradictions. The skill delivers structured reports with confidence scoring, source attribution, and explicit gap flagging—ensuring every finding is traceable and conflicts are surfaced rather than hidden.★ 580 skill-evolution Skill Evolution monitors how your skills perform across sessions by analyzing user edits and success metrics, then suggests targeted improvements with confidence scores. Apply changes safely with automatic version snapshots and rollback capability, or use the holdout-promotion gate to validate candidates against a sealed eval set before graduating them.★ 208

Related notes

References

  1. Zhiwei Li and Yong Hu, "SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History," arXiv:2606.08671 (2026).
  2. L. A. Agrawal et al., "GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning," ICLR 2026.
  3. G. Mialon et al., "GAIA: A Benchmark for General AI Assistants," ICLR 2024.
  4. J. Wu et al., "WebWalker: Benchmarking LLMs in Web Traversal," ACL 2025.
  5. Z. Tao et al., "WebShaper: Agentically Data Synthesizing via Information-Seeking Formalization," arXiv:2507.15061 (2025).