JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Review code for readability, then simplify it to be easy to follow and understand. Use this skill when the user wants to simplify code, improve readability, clean up for handoff, make code skimmable, reduce complexity, refactor for clarity, strip boilerplate, prepare code for future maintainers, or make a codebase…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Apply critical rationalist epistemology (Popper, Deutsch) to evaluate reasoning, identify errors, and refine understanding. Use when the user explicitly requests help with reasoning - phrases like "help me think this through", "does this make sense", "any flaws in this", "what am I missing", "critique this", "is this…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Use when someone asks to write, rewrite, review, or improve text that appears inside a product or interface. Examples: "review the UX copy", "is there a better way to phrase this", "rewrite this error message", "write copy for this screen/flow/page", reviewing button labels, improving CLI output messages, writing…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Comprehensive code review guidelines for iOS/Swift covering architecture, performance, security, and best practices.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Best practices for gathering requirements using AskUserQuestion before taking action.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Memory management, profiling, optimization techniques, and Instruments usage for high-performance iOS apps.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Comprehensive guide to iOS security covering secure storage, authentication, network security, and compliance with Apple's security requirements.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Unit testing, UI testing, TDD patterns, mocking, and test doubles for VIP+W architecture.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Step-by-step guide for refactoring legacy/spaghetti iOS code to VIP+W Clean Architecture.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Modern Swift concurrency with async/await, actors, TaskGroup, Sendable, and proper actor isolation for thread-safe iOS development.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Modern SwiftUI patterns for iOS 18+, including @Observable, navigation, state management, and view composition following SOLID principles.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Horizontal-first slicing methodology with mandatory ASCII preview for UIKit layout design.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Pure UIKit patterns for state management, data binding, and component design without SwiftUI bridging.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
VIP+W (View-Interactor-Presenter-Worker) Clean Architecture for iOS with unidirectional data flow and proper separation of concerns.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit sync.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Diagnose data races, convert callback-based code to async/await, implement actor isolation patterns, resolve Sendable conformance issues, and guide Swift 6 migration. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3)…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites, debugging flaky tests, or improving test quality and…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, macOS-specific APIs, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Scan Apple's SwiftUI documentation for deprecated APIs and update the SwiftUI Expert Skill with modern replacements. Use when asked to "update latest APIs", "refresh deprecated SwiftUI APIs", "check for new SwiftUI deprecations", "scan for API changes", or after a new iOS/Xcode release. Requires the Sosumi MCP to be…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Benchmark Xcode clean and incremental builds with repeatable inputs, timing summaries, and timestamped .build-benchmark/ artifacts. Use when a developer wants a baseline, wants to compare before and after changes, asks to measure build performance, mentions build times, build duration, how long builds take, or wants…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Apply approved Xcode build optimization changes following best practices, then re-benchmark to verify improvement. Use when a developer has an approved optimization plan from xcode-build-orchestrator, wants to apply specific build fixes, needs help implementing build setting changes, script phase guards, source-level…
JordanCoin/ios-skills-collection
Skill Claude CodeCodex
Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed…