axiom-app-intents-ref

Document Swift App Intents integration with code examples for iOS 16+.

61|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/joelhooks/joelclaw --skill axiom-app-intents-ref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-app-intents-ref
Source: https://github.com/joelhooks/joelclaw/tree/main/.agents/skills/axiom-app-intents-ref
Command: npx skills add https://github.com/joelhooks/joelclaw --skill axiom-app-intents-ref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on integrating Swift applications with Apple's App Intents framework, enabling seamless interaction with Siri, Apple Intelligence, Shortcuts, and Spotlight.

Core Features & Use Cases

  • AppIntent Definition: Learn to define executable actions with parameters.
  • AppEntity Representation: Expose app content and data to system services.
  • System Integration: Understand how to make your app's functionality discoverable across iOS, iPadOS, and macOS.
  • Use Case: A user wants to quickly order a specific soup from your restaurant app using Siri. This Skill shows how to define an OrderSoupIntent with SoupEntity that Siri can understand and execute.

Quick Start

Use the axiom-app-intents-ref skill to learn how to define an AppIntent for ordering soup.

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 Swift applications with the App Intents framework?

Integrating Swift applications with the App Intents framework involves defining AppIntents and AppEntities to expose executable actions and data. This makes your app's functionality discoverable to Siri, Shortcuts, and Spotlight across iOS and macOS.

How do I define an AppIntent with parameters for Siri?

To define an AppIntent for Siri, you specify executable actions with parameters that Siri can understand and execute. For example, an OrderSoupIntent accepts a SoupEntity parameter to let users quickly order via voice commands.

What is an AppEntity and how does it expose app content to Shortcuts?

An AppEntity represents your app's content and data to expose them to system services like Shortcuts. By defining AppEntities with entity queries, you allow iOS, iPadOS, and macOS to discover and interact with your application's specific data structures.

Does the App Intents framework support iOS 16 and later versions?

Yes, the App Intents framework supports iOS 16 and later versions. It allows you to expose app functionality to Apple Intelligence, Siri, Shortcuts, and Spotlight across modern iOS, iPadOS, and macOS environments.

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

If your App Intent is not showing up in Spotlight or Siri, you likely have common integration issues with parameter handling or entity queries. Debugging these definitions helps ensure your app functionality is properly discoverable by Apple Intelligence and system services.

Can I run App Intents in the background with authentication?

Yes, you can run App Intents in the background with authentication. The framework supports background execution and authentication mechanisms to securely handle actions triggered by Siri or Shortcuts without requiring immediate foreground app interaction.