Apple-skills appintents

API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/appintents" ~/.claude/skills/vabole-apple-skills-appintents && rm -rf "$T"
manifest: skills/appintents/SKILL.md
source content

App Intents Documentation

Search these docs to answer questions about App Intents APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details, e.g.:
    • appintents-appintent.md
      for AppIntent protocol
    • appintents-appshortcut.md
      for creating shortcuts

Files

  • appintents-overview.md
    - Framework overview and intent types
  • appintents-appintent.md
    - AppIntent protocol and implementation
  • appintents-appshortcut.md
    - App Shortcuts and phrases