swift-composable-architecture
✓コンポーザブル アーキテクチャ (TCA) を使用して iOS/macOS 機能を構築、リファクタリング、デバッグ、またはテストするときに使用します。機能の構造、効果、依存関係、ナビゲーション パターン、TestStore を使用したテストについて説明します。
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 |
コンポーザブル アーキテクチャ (TCA) を使用して iOS/macOS 機能を構築、リファクタリング、デバッグ、またはテストするときに使用します。機能の構造、効果、依存関係、ナビゲーション パターン、TestStore を使用したテストについて説明します。 ソース: tryhuset/agent-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/tryhuset/agent-skills --skill swift-composable-architecture- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
swift-composable-architecture とは?
コンポーザブル アーキテクチャ (TCA) を使用して iOS/macOS 機能を構築、リファクタリング、デバッグ、またはテストするときに使用します。機能の構造、効果、依存関係、ナビゲーション パターン、TestStore を使用したテストについて説明します。 ソース: tryhuset/agent-skills。
swift-composable-architecture のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/tryhuset/agent-skills --skill swift-composable-architecture インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/tryhuset/agent-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01