Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

SwiftUI Patterns

poraffaan-m·affaan-m· v1.0.0 · atualizado em 2026-04-10
80
Score

SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

swiftuiiosmacosui-developmentstate-managementview-compositionnavigation
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdswiftui-patterns/workflow
1
Assess State Management: — Determine which `@State`, `@Binding`, `@Observable`, or `@Environment` wrapper is most appropriate for each piece of data.
2
Implement View Models: — Create `@Observable` view models to manage complex state and business logic.
3
Compose Views: — Break down large views into smaller, focused subviews to limit invalidation.
4
Define Navigation: — Use `NavigationStack` and `NavigationPath` for type-safe navigation.
5
Optimize Performance: — Employ `LazyVStack`, `LazyHStack`, and stable identifiers in `ForEach` loops.
6
Apply Styling: — Create reusable `ViewModifier` structs for consistent styling.
7
Preview Changes: — Use `#Preview` macros with mock data to quickly iterate on UI changes.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←SwiftUI Navigation
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Compõe com ←SwiftUI Layout & Components
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Swift Language Patterns
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

SwiftUI Patterns
swiftui-patterns
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
build a SwiftUI viewmanage state in SwiftUIimplement navigation in SwiftUIoptimize SwiftUI performanceuse @Observable in SwiftUIstructure a SwiftUI view modelinject dependencies in SwiftUIcreate reusable SwiftUI styles

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download swiftui-patterns
$ synaptic skills detail swiftui-patterns
$ synaptic skills live swiftui-patterns

Links

GitHub Repository