Skip to main content
Run any Skill in Manus
with one click
GitHub repository

apple-skills

apple-skills contains 36 collected skills from Prisma-Labs-Dev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
36
Stars
281
updated
2026-07-06
Forks
17
Occupation coverage
5 occupation categories ยท 100% classified
repository explorer

Skills in this repository

guide-swiftui-ui-patterns
software-developers

Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsive layouts with stacks and grids. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens with VStack/HStack, managing @State or @Binding, building declarative iOS interfaces, or needing component-specific patterns and examples.

2026-07-06
hig
web-and-digital-interface-designers

Fact lookup: Apple Human Interface Guidelines corpus (greppable markdown). Query on demand for accessibility and ergonomic minimums (hit-target sizes, Dynamic Type), platform terminology, system component capabilities, and App-Review-relevant conventions. Not design direction.

2026-07-06
ios-dev
software-developers

Start here for any iOS or SwiftUI task. Coordinates best-practice guides, correctness checks, and full Apple API references. Use before navigating to other Apple skills โ€” for building, reviewing, refactoring, or debugging iOS apps.

2026-07-06
xcuitest
software-quality-assurance-analysts-and-testers

API reference: XCUITest. Query for element queries, waiting patterns, Swift 6 @MainActor, assertions, screenshots, launch arguments.

2026-07-04
guide-swiftui-view-refactor
software-developers

Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed `some View` helpers, or standardizing `@Observable` and view model initialization patterns.

2026-07-04
ios-design-consultant
web-and-digital-interface-designers

UX and visual design consultant for iOS apps using Apple's Liquid Glass design system (iOS 26+). Use when asking about element positioning, layout decisions, visual hierarchy, or whether a design choice is "Apple-approved." Provides design rationale and guidanceโ€”not code. Helps create Apple Design Award-worthy apps.

2026-07-04
ios-ui-craft
web-developers

Production-grade SwiftUI with Apple Design Award-quality aesthetics. Use when building visually striking iOS interfaces โ€” screens, components, redesigns. Screenshot-driven visual iteration, Liquid Glass (iOS 26+), bold design direction. For design advice without code, use ios-design-consultant instead.

2026-07-04
ios-liquid-glass
web-and-digital-interface-designers

API reference: Liquid Glass (iOS 26+). Query for glass effects, navigation patterns, GlassEffect modifiers, design principles.

2026-07-04
appintents
software-developers

API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.

2026-06-26
apple-docs-index
software-developers

Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available documentation, or deciding what docs to fetch. Covers SwiftUI, UIKit, Core Animation (QuartzCore), XCTest, HealthKit, Combine, SwiftData, and more.

2026-06-26
backgroundtasks
software-developers

API reference: BackgroundTasks. Query for BGTaskScheduler, app refresh, background processing.

2026-06-26
healthkit
software-developers

API reference: HealthKit. Query for HKHealthStore, HKQuantitySample, workouts, health data read/write.

2026-06-26
mapkit
software-developers

API reference: MapKit for SwiftUI. Map view, Marker, Annotation, camera positions, map features.

2026-06-26
photosui
software-developers

API reference: PhotosUI. Query for PhotosPicker, PHLivePhotoView, photo selection.

2026-06-26
storekit
software-developers

API reference: StoreKit 2. Product, Transaction, subscriptions, StoreView, SubscriptionStoreView.

2026-06-26
swift-concurrency
software-developers

API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.

2026-06-26
swift-testing
software-quality-assurance-analysts-and-testers

API reference: Swift Testing framework. @Test, @Suite, #expect, #require, traits, parameterized tests, migrating from XCTest.

2026-06-26
swiftdata
software-developers

API reference: SwiftData. Query for @Model, ModelContext, @Query, schema migrations.

2026-06-26
swiftui
software-developers

API reference: SwiftUI. Query for views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, iOS 26+ features.

2026-06-26
uikit
software-developers

API reference: UIKit. Query for UIView, UIViewController, controls, table and collection views, navigation controllers, scenes, Auto Layout, images, colors, gestures, presentation, and SwiftUI hosting.

2026-06-26
usernotifications
software-developers

API reference: UserNotifications. Query for local/remote notifications, triggers, notification content.

2026-06-26
tipkit
software-developers

API reference: TipKit. Tip protocol, TipView, PopoverTipView, Tips.configure, inline and popover tips.

2026-05-25
core-animation
software-developers

API reference: Core Animation (QuartzCore). Query for CALayer, CAAnimation, CABasicAnimation, CAKeyframeAnimation, CASpringAnimation, CATransaction, CAShapeLayer, CAGradientLayer, CAEmitterLayer, CATransform3D, CADisplayLink.

2026-05-13
combine
software-developers

API reference: Combine. Query for publishers, subscribers, operators, async data streams.

2026-05-10
corehaptics
software-developers

API reference: Core Haptics. Query for CHHapticEngine, haptic patterns, tactile feedback.

2026-05-10
eventkit
software-developers

API reference: EventKit. Query for EKEventStore, EKEvent, EKReminder, calendar access.

2026-05-10
widgetkit
software-developers

API reference: WidgetKit. Query for widget timelines, entries, providers, home/lock screen widgets.

2026-05-10
guide-swift-concurrency
software-developers

Swift concurrency patterns โ€” actors, structured concurrency, cancellation, async streams, GCD migration, strict-concurrency diagnostics, common bug patterns. Use when writing, reviewing, or debugging concurrent Swift code.

2026-04-12
guide-swift-testing
software-quality-assurance-analysts-and-testers

Swift Testing patterns โ€” structs over classes, async confirmations, parameterized tests, exit tests, attachments, common agent mistakes. Use when writing, reviewing, or migrating Swift Testing code.

2026-04-12
guide-swiftdata
software-developers

SwiftData patterns โ€” autosave, relationships, dangerous predicates, CloudKit constraints, indexing, class inheritance. Use when writing, reviewing, or debugging SwiftData code.

2026-04-12
guide-swiftui-animations
software-developers

SwiftUI animation patterns โ€” implicit/explicit animations, transitions, phase/keyframe animations, the Animatable protocol, and the @Animatable macro. Use when implementing animations, transitions, or motion in SwiftUI views.

2026-04-12
guide-swiftui-charts
software-developers

Swift Charts patterns โ€” marks, axes, selection, styling, composition, Chart3D, accessibility, and Audio Graph. Use when building or improving charts in SwiftUI.

2026-04-12
guide-macos-spm-packaging
software-developers

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

2026-04-11
guide-swiftui-performance-audit
software-developers

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.

2026-04-11
apple-aso
market-research-analysts-and-marketing-specialists-131161

Optimize Apple App Store metadata in store.config.json for ASO (App Store Optimization). Use when working with store.config.json, App Store keywords, titles, subtitles, descriptions, or localizing app metadata. Helps maximize app visibility and downloads.

2026-02-19
simulator-utils
software-developers

iOS Simulator utility commands for screenshots, resizing, and common operations. Use these commands when taking simulator screenshots, resizing images for API compatibility, or performing common simulator operations.

2026-02-19