Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Swift Concurrency

poravdlee·avdlee· v1.0.0 · atualizado em 2026-04-10
85
Score

Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).

swiftconcurrencyasync-awaitactorsswift-concurrencyiosmacos
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdswift-concurrency/workflow
1
Analyze Project Settings: — Determine Swift language mode, strict concurrency checking level, and enabled upcoming features using `Read` and `Grep` on project files.
2
Identify Isolation Boundary: — Determine if code is running on `@MainActor`, custom actor, actor instance isolation, or nonisolated.
3
Choose Concurrency Tool: — Select the appropriate concurrency tool (async/await, async let, Task, Task Group, Actor, @MainActor) based on the problem.
4
Provide Code Example: — Provide a code example demonstrating the correct usage of the chosen concurrency tool.
5
Explain Best Practices: — Explain relevant best practices for Swift Concurrency, such as preferring structured concurrency and minimizing suspension points.
6
Suggest Verification Steps: — Suggest verification steps to ensure the code is working correctly, such as running tests and using Instruments.

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

Similar aDesigning with Sleek
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
87
Similar aExpo UI Guidelines
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aExpo Networking
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Swift Concurrency
swift-concurrency
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
Triggers10
How do I use Swift Concurrency?Explain async/await in Swift.What are actors in Swift?Help me fix data races in Swift code.How to migrate to Swift 6 concurrency?What is @MainActor?How to use Task groups in Swift?Troubleshooting Swift Concurrency issuesBest practices for Swift ConcurrencyHow to make my Swift code thread-safe?

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 swift-concurrency
$ synaptic skills detail swift-concurrency
$ synaptic skills live swift-concurrency

Links

GitHub Repository