Searching...
Searching...
Found 122398 results
shanev
Performs tactical code cleanup to enforce type safety, single responsibility, and DRY principles, detecting code smells before commits or reviews.
shanev
Performs architectural code analysis to assess design quality using principles like simplicity, functional core, and coupling.
johnrogers
Provides implementation guidance for StoreKit 2 in-app purchases, including subscriptions, consumables, and transaction handling with testing-first workflow.
johnrogers
Enforces consistent Swift code formatting, naming, and idiomatic patterns for clean and readable code.
johnrogers
Provides a library for SQLite database operations including persistence, queries, migrations, and CloudKit sync using macros.
johnrogers
Enables internationalization (i18n) implementation with Xcode String Catalogs, pluralization, and right-to-left layout support for iOS applications.
johnrogers
Provides type-safe SQLite database access for iOS/macOS applications using GRDB, supporting complex queries, reactive updates, and migrations.
johnrogers
Guides implementation of modern SwiftUI patterns for iOS 17+, including MVVM, NavigationStack, accessibility, and async operations.
johnrogers
Provides advanced SwiftUI implementation patterns for gesture composition, adaptive layouts, and architecture choices beyond basic view development.
johnrogers
Provides iOS interface design guidance compliant with Apple's Human Interface Guidelines, covering accessibility, dark mode, and touch targets.
johnrogers
Enables on-device AI implementation using Apple's Foundation Models for summarization, extraction, and classification with type-safe structured output via @Generable.
johnrogers
Enables modern Swift concurrency patterns including async/await, actors, and Task management for safe and efficient asynchronous code.
johnrogers
Provides on-demand API documentation for Swift package dependencies, answering queries about import statements and dependency functionality.
johnrogers
Enables iOS haptic feedback for user interactions including button presses, toggles, and error notifications using Core Haptics frameworks.
johnrogers
Systematic diagnostics for Swift iOS/macOS: NavigationStack, build failures, memory leaks (retain cycles, deinit issues).
johnrogers
Enables implementation of iOS 26 features (Liquid Glass, SwiftUI APIs, WebView, Chart3D) with backward compatibility for iOS 17/18.
johnrogers
Enables building Swift features using The Composable Architecture (TCA) for state management, reducers, and effects.
johnrogers
Provides testing utilities for Swift applications using the Swift Testing framework and @Test annotations.
johnrogers
Provides utilities for implementing and debugging Network.framework connections in Swift, including migration from URLSession and handling UDP/TCP patterns with structured concurrency.
shikajiro
Automates pull request creation and local worktree cleanup while maintaining branch integrity.
shikajiro
Creates a Git worktree for parallel feature development, setting up an isolated environment with all necessary configuration files.
kaushikgopal
Captures session context, decisions, and learnings into a markdown file for efficient agent onboarding and future reference.
kaushikgopal
Provides fast file and code search using fd and ripgrep for efficient codebase navigation and pattern matching.
kaushikgopal
Interactive chunk-by-chunk code review for PRs or branches, identifying logical groupings, explaining changes, and critiquing potential issues.