Ios

Ios taxonomy generated by the site skill importer.

61 skills
A
swiftui-patterns

by affaan-m

swiftui-patterns is a practical guide for Frontend Development on Apple platforms. It covers SwiftUI state management, NavigationStack flows, view composition, and performance guidance so you can choose the right pattern for real app code. Use the swiftui-patterns skill when refactoring or building screens with clear ownership and fewer re-renders.

Frontend Development
Favorites 0GitHub 156.3k
A
swift-concurrency-6-2

by affaan-m

swift-concurrency-6-2 helps you adopt Swift 6.2 Approachable Concurrency, fix data-race errors, and decide when to keep work on MainActor or offload with @concurrent. Use this swift-concurrency-6-2 guide for app and backend development migrations.

Backend Development
Favorites 0GitHub 156.3k
A
swift-protocol-di-testing

by affaan-m

swift-protocol-di-testing helps you replace file system, network, and API calls with small protocols and default implementations for deterministic Swift tests, previews, and backend development.

Backend Development
Favorites 0GitHub 156.3k
A
swift-actor-persistence

by affaan-m

swift-actor-persistence is a Swift actor-based persistence pattern for thread-safe local storage, combining in-memory cache with file-backed data. Use it for offline-first apps and Backend Development when you want serialized access, cleaner concurrency, and less locking guesswork.

Backend Development
Favorites 0GitHub 156.3k
A
liquid-glass-design

by affaan-m

liquid-glass-design helps you implement Apple’s iOS 26 Liquid Glass system for SwiftUI, UIKit, and WidgetKit. Use it for glassy buttons, cards, toolbars, containers, and widgets, with guidance on shape, tint, interactivity, and when the effect fits a real UI.

UI Design
Favorites 0GitHub 156.2k
A
foundation-models-on-device

by affaan-m

foundation-models-on-device helps you build Apple FoundationModels features on iOS 26+ with on-device text generation, guided output with @Generable, tool calling, snapshot streaming, and availability checks for privacy-first apps.

Backend Development
Favorites 0GitHub 156.1k
A
accessibility

by affaan-m

The accessibility skill helps you design, implement, and audit accessible UI with WCAG 2.2 Level AA guidance for Web, iOS, and Android. Use it to map component roles, labels, states, focus behavior, and accessibility traits, with practical accessibility usage for UX Audit work and implementation reviews.

UX Audit
Favorites 0GitHub 156k
W
mobile-ios-design

by wshobson

The mobile-ios-design skill helps agents produce iOS-native UI guidance with Apple HIG principles, SwiftUI patterns, navigation advice, accessibility, and adaptive layouts for iPhone and iPad.

UI Design
Favorites 0GitHub 32.6k
W
react-native-architecture

by wshobson

react-native-architecture helps plan production React Native and Expo apps with routing, state boundaries, native modules, offline-first flows, and Expo vs bare tradeoffs.

Frontend Development
Favorites 0GitHub 32.5k
M
ios-application-dev

by MiniMax-AI

ios-application-dev is a practical iOS application development guide for UIKit, SnapKit, and SwiftUI. It helps frontend developers make faster UI decisions for layout, navigation, accessibility, Dynamic Type, Dark Mode, and Apple platform conventions. Use it to review code or turn product requirements into shippable iPhone screens.

Frontend Development
Favorites 0GitHub 11.7k
M
exploiting-insecure-data-storage-in-mobile

by mukul975

The exploiting-insecure-data-storage-in-mobile skill helps assess and extract evidence from insecure local storage in Android and iOS apps. It covers SharedPreferences, SQLite databases, plist files, world-readable files, backup exposure, and weak keychain/keystore handling for mobile pentesting and Security Audit workflows.

Security Audit
Favorites 0GitHub 6.2k
M
detecting-mobile-malware-behavior

by mukul975

The detecting-mobile-malware-behavior skill analyzes suspicious Android and iOS apps for permission abuse, runtime activity, network indicators, and malware-like patterns. Use it for triage, incident response, and detecting-mobile-malware-behavior for Security Audit workflows with evidence-backed mobile analysis.

