Skip to main content
Back to registry

tipkit

dpearson2699/swift-ios-skills

Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature.

Installs193
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill tipkit
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature. Call Tips.configure() once in App.init , before any views render. This initializes the tips datastore and begins rule evaluation. Calling it later risks a race where tip views attempt to display before the datastore is ready. Sync tip state across a user's devices so they do not see the same tip on every device. Add the CloudKit container option alongside the datastore location. Conform a struct to the Tip protocol.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tipkit do?

Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature.

Is tipkit good?

tipkit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tipkit work with?

tipkit currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to tipkit?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tipkit?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill tipkit

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering