App Intents guidance for AI coding tools for Siri, Shortcuts, Spotlight, Apple Intelligence, and interactive snippets for iOS 26+
# App Intents Expert Skill
Building intents, entities, queries, Siri integration, Shortcuts, Spotlight, Apple Intelligence, and interactive snippets for iOS 26+. This skill distills App Intents information into actionable, concise references for agents, code generation, and code review workflows.
## Who this is for
- Developers integrating their apps with Siri, Shortcuts, Spotlight, and Apple Intelligence
- Teams adopting App Intents who want correct patterns and modern APIs from day one
- Anyone building interactive snippets, entities, queries, or App Shortcuts for iOS 26+
## See also my other skills:
- [App Store Connect CLI Skills](https://github.com/rudrankriyam/app-store-connect-cli-skills)
## How to Use This Skill
### Option A: Using skills.sh (recommended)
Install this skill with a single command:
```shell
npx skills add https://github.com/rudrankriyam/App-Intents-Agent-Skill --skill app-intents-expert-skill
```
Then use the skill in your AI agent, for example:
> Use the app intents expert skill and help me add Siri support to my app
### Option B: Claude Code Plugin
#### Personal Usage
To install this Skill for your personal use in Claude Code:
- Add the marketplace:
```shell
/plugin marketplace add rudrankriyam/App-Intents-Agent-Skill
```
- Install the Skill:
```shell
/plugin install app-intents-expert@app-intents-expert-skill
```
#### Project Configuration
To automatically provide this Skill to everyone working in a repository, configure the repository's `.cursor/settings.json`:
```json
{
"enabledPlugins": {
"app-intents-expert@app-intents-expert-skill": true
},
"extraKnownMarketplaces": {
"app-intents-expert-skill": {
"source": {
"source": "github",
"repo": "rudrankriyam/App-Intents-Agent-Skill"
}
}
}
}
```
When team members open the project, Claude Code will prompt them to install the Skill.
### Option C: Manual install
- Clone this repository.
- Install or symlink the `app-intentsAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.