Handles Apple's TipKit framework for adding feature discovery tooltips and onboarding flows to iOS 17+ apps. Covers the full lifecycle: configuring the datastore, defining tips with the Tip protocol, displaying them inline with TipView or as popovers, and setting up eligibility rules based on parameters or event donations. The guide includes practical details on CloudKit sync, custom styling, tip groups to prevent overwhelming users, and display frequency controls. Good reference when you need to implement contextual hints that appear at the right moment and dismiss themselves after users learn a feature, though the framework itself is pretty straightforward once you understand the parameter and event rule system.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill tipkit