What problem does it solve? When a task could match multiple skills, choosing the right one manually is error-prone and slow. This Skill acts as a single entry-point orchestrator that detects the user's intent and dispatches to the correct klh-* skill, so the user never has to memorize the routing table. ## Core Features & Use Cases - Intent-Based Routing: Maps user requests (find bugs, debug, simplify code, write tests, validate schemas, and more) to the matching klh-* skill via a routing table. - Multi-Skill Loop: For complex tasks, it plans a skill chain, confirms it with the user, executes each skill in order, and verifies output after each phase. - Safety Guardrails: Enforces hard caps (max 5 loops, 50 tool calls), never auto-commits or pushes, and escalates to the user after repeated failures. - Use Case: A user says "klh this: my API endpoint returns wrong data and I need tests." The dispatcher chains klh-systematic-debugging for root cause analysis, then klh-testing-patterns for regression tests, verifying each step. ## Quick Start Say "dispatch this task" or "klh this" followed by your task, and the orchestrator will pick and run the right skill for you.