From rmyndharis-antigravity-skills
Provides production patterns for async Rust with Tokio: tasks, channels, streams, error handling, and performance optimization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:rust-async-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling.
Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub rmyndharis/antigravity-skills10plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 10 plugins
Provides patterns and guidance for Rust async programming with Tokio, including async traits, error handling, and concurrent tasks. Use when building async Rust applications or debugging async code.
Master Rust async with Tokio: async traits, error handling, concurrent patterns. Use when building async Rust apps, implementing concurrent systems, or debugging async code.
Provides patterns for async Rust with tokio runtime, async/await, futures, task spawning, select/join, and reqwest for concurrent HTTP requests.