swiftui-architecture
Modern SwiftUI Architecture
Concise entry point for pure SwiftUI architecture without ViewModels. Use the references for patterns, examples, and edge cases.
Start Here
- State management:
references/state-management.md - Observable services:
references/observable-patterns.md - Async work:
references/async-patterns.md - Navigation:
references/navigation-patterns.md - UI components:
references/lists.md,references/scrollview.md,references/forms.md,references/grids.md,references/sheets.md,references/tabs.md - Anti-patterns:
references/anti-patterns.md
Typical Flow
- Choose state ownership and data flow (
references/state-management.md). - Model shared logic as @Observable services (
references/observable-patterns.md). - Wire navigation with AppRouter (
references/navigation-patterns.md). - Build UI using component guides.
- Audit against anti-patterns (
references/anti-patterns.md).
More from mintuz/claude-plugins
gps-method
Evidence-based goal achievement framework using Goal, Plan, and System methodology. Use when users want to set goals, create actionable plans, build execution systems, or diagnose why they're struggling to make progress on existing goals. Triggers include requests to "set a goal", "help me achieve", "create a plan", "why am I not making progress", or similar goal-setting and achievement queries.
21app-store-scraper
>
19local-ai-models
Comprehensive guide for implementing on-device AI models on iOS using Foundation Models and MLX Swift frameworks. Use WHEN building iOS apps with (1) Local LLM inference, (2) Vision Language Models (VLMs), (3) Text embeddings, (4) Image generation, (5) Tool/function calling, (6) Multi-turn conversations, (7) Custom model integration, or (8) Structured generation.
17web-design
WHEN refining UI layout, typography, color, or polish; NOT code implementation; provides concise principles for intentional, legible design.
17eyes
WHEN users express dissatisfaction with visual appearance or behavior; use Playwright MCP to capture screenshots and collaborate on UI fixes with a structured feedback loop.
13react-testing
WHEN testing React components/hooks/context with React Testing Library; NOT e2e; covers renderHook, providers, forms, and anti-patterns.
12