Agent Skills
› Prisma-Labs-Dev/apple-skills
› tipkit
tipkit
GitHub提供 TipKit 框架的 API 参考文档,涵盖 Tip、TipView、PopoverTipView 等组件及配置方法,用于 iOS 上下文提示和功能发现功能的开发与查询。
Trigger Scenarios
查询 TipKit API
实现 UI 提示功能
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill tipkit -g -y
SKILL.md
Frontmatter
{
"name": "tipkit",
"agent": "Explore",
"context": "fork",
"description": "API reference: TipKit. Tip protocol, TipView, PopoverTipView, Tips.configure, inline and popover tips.",
"user-invocable": true
}
TipKit Reference
TipKit for displaying contextual tips and feature discovery (iOS 26+).
Downloaded Reference Files
| File | Content |
|---|---|
| tipkit-overview.md | Full TipKit framework index |
| tip.md | Tip protocol |
| tipview.md | TipView (inline tips) |
| popuptipview.md | TipUIPopoverViewController |
| tips.md | Tips namespace |
| configure.md | Tips.configure() setup |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. - If no installed skill has the page, use the relevant documentation path from
tipkit-overview.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/tipkit/tipmaps tohttps://sosumi.ai/documentation/tipkit/tip.
Version History
- a76633b Current 2026-07-25 07:01


