What problem does it solve?
This Skill streamlines the development of App Intents, ensuring your app's functionality is correctly exposed to Siri, Shortcuts, Spotlight, and Apple Intelligence while avoiding common architectural pitfalls.
Core Features & Use Cases
- Intent Implementation: Provides structured guidance for creating AppIntents, OpenIntents, and SnippetIntents with proper protocol conformance.
- Data Integration: Offers patterns for safely wiring SwiftData models and networked data into intents without violating actor boundaries.
- Use Case: Use this Skill when you need to expose a specific app action, such as "Create a new task," to Siri or when you want to make your app's data searchable via Spotlight indexing.
Quick Start
Use the app-intents skill to review my current AppIntent implementation and ensure it follows the shadow-struct pattern for SwiftData models.