Source

rshankras/claude-code-apple-skills

181 skills · 11.4K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
milestone-celebration Generates achievement celebration UI with confetti animations, badge unlocks, progress milestones, haptic feedback, a…
rshankras/claude-code-apple-skills
6
2
navigation-patterns SwiftUI navigation architecture patterns including NavigationStack, NavigationSplitView, TabView, programmatic naviga…
rshankras/claude-code-apple-skills
6
3
networking-layer Generates a protocol-based networking layer with async/await, error handling, and swappable implementations. Use when…
rshankras/claude-code-apple-skills
6
4
offer-codes-setup Generates offer code distribution strategies and configuration guides for subscription and IAP promotions — including…
rshankras/claude-code-apple-skills
6
5
offline-queue Generates an offline operation queue with persistence, automatic retry on connectivity, and conflict resolution. Use …
rshankras/claude-code-apple-skills
6
6
onboarding-generator Generates value-moment-first onboarding flows for iOS/macOS apps — the default architecture races a new user to the f…
rshankras/claude-code-apple-skills
6
7
pagination Generates pagination infrastructure with offset or cursor-based patterns, infinite scroll, and search support. Use wh…
rshankras/claude-code-apple-skills
6
8
paywall-generator Generates StoreKit 2 subscription paywall with modern SwiftUI views. Use when user wants to add subscriptions, paywal…
rshankras/claude-code-apple-skills
6
9
permission-priming Generates pre-permission priming screens that explain benefits before showing iOS system permission dialogs. Use when…
rshankras/claude-code-apple-skills
6
10
persistence-setup Generates SwiftData or CoreData persistence layer with optional iCloud sync. Use when user wants to add local storage…
rshankras/claude-code-apple-skills
6
11
prd-generator Generates comprehensive Product Requirements Document from product plan. Creates PRD.md with features, user stories, …
rshankras/claude-code-apple-skills
6
12
pre-orders Generates pre-order setup guides and launch timeline templates for App Store pre-orders. Use when planning a pre-orde…
rshankras/claude-code-apple-skills
6
13
press-media Get press coverage and media attention for your indie app. Covers press kit preparation, finding journalists/bloggers…
rshankras/claude-code-apple-skills
6
14
privacy-manifests Privacy manifest (PrivacyInfo.xcprivacy) implementation including required reason APIs, tracking domains, third-party…
rshankras/claude-code-apple-skills
6
15
product-agent Discover and validate product ideas, analyze markets, scope MVPs, and optimize app store presence for iOS/macOS apps.…
rshankras/claude-code-apple-skills
6
16
product-page-optimization Generates A/B test plans and optimization checklists for your App Store product page — icon, screenshots, and app pre…
rshankras/claude-code-apple-skills
6
17
promoted-iap Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store pr…
rshankras/claude-code-apple-skills
6
18
push-notifications Generate push notification infrastructure with APNs registration, handling, and rich notifications. Use when adding p…
rshankras/claude-code-apple-skills
6
19
quick-win-session Generates guided first-action flows that help users achieve a meaningful result within 60 seconds to boost retention.…
rshankras/claude-code-apple-skills
6
20
referral-system Generates referral/invite infrastructure with unique codes, deep link sharing, reward tracking, and fraud prevention.…
rshankras/claude-code-apple-skills
6
21
rejection-handler Handle App Store rejections, prepare submissions to avoid common rejection reasons, write Resolution Center responses…
rshankras/claude-code-apple-skills
6
22
release-spec Generates App Store release documentation including submission guide, assets, privacy compliance, and marketing strat…
rshankras/claude-code-apple-skills
6
23
review-prompt Generates smart App Store review prompt infrastructure with configurable conditions and platform detection. Use when …
rshankras/claude-code-apple-skills
6
24
review-response-writer Write professional, empathetic responses to App Store reviews that build trust and turn critics into fans. Use when r…
rshankras/claude-code-apple-skills
6
25
screenshot-automation Generates an automated App Store screenshot pipeline with UI tests for screenshot capture, device framing, localized …
rshankras/claude-code-apple-skills
6
26
screenshot-planner Plan compelling App Store screenshot sequences that showcase your app's value. Use when preparing App Store assets, i…
rshankras/claude-code-apple-skills
6
27
settings-screen Generates a complete settings screen for iOS/macOS apps with common sections. Use when user wants to add settings, pr…
rshankras/claude-code-apple-skills
6
28
share-card Generates shareable card images from app content (achievements, stats, quotes) for social media sharing. Use when use…
rshankras/claude-code-apple-skills
6
29
skill-auditor Audits skills in this repo for consistency, API drift, and structural gaps. Produces a prioritized report grouped by …
rshankras/claude-code-apple-skills
6
30
skill-creator Guides you through creating well-structured Claude Code skills with proper modularization, templates, and best practi…
rshankras/claude-code-apple-skills
6
31
social-export Generates infrastructure for exporting app content to social platforms (Instagram Stories, TikTok, Twitter/X) with pl…
rshankras/claude-code-apple-skills
6
32
state-restoration Generates state preservation and restoration infrastructure for navigation paths, tab selection, scroll positions, an…
rshankras/claude-code-apple-skills
6
33
streak-tracker Generates a streak tracking system with timezone-aware day boundaries, streak freeze protection, and streak-at-risk p…
rshankras/claude-code-apple-skills
6
34
subscription-lifecycle Generates StoreKit 2 subscription lifecycle management — grace periods, billing retry, offer codes, win-back offers, …
rshankras/claude-code-apple-skills
6
35
subscription-offers Generates StoreKit 2 code for all subscription offer types — introductory, promotional, offer codes, and win-back. In…
rshankras/claude-code-apple-skills
6
36
swift-concurrency-updates Swift 6.2 concurrency updates including default MainActor inference, @concurrent for background work, isolated confor…
rshankras/claude-code-apple-skills
6
37
swiftdata-architecture Deep dive into SwiftData design patterns and best practices. Covers schema design, query patterns, repository pattern…
rshankras/claude-code-apple-skills
6
38
tdd-bug-fix Fix bugs using red-green-refactor — reproduce the bug as a failing test first, then fix it. Use when fixing bugs to e…
rshankras/claude-code-apple-skills
6
39
tdd-feature Red-green-refactor scaffold for building new features with TDD. Write failing tests first, then implement to pass. Us…
rshankras/claude-code-apple-skills
6
40
tdd-refactor-guard Pre-refactor safety checklist. Verifies test coverage exists before AI modifies existing code. Use before asking AI t…
rshankras/claude-code-apple-skills
6
41
test-contract Generate protocol/interface test suites that any implementation must pass. Define the contract once, test every imple…
rshankras/claude-code-apple-skills
6
42
test-data-factory Generate test fixture factories for your models. Builder pattern and static factories for zero-boilerplate test data.…
rshankras/claude-code-apple-skills
6
43
test-generator Generate test templates for unit tests, integration tests, and UI tests using Swift Testing and XCTest. Use when addi…
rshankras/claude-code-apple-skills
6
44
test-spec Generates comprehensive test specification with unit tests, UI tests, accessibility testing, and beta testing plan. C…
rshankras/claude-code-apple-skills
6
45
tipkit-generator Generate TipKit infrastructure with inline/popover tips, rules, display frequency, and testing utilities. Use when ad…
rshankras/claude-code-apple-skills
6
46
ui-review Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and acce…
rshankras/claude-code-apple-skills
6
47
usage-insights Generates user-facing usage statistics, activity summaries, and personalized insights dashboards (weekly recaps, year…
rshankras/claude-code-apple-skills
6
48
ux-spec Generates UI/UX specifications with wireframes and design system. Creates UX_SPEC.md and DESIGN_SYSTEM.md from PRD an…
rshankras/claude-code-apple-skills
6
49
variable-rewards Generates a variable reward system with randomized rewards, daily bonuses, mystery box mechanics, and ethical engagem…
rshankras/claude-code-apple-skills
6
50
visual-intelligence Integrate your app with iOS Visual Intelligence for camera-based search and object recognition. Use when adding visua…
rshankras/claude-code-apple-skills
6
Page 3 · 181 total Previous Next