What problem does it solve? Exposing app actions and content to iOS system surfaces like Shortcuts, Siri, Spotlight, and widgets requires careful design of App Intents, entities, and shortcuts, and developers often over-expose screens or mirror entire data models instead of shipping a small useful surface. ## Core Features & Use Cases - Intent Design Workflow: Guides selection of 1-3 high-value actions, deciding between inline completion and open-app handoff with a single routing path. - Entity and Query Patterns: Provides AppEntity, EntityQuery, AppEnum, and dependent query templates for system-facing object selection. - Code Templates: Includes Swift templates for open-app intents, inline actions, widget configuration intents, and AppShortcutsProvider entries. - Use Case: A developer wants users to create tasks via Siri and configure a widget by workspace; this Skill provides the intent structure, entity queries, and shortcut phrases to ship that integration. ## Quick Start Use the ios-app-intents skill to design the first App Intents surface for my iOS app, including one open-app intent, one inline action, and an AppShortcutsProvider.