Security Audit
Favorites 0GitHub 6.1k
E
Expo UI SwiftUI

by expo

Expo UI SwiftUI skill for installing @expo/ui, rebuilding with npx expo run:ios, and using Host, RNHostView, and SDK 55 docs correctly in Expo apps.

Frontend Development
Favorites 0GitHub 1.6k
E
building-native-ui

by expo

building-native-ui is an Expo Router UI skill for native-feeling React Native apps. Learn install context, route structure, tabs, headers, animations, media, and platform limits before usage.

Frontend Development
Favorites 0GitHub 1.6k
E
expo-dev-client

by expo

expo-dev-client helps you decide if an Expo app needs a development client, then configure EAS and build locally or via TestFlight for native testing.

Deployment
Favorites 0GitHub 1.6k
E
app-clips

by Eronred

The app-clips skill helps you plan, implement, and optimize App Clips for discovery and conversion. Use it to decide if an App Clip fits your product, choose the right trigger surface, and shape a narrow first-run experience. It is especially useful for app-clips for Product Marketing, app-clips guide work, and practical app-clips usage.

Product Marketing
Favorites 0GitHub 1.2k
A
ui-mobile

by alinaqi

ui-mobile is a practical guide for mobile UI Design in React Native and adjacent iOS/Android codebases. It focuses on accessible touch targets, contrast, and interaction rules so you can build safer screens, review components, and improve mobile usability with less guesswork.

UI Design
Favorites 0GitHub 607
E
watchos-design-guidelines

by ehmo

watchos-design-guidelines is a focused Apple Watch UI design skill for watchOS apps, complications, workouts, notifications, and wrist-based interactions. Use this watchos-design-guidelines guide to check glanceability, Digital Crown behavior, Always On states, accessibility, and whether a screen is usable on the wrist.

UI Design
Favorites 0GitHub 357
E
visionos-design-guidelines

by ehmo

The visionos-design-guidelines skill helps you apply Apple Vision Pro rules for spatial UI, eye and hand input, immersive spaces, windows, volumes, and accessibility. Use it when reviewing or designing visionOS interfaces that need comfort, correct placement, and platform-accurate guidance.

UI Design
Favorites 0GitHub 357
E
tvos-design-guidelines

by ehmo

tvos-design-guidelines is a practical Apple TV design rule set for reviewing tvOS interfaces, focus-based navigation, Siri Remote behavior, 10-foot readability, and media playback. Use this tvos-design-guidelines guide when you need clear constraints, screen-by-screen critique, and implementation checks for living-room UI design.

UI Design
Favorites 0GitHub 357
E
ipados-design-guidelines

by ehmo

ipados-design-guidelines skill for designing and reviewing iPad-native interfaces. Use it for adaptive layouts, Split View, Stage Manager, sidebar navigation, pointer and trackpad behavior, keyboard shortcuts, and compact-width fallbacks. It helps replace iPhone-style assumptions with practical iPadOS design checks.

UI Design
Favorites 0GitHub 357
E
macos-design-guidelines

by ehmo

macos-design-guidelines is a practical guide for reviewing and implementing Mac apps against Apple Human Interface Guidelines. It covers menu bars, keyboard shortcuts, window behavior, toolbars, accessibility, and system integration for SwiftUI, AppKit, and Mac Catalyst teams.

Design Implementation
Favorites 0GitHub 357
E
ios-design-guidelines

by ehmo

ios-design-guidelines helps review, shape, and rewrite SwiftUI/UIKit interfaces against Apple Human Interface Guidelines for iPhone. It is useful for layout, navigation, accessibility, Dynamic Type, Dark Mode, and system component choices when you need practical ios-design-guidelines guide feedback for UI Design.

UI Design
Favorites 0GitHub 357
J
swift-concurrency

by Joannis

The swift-concurrency skill helps you review async/await refactors, actor isolation, Sendable issues, task structure, and Swift 6 migration with less guesswork. Use it for practical code editing when compiler warnings, data races, or isolation boundaries matter, and when you need a swift-concurrency guide grounded in repo-backed conventions.

Code Editing
Favorites 0GitHub 57