
vabole/apple-skills
39 skills6.4k installsGitHub
Install
npx skills add https://github.com/vabole/apple-skillsSkills in this repo
1Ios Liquid GlassCovers iOS Liquid Glass implementation from vabole/apple-skills: apply translucent materials, depth, and motion in SwiftUI/UIKit with performance-aware blur, accessibility fallbacks, and HIG-consistent chrome across navigation and sheets.313installs2HealthkitGuides Claude through Apple HealthKit integration for native iOS and watchOS apps: enabling capabilities, requesting user consent, querying and writing samples, handling background updates, and following Apple privacy rules for sensitive health data.309installs3HigEncodes Apple Human Interface Guidelines for designing native Apple-platform interfaces: navigation structure, visual hierarchy, standard controls, motion, accessibility, and platform conventions so prototypes and UI code feel native and pass App Review scrutiny.292installs4XcuitestXCUITest skill from vabole/apple-skills helps Claude write reliable Apple UI tests: XCUIApplication flows, accessibility identifiers, page-object patterns, simulator CI runs, screenshot diagnostics, and regression coverage for navigation, forms, and permissions on iOS.280installs5Apple Docs IndexIndexed guide to Apple developer documentation for mobile and desktop apps. Organizes frameworks, APIs, human-interface guidance, and sample links so engineers find the right official page fast while building SwiftUI, UIKit, and system features.275installs6Swift Concurrencyswift-concurrency in vabole/apple-skills teaches Swift async/await, actors, and structured tasks for iOS: safe networking, background work, MainActor UI updates, cancellation, and race-free service layers in production Swift codebases.274installs7SwiftuiThe swiftui skill from vabole/apple-skills guides Claude Code through Apple’s declarative UI framework for building native interfaces on iOS, iPadOS, macOS, watchOS, and visionOS. It covers view structure, bindings, navigation stacks, lists, sheets, styling, previews, and platform-specific layout rules so mobile teams ship polished screens faster.274installs8Swift Testingswift-testing from vabole/apple-skills guides Apple’s Swift Testing framework: structured suites, #expect assertions, parameterized cases, async test patterns, and CI-ready coverage to validate iOS logic before release and prevent regressions.269installs9CombineApple-skills guide for Swift Combine: designing publisher graphs, applying operators, handling failures, and connecting reactive streams to SwiftUI or UIKit interfaces on iOS and macOS.260installs10Ios Design ConsultantActs as an iOS design consultant from vabole/apple-skills: critique flows and UI against Apple HIG, suggest native layouts and components, and steer prototypes toward intuitive, accessible iPhone and iPad experiences before build.176installs11UsernotificationsThe usernotifications skill from vabole/apple-skills guides implementation of Apple’s UserNotifications framework for permission requests, local alerts, rich push payloads, notification actions, and delegate lifecycle handling. It helps mobile teams integrate reliable re-engagement, reminders, and transactional alerts with correct entitlements, categories, and server-side APNs coordination.164installs12CorehapticsTeaches Core Haptics on Apple platforms: engine lifecycle, AHAP patterns, transient and continuous events, audio sync, and hardware fallbacks so agents add polished tactile feedback to SwiftUI and UIKit interactions.163installs13Photosuiphotosui skill in vabole/apple-skills guides PhotosUI and PHPicker integration: configure pickers, handle limited library permissions, process selected assets, and present results in SwiftUI with Apple-recommended privacy-safe media import flows.162installs14Storekitstorekit from vabole/apple-skills covers StoreKit 2 monetization: define products and subscriptions, implement purchase and restore flows, verify transactions, gate features by entitlement, and handle App Store billing edge cases in iOS apps.161installs15Simulator UtilsProvides Claude with practical iOS Simulator utilities and simctl workflows to boot devices, install builds, simulate conditions, capture screenshots or logs, and automate repeatable mobile testing steps during QA and release pipelines.160installs16BackgroundtasksSkill for Apple BackgroundTasks on iOS and macOS: register identifiers, schedule refresh and processing work, handle push wakes, and respect system time and power limits so mobile apps sync data reliably without App Store rejection risk.158installs17Guide Swiftui Ui PatternsGuide to SwiftUI UI patterns for Apple apps: composable views, navigation, observable state, adaptive layouts, lists, sheets, and accessibility. Helps mobile developers build polished, HIG-aligned interfaces with less bespoke layout code and fewer SwiftUI pitfalls.158installs18Apple AsoProvides Apple App Store Optimization practices for iOS apps: keyword research, metadata writing, screenshot and preview strategy, locale targeting, and iterative testing to raise search visibility and listing conversion before and after App Store launch.157installs19EventkitDocuments EventKit usage for iOS and macOS apps: permissions, EKEventStore queries, creating and editing events and reminders, recurrence, alarms, and change notifications aligned with Apple calendar privacy expectations.157installs20Guide Macos Spm PackagingStep-by-step macOS Swift Package Manager packaging: Package.swift structure, library and executable products, platform constraints, dependency rules, and release layouts so agents ship consumable Swift packages and CLI binaries.157installs21MapkitMapKit skill from vabole/apple-skills teaches Claude to build Apple MapKit features: MKMapView or SwiftUI Map setup, annotations, polylines, geocoding hooks, user-location flows, and performance-conscious map UX for iPhone, iPad, and Mac apps.156installs22SwiftdataTeaches Claude how to implement Apple SwiftData persistence in native apps: defining models, configuring containers, performing fetches and saves, handling migrations, and integrating with SwiftUI for offline-first mobile data layers.156installs23AppintentsCovers Apple App Intents end to end: defining intents, entities, parameters, handlers, and Shortcuts donation so SwiftUI apps integrate cleanly with Siri, Spotlight, widgets, and system automations on iOS and macOS.155installs24Guide Swiftui Performance AuditSwiftUI performance audit playbook: Instruments profiling, view identity, state update patterns, list scrolling fixes, and remediation checklists so agents diagnose jank and ship smoother iOS and macOS interfaces before release.155installs25TipkitThe tipkit skill from vabole/apple-skills helps implement Apple TipKit to surface contextual tips, feature highlights, and gentle onboarding inside native apps. It documents tip definitions, display rules, datastore behavior, and UI presentation patterns so teams improve discoverability without building bespoke coach-mark overlays from scratch.155installs26Guide Swiftui View RefactorGuides systematic SwiftUI view refactors in vabole/apple-skills: split oversized views, isolate state, extract reusable components, and apply Apple-idiomatic composition so iOS screens stay readable, testable, and easier to evolve.154installs27WidgetkitWidgetKit skill guides implementation of Apple home-screen and Lock Screen widgets: extension targets, TimelineProvider logic, SwiftUI widget views, App Groups data sharing, intent configuration, and size-class layouts for glanceable iOS experiences.154installs28UikitUIKit skill from vabole/apple-skills guides agents through native iOS interface development: structuring view controllers, composing layouts, wiring navigation, and following Apple design conventions for shippable iPhone and iPad apps.137installs29Ios Ui Craftios-ui-craft from vabole/apple-skills helps refine SwiftUI interfaces: typography, spacing, motion, and component styling for polished, HIG-aware iOS screens with consistent states and delightful micro-interactions during active frontend build.131installs30Guide Swift TestingGuide to Apple’s Swift Testing framework: @Test suites, tags, traits, parameterized and async cases, expectations, and SPM test targets so agents add maintainable regression coverage to SwiftUI apps and packages.120installs31Guide Swiftui AnimationsSwiftUI animations guide covering implicit and explicit animation, custom timing, transitions, matched geometry, and gesture-linked motion patterns that make iOS interfaces feel fluid and deliberate.120installs32Guide Swiftui ChartsCovers SwiftUI Charts for iOS and macOS: mark types, axes, scales, legends, interactions, accessibility, and animated data updates so agents ship polished in-app analytics visuals without third-party chart libraries.119installs33Guide Swift ConcurrencyGuide to Swift Concurrency for Apple platforms: structured tasks, actors, async sequences, and Sendable constraints so mobile apps perform parallel work without UI jank or undefined behavior.118installs34Guide SwiftdataSwiftData guide for Apple apps: define models, configure containers, perform fetches and inserts, bind queries into SwiftUI, and manage lightweight persistence without Core Data boilerplate.118installs35Core Animationcore-animation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.77installs36Ui Percept Rapid Feedbackui-percept-rapid-feedback is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.35installs37Ios App Iconios-app-icon is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.34installs38Ios App Assetsios-app-assets is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.32installs39Ios Devios-dev is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs