Agent Skills
› Prisma-Labs-Dev/apple-skills
› appintents
appintents
GitHub提供 App Intents API 文档查询服务,支持 Siri、Shortcuts 和 Spotlight 集成。用于解答关于 AppIntent 协议实现及 App Shortcuts 创建的问题,并返回相关参考文件路径。
Trigger Scenarios
询问 App Intents 使用方法
查询 Siri/Shortcuts 集成代码
查找 AppIntent 实现细节
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


