@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ws: <https://agentium.filum.561.group/vocab#> .
@prefix prop: <https://agentium.filum.561.group/vocab/predicate#> .

<https://agentium.filum.561.group/arxiv-2606-03056v1> a ws:Subject ;
  rdfs:label "arxiv-2606-03056v1" .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#title> "SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#title> ; rdf:object "SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#abstract> "As LLM agents adopt large skill libraries, selecting the right subset becomes a structural problem rather than a similarity-matching one: skills depend on, conflict with, specialize, or duplicate one another, a structure invisible to both full enumeration and embedding similarity. We present SkillDAG, which models inter-skill relationships as a typed directed graph and exposes it to an LLM agent as an inference-time, agent-callable structural retrieval interface, queried and evolved during execution rather than baked into a fixed retrieval pipeline: each search returns vector matches, typed-edge neighbors, and conflict signals, and a propose-then-commit protocol lets the agent register execution-backed edges so the graph accumulates structure across episodes. On ALFWorld and SkillsBench with MiniMax-M2.7, SkillDAG reaches 67.1% success and 27.3% reward, exceeding the strongest reported Graph-of-Skills baseline by +12.8 and +8.6 points; the advantage ports to gpt-5.2-codex, and intrinsic SkillsBench Ret@K rises from 65.5 to 78.2 under matched queries. These gains trace to isolable mechanisms: candidate ranking that stays robust as the pool grows 10x where a fixed seeding-diffusion pipeline degrades, and set-monotone online edits that enlarge ground-truth recall without evicting prior hits." .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#abstract> ; rdf:object "As LLM agents adopt large skill libraries, selecting the right subset becomes a structural problem rather than a similarity-matching one: skills depend on, conflict with, specialize, or duplicate one another, a structure invisible to both full enumeration and embedding similarity. We present SkillDAG, which models inter-skill relationships as a typed directed graph and exposes it to an LLM agent as an inference-time, agent-callable structural retrieval interface, queried and evolved during execution rather than baked into a fixed retrieval pipeline: each search returns vector matches, typed-edge neighbors, and conflict signals, and a propose-then-commit protocol lets the agent register execution-backed edges so the graph accumulates structure across episodes. On ALFWorld and SkillsBench with MiniMax-M2.7, SkillDAG reaches 67.1% success and 27.3% reward, exceeding the strongest reported Graph-of-Skills baseline by +12.8 and +8.6 points; the advantage ports to gpt-5.2-codex, and intrinsic SkillsBench Ret@K rises from 65.5 to 78.2 under matched queries. These gains trace to isolable mechanisms: candidate ranking that stays robust as the pool grows 10x where a fixed seeding-diffusion pipeline degrades, and set-monotone online edits that enlarge ground-truth recall without evicting prior hits." ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#url> "http://arxiv.org/abs/2606.03056v1" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#url> ; rdf:object "http://arxiv.org/abs/2606.03056v1" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#published> "2026-06-02T02:45:21Z" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#published> ; rdf:object "2026-06-02T02:45:21Z" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Tong Bai" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Tong Bai" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Zhenglin Wan" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Zhenglin Wan" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Pengfei Zhou" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Pengfei Zhou" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Xingrui Yu" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Xingrui Yu" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Wangbo Zhao" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Wangbo Zhao" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Yang You" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Yang You" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
<https://agentium.filum.561.group/arxiv-2606-03056v1> <https://agentium.filum.561.group/vocab/predicate#author> "Ivor W. Tsang" .
[] a rdf:Statement, ws:AffirmedClaim ;
  rdf:subject <https://agentium.filum.561.group/arxiv-2606-03056v1> ; rdf:predicate <https://agentium.filum.561.group/vocab/predicate#author> ; rdf:object "Ivor W. Tsang" ;
  prov:wasDerivedFrom <http://arxiv.org/abs/2606.03056v1> .
