app-intents

Featured

App Intents for Siri, Shortcuts, Spotlight, and Apple Intelligence integration including intent modes, interactive snippets, visual intelligence, and entity indexing. Use when implementing Siri integration, App Shortcuts, or Spotlight indexing.

AI & Automation 564 stars 47 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# App Intents Build intents that expose your app's functionality to Siri, Shortcuts, Spotlight, and Apple Intelligence. Covers the full App Intents framework from basic actions through advanced features like interactive snippets, intent modes, visual intelligence integration, and Spotlight entity indexing. ## When This Skill Activates - User wants to add Siri or Shortcuts integration - User asks about App Intents, AppIntent, or AppEntity - User needs Spotlight indexing for app content - User wants to create App Shortcuts with voice phrases - User is implementing interactive snippets for Siri results - User asks about intent modes (foreground, background) - User needs visual intelligence integration via App Intents - User wants onscreen entity support for Siri/ChatGPT - User asks about Swift package support for App Intents ## Decision Tree ``` What do you need? | +-- Expose an action to Siri/Shortcuts | +-- Simple action, no UI needed | | --> Basic AppIntent (intents-basics.md) | +-- Needs to show UI or ask user questions | | --> Intent Modes + Interactive Snippets (advanced-features.md) | +-- Needs a predictable voice phrase | --> App Shortcuts (intents-basics.md) | +-- Make content searchable | +-- In Spotlight | | --> IndexedEntity + @Property (entities-spotlight.md) | +-- Runnable from Spotlight on Mac | | --> parameterSummary visibility gates (entities-spotlight.md) | +-- In Visual Intelligence | | --> IntentValueQuery + Semantic...

Details

Author
rshankras
Repository
rshankras/claude-code-apple-skills
Created
9 months ago
Last Updated
3 days ago
Language
Swift
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category