Helps you build iOS apps with TCA (The Composable Architecture) from Point-Free. Covers the full stack: setting up reducers with the @Reducer macro, managing state and effects, wiring up views with @Bindable and store scoping, handling navigation stacks and presentation, and writing thorough tests with TestStore. The reference guide is comprehensive, with separate docs for basics, advanced patterns, and testing utilities. The common mistakes section is honest about real pitfalls like over-modularizing features and forgetting effect cancellation. If you're already using TCA or evaluating it, this gives you patterns and guardrails without having to dig through the library docs constantly.
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture