SKT: Skill-Use Training at Scale via Verified Synthetic Data Generation
Summary
Introduces SKT, a verified data synthesis pipeline for skill-use training of language model agents, producing 4,000 task packages and 27,164 verified trajectories from 2,000 public skills. Supervised fine-tuning on SKT-generated trajectories consistently improves skill-use performance across models and agent harnesses.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - SKT: Skill-Use Training at Scale via Verified Synthetic Data Generation
Source: https://huggingface.co/papers/2608.02287 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Agentskillshavebecomeanimportantmechanismforequippinglanguage-modelagentswithreusableproceduralknowledge.However,providingskillsalonedoesnotguaranteethatcurrentmodelscaneffectivelyidentify,apply,andcoordinatethem.Toimproveskill-usecapabilities,weintroduceSKT,averifieddatasynthesispipelinethatconstructsskill-groundedtasksandexecutabletrajectoriesfromlargecollectionsofagentskills.SKTselectssuitablesingle-skillandmulti-skillconfigurations,synthesizestasksthroughrule-basedandagent-basedverificationwithfeedback-guidedrepair,andretainsonlysuccessfultrajectoriesthatsubstantiallyuseeveryrequiredskill.Using2,000publicskills,SKTproduces4,000taskpackagesand27,164verifiedtrajectories.Basedonthesamepipelineandadisjointtestpool,wefurtherconstructSkillEval,aheld-outexecutablebenchmarkforevaluatingskilluse.Experimentsacrossdiversemodels,benchmarks,andagentharnessesshowthatsupervisedfine-tuningonSKT-generatedtrajectoriesconsistentlyimprovesskill-useperformance.Verificationablations,cross-harnessevaluation,andscalingexperimentsfurtherdemonstratethatthesegainsdependonhigh-qualitysupervision,extendbeyondasingleagentinterface,andincreasewithbroaderskillcoverage.Together,theseresultsestablishverifieddatasynthesisasaneffectiveandscalableapproachforskill-usetraining.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.02287
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.02287 in a model README.md to link it from this page.
Datasets citing this paper1
#### Artemis0430/skilleval-v1 Updatedabout 2 hours ago • 2 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.02287 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SkillGen: Verified Inference-Time Agent Skill Synthesis
This article introduces SkillGen, a multi-agent framework that synthesizes and verifies reusable inference-time skills for LLM agents by contrasting successful and failed trajectories. The method ensures skills are auditable and empirically verified for their net positive impact on agent performance.
Terminal-World: Scaling Terminal-Agent Environments via Agent Skills
Terminal-World introduces a fully automated pipeline that uses agent skills to synthesize high-quality training data for terminal agents, enabling models to outperform baselines with only 1.2% of the training data. The method co-derives task instructions, environments, and teacher trajectories from skill primitives.
SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models
SKILLER is a natural-language-driven reinforcement learning framework that automatically generates executor-specific agent skills for small language models, matching closed-source performance at lower cost.
SkillAudit: Ground-Truth-Free Skill Evolution via Paired Trajectory Auditing
SkillAudit introduces a framework for evolving LLM agent skills without ground-truth feedback by using paired trajectory auditing and contrastive evaluation. It achieves 73.9% average task reward across 89 tasks, outperforming baseline methods.
From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills
This paper systematically evaluates model-generated skills for language agents across the full lifecycle of experience generation, extraction, and consumption, finding that skills are beneficial on average but exhibit non-trivial negative transfer, leading to a meta-skill that improves skill quality.