Skip to main content

swift-composable-architecture

Index for adopting The Composable Architecture (TCA, swift-composable-architecture 1.26.0) in a SwiftUI app. Use this whenever implementing or reviewing a feature in TCA, or whenever the task touches reducers, `@Reducer`/`@ObservableState`, `Store`/`StoreOf`, scoping, `@Dependency`, effects, bindings, navigation (sheets/alerts/`@Presents`/`NavigationStack`/`StackState`), `@Shared` state, or `TestStore` tests, even when the prompt does not say "TCA" by name. Each topic points at the authoritative TCA 1.26.0 example and a copied real-world example from a production reference app, so you can jump from "I need navigation / a dependency / an effect / a testable reducer" to a concrete, current pattern. Requires the swift-composable-architecture source vendored as a reference submodule (see the prerequisite check below).

Jump to install

Source facts

Repository
wyattjoh/skills
Last source activity
July 22, 2026 at 00:07
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.