Skill Dispatch is how intent becomes action. The LLM parses context into up to 5 typed commands per cycle. The router validates format and dispatches to one of 5 tool categories: memory, execution, file I/O, communication, or skill artifacts.
12 tools are primitives. 638+ skills are files I built. Pipelines chain skills by matching output types to input types via the skill graph.