·architecture-patterns
</>

architecture-patterns

dagba/ios-mcp

機能の複雑さに基づいて iOS アーキテクチャ パターン (MVVM、TCA、クリーン アーキテクチャ) を選択して実装します。新しい機能のアーキテクチャを設計するとき、または既存のコードをリファクタリングするときに使用します。

10インストール·1トレンド·@dagba

インストール

$npx skills add https://github.com/dagba/ios-mcp --skill architecture-patterns

SKILL.md

Quick reference for choosing and implementing iOS architecture patterns. Focused on decision criteria, not tutorials.

| Simple | MV | Single screen, local state only | | Medium | MVVM | 2-5 screens, business logic, network calls | | Complex | TCA | State machines, side effects, complex flows | | Enterprise | Clean | Multiple teams, maximum modularity |

Key: Single Reducer with State/Action/Dependencies. Exhaustive testing via TestStore.

機能の複雑さに基づいて iOS アーキテクチャ パターン (MVVM、TCA、クリーン アーキテクチャ) を選択して実装します。新しい機能のアーキテクチャを設計するとき、または既存のコードをリファクタリングするときに使用します。 ソース: dagba/ios-mcp。

原文を見る

引用可能な情報

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

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

クイックアンサー

architecture-patterns とは?

機能の複雑さに基づいて iOS アーキテクチャ パターン (MVVM、TCA、クリーン アーキテクチャ) を選択して実装します。新しい機能のアーキテクチャを設計するとき、または既存のコードをリファクタリングするときに使用します。 ソース: dagba/ios-mcp。

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

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

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

https://github.com/dagba/ios-mcp