Beyond Top-$k$ Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents Researchers proposed Diverse Skill Routing (DSR), a diversity-aware reranking framework that uses a Determinantal Point Process to balance relevance and non-redundancy when routing user requests over large skill registries for LLM agents. On the SkillRouter benchmark, DSR improved recall and full coverage over a strong pointwise reranking baseline, with larger gains on multi-skill queries, according to the arXiv:2609.05824v1 paper. The authors argue skill routing should be treated not only as relevance ranking but also as complementary set selection. arXiv:2609.05824v1 Announce Type: new Abstract: Large language model LLM agents increasingly rely on external skills, but routing user requests over large skill registries is difficult because many skills are functionally redundant while complex tasks often require complementary skill sets. Existing skill routers typically rank candidates independently by query relevance, which can waste context budget on redundant skills. We propose Diverse Skill Routing DSR , a diversity-aware reranking framework that uses a Determinantal Point Process to balance relevance and non-redundancy. DSR introduces a query-residual diversity kernel that penalizes redundant skill overlap while reducing penalties caused only by shared query relevance. On the SkillRouter benchmark, DSR improves recall and full coverage over a strong pointwise reranking baseline, with larger gains on multi-skill queries. These results suggest that skill routing should be treated not only as relevance ranking, but also as complementary set selection.