skillfed

Skill synthesis that checks its own work: +3 to +10 accuracy points, only 6% of skills still backfire

Notes on SkillGen: Verified Inference-Time Agent Skill Synthesis (arXiv:2605.10999) — Yuchen Ma, Yue Huang, Han Bao, Haomin Zhuang, Swadheen Shukla, Michel Galley, Xiangliang Zhang, S. Feuerriegel · 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

SkillGen turns an agent's own rollouts into a single, human-readable skill file instead of asking a person to write one. It collects successful and failed trajectories from a base agent, then runs contrastive induction over both: failures are clustered, each is matched to its nearest successful neighbor, and the behavioral gap between the two is extracted as the reusable signal — not a paraphrase of what happened, but the specific delta that explains why one run succeeded and a similar one didn't. Candidate skills are written into a fixed three-part schema (task context, success pattern, failure-avoidance pattern) and pushed through a generation-verification-refinement loop before anything ships.

The verification step is the real contribution. SkillGen treats a candidate skill as an intervention: it replays the same instances with and without the skill and nets out repairs against regressions before accepting it, and a verification gate blocks anything that misses a minimum net-gain threshold. Across eight base models and nine benchmarks (ALFWorld, ScienceWorld, PubMedQA, Mind2Web, LiveCodeBench, MCPBench, ChemLLMBench, tau-Bench, SocialMaze), every model gained on average — open-weight models by 3.27 to 4.77 points, proprietary models by 4.79 to 10.08 points — beating prior skill-generation baselines (Trace2Skill, SkillX, EvoSkill, CoEvoSkills). Of 80 benchmark-model pairs, 50 improved, 25 held steady, and 5 still regressed even after the gate. Skills also showed real cross-model transfer: about 70% of cross-model comparisons were non-negative, and 42% gained more than 5 points on a model that never produced the skill in the first place.

Key numbers

Benchmark-model pairs that improved50 of 80 (62%)
Pairs that regressed despite the verification gate5 of 80 (6%)
Proprietary-model accuracy gain+4.79 to +10.08 pts
Open-weight accuracy gain+3.27 to +4.77 pts
One-time synthesis cost per skill~$8.20 (avg 5.6M tokens)

Skills related to this research

Second Brain Query Query your personal wiki to find answers, discover relationships between topics, and synthesize knowledge from your collected sources. The skill searches your index and pages, follows internal links for context, and cites sources using wiki syntax. Save valuable analyses back to your wiki as synthesis pages to compound your knowledge over time.★ 643 llmwiki-query This skill searches your local llmwiki—a knowledge base built from your Claude Code, Cursor, and other session history—to answer questions about your own work and decisions. It reads relevant wiki pages, synthesizes answers with inline citations, and can save substantial responses as new synthesis pages for future reference.★ 351 Wiki Query Wiki Query answers questions grounded in your wiki's actual content, citing pages and raw sources as it goes. It reads your wiki's index and candidate pages, verifies claims against raw sources when needed, and structures answers with inline citations. When synthesis is required, it offers to file the work durably so knowledge compounds instead of disappearing into chat.★ 9 learn-craft learn-craft builds a working skill from canonical books on any craft or discipline you want to master. It researches the field, fetches PDFs via a bundled downloader, reads them in parallel through subagents, then synthesizes concepts across all sources into a concept-organized knowledge base—not book summaries. Output includes a tight SKILL.md, concept-focused frameworks, and per-book reference deep-dives.★ 9

Related notes

References

  1. Yuchen Ma, Yue Huang, Han Bao, Haomin Zhuang, Swadheen Shukla, Michel Galley, Xiangliang Zhang, Stefan Feuerriegel. "SkillGen: Verified Inference-Time Agent Skill Synthesis." arXiv:2605.10999 (2026).