Swift

Swift skills and workflows surfaced by the site skill importer.

28 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
repo-scan

by affaan-m

repo-scan is a cross-stack source audit skill that classifies files, detects embedded third-party libraries, and helps you judge what is core, duplicated, or dead weight. It is useful for repo-scan for Code Review, legacy migrations, and refactor planning. See repo-scan install and repo-scan usage guidance in the skill.

Code Review
Favorites 0GitHub 156.2k
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
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
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
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
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
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
J
swift-library-design

by Joannis

The swift-library-design skill helps you design Swift libraries and frameworks with stronger public APIs, compile-time safety, and performance-aware defaults. Use it for protocol-oriented architecture, associated types, result builders, DSLs, noncopyable types, and progressive disclosure when building reusable Swift packages or SDK-style modules.

Frontend Development
Favorites 0GitHub 57
J
postgres-nio

by Joannis

The postgres-nio skill helps you use PostgreSQL from Swift with async/await, connection pooling, prepared statements, and type-safe queries. It is a strong fit for Backend Development teams building Swift services that need practical postgres-nio usage, not generic SQL theory.

Backend Development
Favorites 0GitHub 57
J
swift

by Joannis

The swift skill helps you write better Swift code with less guesswork. Use it for Swift configuration, logging, observability, testing, cross-platform patterns, API design, access control, and memory-safety features. It is especially useful for Swift for Backend Development, where practical swift usage, install guidance, and repo-aware implementation details matter.

Backend Development
Favorites 0GitHub 57
J
hummingbird

by Joannis

The hummingbird skill provides practical guidance for Hummingbird 2, a lightweight Swift HTTP server framework. Use it to install, set up, and use hummingbird for Backend Development, including routing, middleware, auth, websockets, and Fluent integration when you need a focused hummingbird guide.

Backend Development
Favorites 0GitHub 57
R
hig-technologies

by raintree-technology

hig-technologies is an Apple HIG guide for designing and evaluating Apple technology integrations like Siri, Apple Pay, HealthKit, HomeKit, ARKit, iCloud, Sign in with Apple, SharePlay, CarPlay, VoiceOver, Maps, NFC, and Wallet. Use this hig-technologies skill to shape native behavior, privacy, consent, recovery, and user expectations before implementation.

Design Implementation
Favorites 0GitHub 0
J
wendy-lite

by Joannis

wendy-lite is a skill for building WebAssembly apps on Wendy Lite firmware for ESP32-C6. Use it to write C, Rust, Swift, Zig, TypeScript, or WAT modules that match the WAMR runtime, host imports, callback flow, and flash-loaded device lifecycle. It is a practical wendy-lite guide for firmware-adjacent app development.

Backend Development
Favorites 0GitHub 0
J
wendy-swift

by Joannis

wendy-swift is a curated Swift package discovery skill for WendyOS and Linux backend development. Use the wendy-swift skill to choose a Swift library, compare ecosystem options, and find packages that fit Linux/ARM64/AMD64 deployment constraints with less guesswork.

Backend Development
Favorites 0GitHub 0
J
wendy

by Joannis

wendy skill guide for building, deploying, and managing apps on WendyOS edge devices. Use it for wendy install, wendy usage, device discovery, Swift app deployment, remote debugging on ARM64, and workflows for NVIDIA Jetson or Raspberry Pi 4/5. Best when you need structured, JSON-first CLI steps instead of guesswork.

Deployment
Favorites 0GitHub 0
J
swift-valkey

by Joannis

swift-valkey helps Swift backend developers use Valkey and Redis with async/await, cluster routing, and pub/sub. It is a practical swift-valkey guide for cache, queue, and session workflows, with install and usage notes grounded in the repo’s SKILL.md and typed command patterns.

Backend Development
Favorites 0GitHub 0
J
swift-nio

by Joannis

swift-nio is a skill for SwiftNIO backend development, covering servers, clients, pipelines, buffers, codecs, and event-loop-safe async code. Use it for swift-nio usage questions, protocol parsing, TCP/UDP services, NIOAsyncChannel integration, and debugging blocking work on an EventLoop. It is a practical swift-nio guide for correct architecture and implementation.

Backend Development
Favorites 0GitHub 0
J
database-driver-design

by Joannis

database-driver-design is a guide for designing production-quality Swift database client libraries. It covers wire protocols, connection management, type-safe command APIs, pooling, backpressure, and Swift Concurrency alignment for Backend Development teams.

Backend Development
Favorites 0GitHub 0
E
swift-patterns

by efremidze

swift-patterns is a SwiftUI skill for reviewing, refactoring, or building features with correct state ownership, modern navigation, clean view composition, lifecycle-scoped async work, and performance checks. Use this swift-patterns guide when you need practical, repository-backed help for frontend development instead of generic advice.

Frontend Development
Favorites 0GitHub 0
Swift