This adds debug-only deep links to your iOS app so you can programmatically jump to specific screens during development without building out a full production deep linking system. It's designed to work with automated testing and screenshot workflows, especially alongside the simulator-tester agent. The use case is narrow but clear: you need to test navigation flows or capture screens without manually tapping through your app every time, but you're not ready to implement proper universal links. The skill explicitly warns against using this for production, which is the right call. With 173 installs and solid audit passes, it's a focused tool that does one thing for a specific development phase.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-deep-link-debugging