Agent skill

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.

rshankras589★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashAskUserQuestion
Path: skills/generators/tipkit-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Pre-Generation Checks
  3. 1. Project Context Detection
  4. 2. Conflict Detection
  5. Configuration Questions
  6. Generation Process
  7. Step 1: Read Templates
  8. Step 2: Create Core Files
  9. Step 3: Determine File Location
  10. Step 4: Integrate Tips
  11. Output Format
  12. Files Created
  13. Integration Steps
  14. Testing Instructions
Ships with 1 file
  • templates.md
More from claude-code-apple-skills
All skills →
About this skill
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.

Keep going