nonameplum
@nonameplum
Public Skills
swift-health-kit
by nonameplum
Apple HealthKit framework for health and fitness data. Use for reading/writing health samples, workout data, authorization flows, observer queries, background delivery, clinical records, activity rings, and integrating with the Health app across iPhone, Apple Watch, iPad, and visionOS.
corebluetooth
by nonameplum
Apple Core Bluetooth framework for BLE and Bluetooth Classic. Use for central/peripheral workflows, scanning, connecting, advertising, GATT services/characteristics, read/write/notify, L2CAP, background processing or state restoration, and error handling across Apple platforms.
swift-navigation-core
by nonameplum
Core navigation primitives for Swift: AlertState, ConfirmationDialogState, UIBinding, and observation tools
git-user
by nonameplum
Step-by-step guidance for maintaining a linear Git workflow using rebases, feature branches, and fast-forward merges.
accessory-setup-kit
by nonameplum
AccessorySetupKit for privacy-preserving discovery and setup of Bluetooth, Wi-Fi, or Wi-Fi Aware accessories. Use for discovery sessions, picker-based authorization, migration, accessory renaming or removal, custom filtering, and required Info.plist declarations.
swift-state-machine-patterns
by nonameplum
Build type-safe Swift state machines with enum states and action-based transitions. Use for lifecycle or protocol flows, reentrancy-sensitive operations, or async/concurrent workflows.
functional-programming-developer
by nonameplum
Functional architecture guidance for Swift (immutability, pure functions, reducers, DI via functions).
swiftui-expert-skill
by nonameplum
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.
Swift Unit Testing: Agent Playbook
by nonameplum
Runs in < 100ms
swift-async-stream-patterns
by nonameplum
Patterns and best practices for building robust AsyncStream and AsyncSequence types, learned from swift-async-algorithms.
swift-concurrency
by nonameplum
'Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).'
swift-observation
by nonameplum
Apple Observation framework for Swift. Use when modeling observable state with the @Observable macro, tracking changes with withObservationTracking, integrating with SwiftUI, or working with ObservationRegistrar and Observations async sequences.
swift-package-manager
by nonameplum
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
swift-async-algorithms
by nonameplum
Algorithms for working with AsyncSequence: combining, throttling, debouncing, chunking, and more
swift-composable-architecture
by nonameplum
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
swift-navigation-uikit
by nonameplum
UIKit navigation tools: bindings, animations, and navigation stack management
swift-docc
by nonameplum
Official Swift DocC documentation markup and syntax reference
swift-navigation
by nonameplum
A collection of tools for making navigation in Swift applications more ergonomic and powerful across SwiftUI, UIKit, and AppKit
swift-navigation-swiftui
by nonameplum
SwiftUI navigation tools: type-safe alerts, sheets, popovers, and navigation destinations
swift-sharing
by nonameplum
A library for sharing state across your app with persistence and observation support
swift-navigation-appkit
by nonameplum
AppKit navigation tools: bindings, animations, and macOS navigation patterns
swift-snapshot-testing
by nonameplum
A library for snapshot testing in Swift with support for views, images, and custom formats
programming-swift-embedded
by nonameplum
Provides the complete Embedded Swift documentation for developing on microcontrollers, embedded systems, and baremetal applications.
swift-dependencies
by nonameplum
A dependency management library for Swift with controlled, testable dependencies