app-intents
Installation
SKILL.md
App Intents (iOS)
Expose your app's verbs (actions) and nouns (entities) to the system so Siri,
Spotlight, the Shortcuts app, widgets, Control Center, the Action button, and
Apple Intelligence can invoke them. Pure Swift, code-first — no .intentdefinition
file and no Info.plist registration; the compiler discovers your types via the
App Intents extension metadata. Framework is iOS 16+; newer surfaces are flagged inline.
- Widget/control UI & timelines:
widgetkit(this skill covers only the configuration intent, not the view). - Live Activities driven by an intent:
activitykit(LiveActivityIntent). - Gate money-moving actions behind biometrics:
swift-security(LAContext, biometry-gated Keychain). - URL-scheme / Universal Link routing:
deep-linking. - iOS-locale formatting inside dialogs/snippets:
swift-formatstyle.