From apple-skills
Provides summaries and file paths from App Intents docs for Siri, Shortcuts, Spotlight integration and exposing app functionality in iOS/macOS apps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:appintentsExploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search these docs to answer questions about App Intents APIs.
Search these docs to answer questions about App Intents APIs.
Always include:
appintents-appintent.md for AppIntent protocolappintents-appshortcut.md for creating shortcutsappintents-overview.md - Framework overview and intent typesappintents-appintent.md - AppIntent protocol and implementationappintents-appshortcut.md - App Shortcuts and phrasesnpx claudepluginhub vabole/apple-skills --plugin apple-skillsImplements App Intents for Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence on iOS. Covers AppIntent, AppEntity, EntityQuery, AppShortcutsProvider, IndexedEntity, and assistant schemas.
Designs and implements App Intents, AppEntity, EntityQuery, and App Shortcuts for iOS system surfaces like Shortcuts, Siri, Spotlight, widgets, and controls.
Guides designing iOS/macOS features App Intent-first to reuse logic across Siri/Shortcuts, widgets, and SwiftUI views; avoids UI duplication.