Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

TipKit

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
83
Score

Implement, review, or improve in-app tips and onboarding using Apple's TipKit framework. Use when adding feature discovery tooltips, onboarding flows, contextual tips, first-run experiences, or coach marks to iOS/macOS/visionOS apps. Trigger when working with Tip protocol, TipView, popoverTip, tip rules, tip events, or feature education UI.

iosswiftuitipkitonboardingfeature-discoveryuser-experience
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdtipkit/workflow
Initialize TipKit in `App.init` using `Tips.configure()` with datastore location and optional CloudKit sync.
Define tips by conforming structs to the `Tip` protocol, providing a title, message, and optional image.
Implement rules using `@Parameter` for app state or `Tips.Event` for user actions.
Embed `TipView` inline or attach popover tips using `.popoverTip()`.
Handle tip actions in the view's action handler and invalidate the tip after the user performs the action.
Use `TipGroup` to coordinate multiple tips within a single view.
Test tips using testing utilities and gate them behind `#if DEBUG` or `ProcessInfo` checks.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

TipKit
tipkit
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
implement in-app tips with TipKitadd feature discovery tooltips to iOS appcreate an onboarding flow using TipKituse TipKit for contextual hintsadd coach marks to an iOS appimplement a first-run experience with TipKitconfigure TipKit datastoredefine tips using the Tip protocol

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download tipkit
$ synaptic skills detail tipkit
$ synaptic skills live tipkit

Dependências

TipKit

Links

GitHub Repository