Agent Skills
› Prisma-Labs-Dev/apple-skills
› appintents
appintents
GitHub提供 App Intents API 文档支持,用于 Siri、Shortcuts 和 Spotlight 集成。帮助开发者查询意图协议、创建快捷短语及了解框架概览,回答相关开发问题。
Trigger Scenarios
查询 App Intents API
实现 Siri 或 Shortcuts 集成
配置 Spotlight 搜索功能
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill appintents -g -y
SKILL.md
Frontmatter
{
"name": "appintents",
"agent": "Explore",
"context": "fork",
"description": "API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.",
"user-invocable": true
}
App Intents Documentation
Search these docs to answer questions about App Intents APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details, e.g.:
appintents-appintent.mdfor AppIntent protocolappintents-appshortcut.mdfor creating shortcuts
Files
appintents-overview.md- Framework overview and intent typesappintents-appintent.md- AppIntent protocol and implementationappintents-appshortcut.md- App Shortcuts and phrases
Version History
- a76633b Current 2026-07-25 07:00


