·composable-architecture
</>

composable-architecture

johnrogers/claude-swift-engineering

TCA (コンポーザブル アーキテクチャ) を使用して機能を構築する場合、リデューサーを構造化する場合、状態を管理する場合、エフェクトを処理する場合、ナビゲーションを行う場合、または TCA 機能をテストする場合に使用します。 @Reducer、Store、Effect、TestStore、Reducer 合成、TCA パターンをカバーします。

30インストール·2トレンド·@johnrogers

インストール

$npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture

SKILL.md

TCA provides architecture for building complex, testable features through composable reducers, centralized state management, and side effect handling. The core principle: predictable state evolution with clear dependencies and testable effects.

ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.

| Reducer Structure | Creating new reducers, setting up @Reducer, State, Action, or @ViewAction | | Views - Binding | Using @Bindable, two-way bindings, store.send(), or .onAppear/.task | | Views - Composition | Using ForEach with stores, scoping to child features, or optional children |

TCA (コンポーザブル アーキテクチャ) を使用して機能を構築する場合、リデューサーを構造化する場合、状態を管理する場合、エフェクトを処理する場合、ナビゲーションを行う場合、または TCA 機能をテストする場合に使用します。 @Reducer、Store、Effect、TestStore、Reducer 合成、TCA パターンをカバーします。 ソース: johnrogers/claude-swift-engineering。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

composable-architecture とは?

TCA (コンポーザブル アーキテクチャ) を使用して機能を構築する場合、リデューサーを構造化する場合、状態を管理する場合、エフェクトを処理する場合、ナビゲーションを行う場合、または TCA 機能をテストする場合に使用します。 @Reducer、Store、Effect、TestStore、Reducer 合成、TCA パターンをカバーします。 ソース: johnrogers/claude-swift-engineering。

composable-architecture のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/johnrogers/claude-swift-engineering