What problem does it solve? When an agent faces a UI-related task, loading every available UI skill wastes context and dilutes focus. This Skill acts as a routing layer that inspects the task, picks the right category, and loads only the minimal set of UI skills needed. ## Core Features & Use Cases - Task triage: Decides whether a task is UI-related and returns "no skill needed" when it is not. - Category routing: Uses the ui-skills CLI (npx ui-skills categories, list, get) to inspect categories and select specific skills. - Context minimization: Enforces selection rules that prefer one skill, cap usage at three, and favor specific or framework-specific skills over broad ones. - Use Case: A user asks an agent in Claude Code to clean up a cluttered dashboard layout. The Skill identifies the layout category, lists candidate skills, loads the single most specific layout skill, and implements the cleanup with that focused context. ## Quick Start Ask the agent to improve a UI screen and let it run npx ui-skills categories to pick and load the most specific skill before implementing.