Agent Skills
› Prisma-Labs-Dev/apple-skills
› tipkit
tipkit
GitHub提供 Apple TipKit 框架的 API 参考文档,涵盖 TipView、PopoverTipView 及配置方法,支持 iOS 26+ 上下文提示与功能发现功能的开发查阅。
Trigger Scenarios
查询 TipKit API 文档
实现 iOS 上下文提示功能
查找 TipView 用法
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


