tipkit-generator
Generate TipKit infrastructure with inline/popover tips, rules, display frequency, and testing utilities. Use when adding contextual tips or feature discovery to an iOS/macOS app.
Profile →npx skills add rshankras/claude-code-apple-skills --skill tipkit-generator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# TipKit Generator Generate a complete TipKit setup for contextual tips and feature discovery, including tip definitions, rules, display frequency, inline and popover presentation, and testing utilities. ## When This Skill Activates Use this skill when the user: - Asks to "add tips" or "add TipKit" - Mentions "contextual tips" or "feature discovery" - Wants "popover tips" or "inline tips" - Asks about "coach marks" or "user education" - Mentions "onboarding hints" or "tip prompts" - Wants to "highlight new features" or "guide users" ## Pre-Generation Checks ### 1. Project Context Detection - [ ] Check deployment target (TipKit requires iOS 17+ / macOS 14+) - [ ] Identify if SwiftUI or UIKit project - [ ] Find App entry point location for Tips.configure() - [ ] Check for existing TipKit implementations ### 2. Conflict Detection Search for existing TipKit usage: ``` Glob: **/*Tip*.swift Grep: "import TipKit" or "Tips.configure" ``` If found, ask user: - Extend existing tip infrastructure? - Replace existing tips? ## Configuration Questions Ask user via AskUserQuestion: 1. **What features need tips?** - List the features or UI elements that should have tips - Example: "search bar, fil
- When This Skill Activates
- Pre-Generation Checks
- 1. Project Context Detection
- 2. Conflict Detection
- Configuration Questions
- Generation Process
- Step 1: Read Templates
- Step 2: Create Core Files
- Step 3: Determine File Location
- Step 4: Integrate Tips
- Output Format
- Files Created
- Integration Steps
- Testing Instructions
What does the tipkit-generator skill do?
Generate TipKit infrastructure with inline/popover tips, rules, display frequency, and testing utilities. Use when adding contextual tips or feature discovery to an iOS/macOS app.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill tipkit-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.