Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

auto-concurrency

Étoiles6
Forks0
Mis à jour3 avril 2026 à 02:41

Concurrency discipline: race conditions, atomicity, lock ordering, shared state protection, and the specific concurrency anti-patterns Claude defaults to. Corrects TOCTOU bugs, non-atomic multi-step operations, unprotected shared state, and missing cancellation handling. Use when writing async code, using mutexes/locks, spawning tasks, or sharing state between threads/tasks. Triggers: race condition, mutex, lock, atomic, concurrent, parallel, async, spawn, thread, shared state, Arc, Mutex, RwLock, channel, TOCTOU, deadlock, cancellation, JoinSet, semaphore.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly