axiom-app-intents-ref

Reference integrating iOS apps with Apple's App Intents framework.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tuliopc23/flying-dutchman-app --skill axiom-app-intents-ref-tuliopc23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-app-intents-ref
Source: https://github.com/tuliopc23/flying-dutchman-app/tree/main/.claude/skills/axiom-app-intents-ref
Command: npx skills add https://github.com/tuliopc23/flying-dutchman-app --skill axiom-app-intents-ref-tuliopc23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on integrating your app's functionality with Apple's ecosystem, enabling features like Siri commands, Shortcuts, and Apple Intelligence.

Core Features & Use Cases

  • AppIntent Definition: Learn to define executable actions for your app.
  • AppEntity Representation: Expose your app's data and objects to the system.
  • System Integration: Understand how to make your app discoverable via Siri, Shortcuts, Spotlight, and more.
  • Use Case: You want to allow users to ask Siri to "Order a large pizza from my favorite restaurant" and have your app handle the request seamlessly.

Quick Start

Refer to the AppIntent section to define a new action for your application.

Frequently Asked Questions about axiom-app-intents-ref

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

FAQPage Schema
How do I integrate my iOS app with Siri and Apple Intelligence?

To expose app data to Siri and Shortcuts, you define AppEntities to represent your app's objects and implement EntityQueries to provide the system with the necessary data resolution.

How do I handle parameters and entity queries in App Intents?

Handling parameters in App Intents requires defining properties within your AppEntity and implementing EntityQueries. This setup allows the system to dynamically resolve user requests and pass accurate arguments to your actions.

Can App Intents execute in the background with user authentication on iOS?

Yes, App Intents support background execution and authentication handling for iOS 16+. This allows your app to process Siri requests securely and perform tasks without requiring immediate foreground user interaction.

Why is my App Intent not showing up in Siri or Shortcuts?

If an App Intent is not showing up in Siri or Shortcuts, it often requires debugging common integration issues. Checking your AppEntity definitions and ensuring proper system registration can resolve discoverability problems.