This is a reference guide for Apple's App Shortcuts framework, which lets you surface app actions in Siri, Spotlight, and other system features without requiring user setup. The key insight here is the distinction between App Intents (the actual actions) and App Shortcuts (the preconfigured surface layer that makes them discoverable). You'd reach for this when implementing quick actions that should work immediately after install, like opening specific screens or triggering common workflows. It's part of the larger axiom skill collection from charleswiltgen, which has picked up decent traction with nearly a thousand GitHub stars. Solid reference material if you're working on iOS app integration points beyond the basic UI.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-app-shortcuts-ref