Search papers, labs, and topics across Lattice.
The paper introduces Graph of Skills (GoS), a structural retrieval layer for large language model agents interacting with extensive skill libraries. GoS constructs a dependency-aware skill graph offline and retrieves a context-budgeted skill bundle at inference time using hybrid semantic-lexical seeding and Personalized PageRank. Experiments on SkillsBench and ALFWorld demonstrate that GoS improves average reward by 43.6% while reducing input tokens by 37.8% compared to full skill loading, showcasing its effectiveness across different model families.
Stop bloating your agent's context window: a dependency-aware skill graph slashes token costs by 37% and boosts reward by 43% compared to naive skill loading.
Skill usage has become a core component of modern agent systems and can substantially improve agents'ability to complete complex tasks. In real-world settings, where agents must monitor and interact with numerous personal applications, web browsers, and other environment interfaces, skill libraries can scale to thousands of reusable skills. Scaling to larger skill sets introduces two key challenges. First, loading the full skill set saturates the context window, driving up token costs, hallucination, and latency. In this paper, we present Graph of Skills (GoS), an inference-time structural retrieval layer for large skill libraries. GoS constructs an executable skill graph offline from skill packages, then at inference time retrieves a bounded, dependency-aware skill bundle through hybrid semantic-lexical seeding, reverse-weighted Personalized PageRank, and context-budgeted hydration. On SkillsBench and ALFWorld, GoS improves average reward by 43.6% over the vanilla full skill-loading baseline while reducing input tokens by 37.8%, and generalizes across three model families: Claude Sonnet, GPT-5.2 Codex, and MiniMax. Additional ablation studies across skill libraries ranging from 200 to 2,000 skills further demonstrate that GoS consistently outperforms both vanilla skills loading and simple vector retrieval in balancing reward, token efficiency, and runtime.