Skip to main content
Run any Skill in Manus
with one click

auto-concurrency

Stars6
Forks0
UpdatedApril 3, 2026 at 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

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly