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

Concurrency

poractionbook·actionbook· v1.0.0 · atualizado em 2026-04-11
83
Score

CRITICAL: Use for concurrency/asynchronous operations. Triggers: Errors related to E0277 Send Sync, inability to send data between threads, thread management, spawning, channels, mpsc, Mutex, RwLock, Atomic operations, async/await, Futures, Tokio, deadlocks, race conditions, and related concepts.

concurrencyasyncthreadsdeadlockrace-conditionrustparallelism
Linguagens
Rust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdm07-concurrency/workflow
1
Identify the error — : Detect concurrency-related errors like `Send` or `Sync` violations, or performance issues.
2
Determine workload — : Is it CPU-bound, I/O-bound, or mixed?
3
Analyze sharing — : How is data shared between threads/tasks?
4
Select primitive — : Choose `std::thread`, `async/await`, `Mutex`, `RwLock`, or channels based on workload and sharing.
5
Implement solution — : Apply the chosen concurrency pattern.
6
Test thoroughly — : Verify thread safety and performance.
7
Trace Up — : Find domain constraints.
8
Trace Down — : Implement the design.

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 comPerformance Optimization
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Zero-Cost Abstraction
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Resource Management
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Mutability
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe com ←Resource Lifecycle
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aKnitwork Processing
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←PocketBase Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Godot Master: Lead Architect Knowledge Hub
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Ownership & Lifetimes
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a ←Error Handling
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Type-Driven Design
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Java Development Standards
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Domain Modeling
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Rust Code Navigator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Write Plan
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Rust Backend Coding Guidelines
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Concurrency
m07-concurrency
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
Triggers8
fix Send Sync errorresolve deadlock in Rustchoose between async and threadshandle concurrency in Rustdebug race conditionimplement thread-safe data sharinguse channels for message passingavoid MutexGuard across await

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

Links

GitHub Repository