appintents-docs

Provide App Intents API reference and guidance for Siri and Shortcuts.

299|16|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/vabole/apple-skills --skill appintents-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appintents-docs
Source: https://github.com/vabole/apple-skills/tree/main/skills/appintents
Command: npx skills add https://github.com/vabole/apple-skills --skill appintents-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need quick, authoritative access to App Intents APIs, protocols, and examples to implement Siri, Shortcuts, and app integrations efficiently.

Core Features & Use Cases

  • API reference and practical guidance for AppIntents, AppIntent, AppShortcut, and related concepts.
  • Guidance on parameter declarations, perform methods, and navigation to official Apple documentation.
  • Use cases and patterns for integrating App Intents across iOS/macOS apps and system experiences.

Quick Start

Ask me how to implement AppIntent protocols or create a preconfigured App Shortcut for your app.

Frequently Asked Questions about appintents-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement AppIntent protocols for Siri and Shortcuts integration?

To implement AppIntent protocols, you define parameters and write perform methods that execute your app's logic. This Skill provides concise API reference and example code patterns to build Siri and Shortcuts integrations across iOS, iPadOS, macOS, and visionOS.

What is the best way to declare parameters in an AppIntent?

Declaring parameters in an AppIntent involves specifying the expected types within your intent definition. This Skill offers guidance on parameter declarations and perform method logic to ensure Shortcuts and Siri correctly pass data to your app integration.

Can I create preconfigured App Shortcuts for iOS and macOS apps?

Yes, you can create preconfigured App Shortcuts using the AppShortcut API. This Skill delivers reference documentation and practical patterns to define these shortcuts, making your app's features immediately accessible via Siri and the Shortcuts app.

Does App Intents support integration across visionOS and iPadOS?

App Intents supports integration across iOS, iPadOS, macOS, and visionOS. This Skill provides API reference covering the protocols and metadata descriptions needed to build system experiences and app integrations on these Apple platforms.

Why do I need metadata descriptions when building App Intents?

Metadata descriptions are needed because they define how your App Intents appear to users within Siri and Shortcuts. This Skill includes guidance on writing effective metadata and navigation anchors to official Apple documentation.

How does the perform method work in an AppIntent?

The perform method in an AppIntent executes the core logic when a user triggers the intent via Siri or Shortcuts. This Skill provides example code patterns and API reference to help you implement perform logic correctly.