What problem does it solve?
This Skill helps you implement App Intents so your app actions and data become discoverable and controllable from iOS system surfaces like Siri, Shortcuts, Spotlight, and widgets.
Core Features & Use Cases
- AppIntent implementation: Define intents with well-formed
title, parameterSummary, @Parameter inputs, and async perform() logic for predictable execution.
- Entity modeling for resolution: Build
AppEntity, AppEnum, and EntityQuery variants (including UniqueAppEntityQuery) so system surfaces can correctly resolve user-specified values.
- Surface-specific integrations: Add phrases with
AppShortcutsProvider, support configurable widgets via WidgetConfigurationIntent, control Control Center with ControlConfigurationIntent, and enable Spotlight search with IndexedEntity and iOS 26+ indexing keys.
- iOS 26+ enhancements: Include
SnippetIntent and IntentValueQuery patterns for interactive snippets and visual intelligence value suggestions.
Quick Start
Ask the AI to design an AppIntent for a user action in your iOS app and include the required AppEntity/EntityQuery model plus Shortcuts phrases that contain the application name token.