원클릭으로
swift-architecture-skill
Swift architecture patterns and playbooks for MVVM, TCA, Clean Architecture, and more.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Swift architecture patterns and playbooks for MVVM, TCA, Clean Architecture, and more.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to write CLI / tool output, errors, and exit codes that let an LLM self-correct. Distilled from gogcli's message design. Use when building or reviewing a command-line tool, API wrapper, or agent tool whose output an LLM reads — to make failures actionable instead of dead ends.
Writes and reviews Swift App Intents code that exposes app actions and data to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence. Use when adding AppIntent, AppEntity, OpenIntent, AppShortcutsProvider, EntityQuery, Focus Filters, AssistantEntity/AssistantIntent schemas, or when wiring SwiftData/networked data into intents.
Generate optimized Apple App Store metadata recommendations with ASO best practices. Use this skill when analyzing app listings, optimizing metadata (title, subtitle, description, keywords), performing competitive analysis, or validating App Store listing requirements. Triggers on queries about App Store optimization, metadata review, or screenshot strategy.
Plan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation. Use when a user asks to refactor many files, split workstreams, analyze a target code area, and coordinate sub-agents with clear ownership and dependency-aware execution.
Expert guidance for designing, implementing, migrating, and debugging SwiftData persistence in Swift and SwiftUI apps. Use when working with @Model schemas, @Relationship/@Attribute rules, Query or FetchDescriptor data access, ModelContainer/ModelContext configuration, CloudKit sync, SchemaMigrationPlan/history APIs, ModelActor concurrency isolation, or Core Data to SwiftData adoption/coexistence.
| name | swift-architecture-skill |
| description | Swift architecture patterns and playbooks for MVVM, TCA, Clean Architecture, and more. |
| license | MIT |
Use this skill to pick the best Swift architecture playbook for SwiftUI/UIKit codebases and apply it to the user’s task.
Before selecting an architecture, capture:
If the user explicitly names an architecture, treat it as the initial candidate and run a fit check before committing:
references/selection-guide.mdWhen no architecture is named, load references/selection-guide.md and infer the best fit from stated constraints (state complexity, team familiarity, testing goals, effect orchestration needs, and framework preferences). Explain the recommendation briefly.
Architecture reference mapping:
references/mvvm.mdreferences/mvi.mdreferences/tca.mdreferences/clean-architecture.mdreferences/viper.mdreferences/reactive.mdreferences/mvp.mdreferences/coordinator.mdWhen code already exists:
Read the selected architecture reference and convert its guidance into deliverables tailored to the user's request:
End with the architecture-specific PR review checklist from the reference file, adapted to the user's feature.
fit or mismatch) with 1-2 reasons.