TL;DR
SkillSmith is a boundary-first compiler-runtime framework that optimizes agent skill execution by minimizing redundant reasoning and context injection, significantly improving efficiency and cost-effectiveness.
Contribution
It introduces a novel offline compilation approach that extracts operational boundaries from skills, enabling dynamic, minimal interfaces for more efficient agent reasoning.
Findings
Reduces solve-stage token usage by 57.44%
Decreases thinking iterations by 42.99%
Speeds up solve time by 50.57% (2.02x faster)
Abstract
Recently, skills have been widely adopted in large language model (LLM)-based agent systems across various domains. In existing frameworks, skills are typically injected into the agent reasoning loop as contextual guidance once matched to a runtime task, enabling specialized task-solving capabilities. We find that this execution paradigm introduces two major sources of redundancy: irrelevant context injection and repeated skill-specific reasoning and planning. To this end, we propose SkillSmith, a boundary-first compiler-runtime framework that compiles skill packages offline into minimal executable interfaces. By extracting fine-grained operational boundaries from skills, SkillSmith enables agents to dynamically access and execute only the relevant components at runtime, thereby minimizing unnecessary context injection and redundant reasoning overhead. In the evaluation on SkillsBench…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
