Skill Radar - 声明式路由引擎
v1.0.0Declarative skill routing engine for multi-skill agent systems. Resolves which skill(s) to activate given a user query, using author-declared routing rules (keywords, regex patterns, intent tags, anti-patterns, priority weights) and a lightweight scoring formula — no embedding model or ML infrastructure required. Use when: (1) building an agent with 5-100+ skills that need accurate dispatch, (2) skill authors want to control when their skill triggers without writing code, (3) you need a transparent, auditable routing decision instead of black-box similarity scores, (4) cold-start scenarios where no historical usage data exists. Keywords: skill routing, tool selection, intent classification, skill dispatch, skill scoring, multi-skill agent, skill conflict resolution, skill priority.