This is the meta-skill that teaches Claude how to route iOS and Swift questions to the right specialized Axiom skills. It includes three command-line tools that ship with Axiom: xclog for capturing simulator console output, xcsym for symbolicating crashes from .ips files and other formats, and xcui for driving simulator UI and accessibility testing. The routing discipline is aggressive by design. It forces Claude to check for applicable skills before responding to any iOS or Swift question, even clarifying questions. The source includes a table of rationalizations developers use to skip the lookup, which tells you this addresses a real behavioral problem with LLM routing.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-tools