architecture-patterns
✓Choose and implement iOS architecture patterns (MVVM, TCA, Clean Architecture) based on feature complexity. Use when designing architecture for new features or refactoring existing code.
Installation
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.
Choose and implement iOS architecture patterns (MVVM, TCA, Clean Architecture) based on feature complexity. Use when designing architecture for new features or refactoring existing code. Source: dagba/ios-mcp.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dagba/ios-mcp --skill architecture-patterns- Source
- dagba/ios-mcp
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is architecture-patterns?
Choose and implement iOS architecture patterns (MVVM, TCA, Clean Architecture) based on feature complexity. Use when designing architecture for new features or refactoring existing code. Source: dagba/ios-mcp.
How do I install architecture-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dagba/ios-mcp --skill architecture-patterns 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/dagba/ios-mcp
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01