Help us improve
Share bugs, ideas, or general feedback.
From rust
Guides async and concurrent Rust programming including tokio runtime, async functions, streams, threads, mpsc channels, and Arc/Mutex shared state.
npx claudepluginhub vinnie357/claude-skills --plugin rustHow this skill is triggered — by the user, by Claude, or both
Slash command
/rust:asyncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Async functions, tokio runtime, streams, threads, channels, and shared state.
Guides async and concurrent Rust programming: tokio runtime, async functions, threads, channels (mpsc), and shared state with Arc/Mutex.
Provides patterns for async Rust with tokio runtime, async/await, futures, task spawning, select/join, and reqwest for concurrent HTTP requests.
Teaches production async Rust patterns using Tokio: tasks, channels, streams, error handling, and performance optimization.
Share bugs, ideas, or general feedback.
Async functions, tokio runtime, streams, threads, channels, and shared state.
Activate when:
For async patterns, concurrency primitives, and shared state examples, see references/async.md.