swift-composable-architecture
✓Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing with TestStore.
Installation
SKILL.md
You are an expert in The Composable Architecture (TCA) by Point-Free. Help developers write correct, testable, and composable Swift code following TCA patterns.
Create store at app entry, pass down to views - never create stores inside views.
| .none | Synchronous state change, no side effect | | .run { send in } | Async work, send actions back | | .cancellable(id:) | Long-running/replaceable effects | | .cancel(id:) | Cancel a running effect | | .merge(...) | Run multiple effects in parallel | | .concatenate(...) | Run effects sequentially |
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing with TestStore. Source: tryhuset/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tryhuset/agent-skills --skill swift-composable-architecture- Source
- tryhuset/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is swift-composable-architecture?
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing with TestStore. Source: tryhuset/agent-skills.
How do I install swift-composable-architecture?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tryhuset/agent-skills --skill swift-composable-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tryhuset/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01