From antigravity-awesome-skills
Provides production patterns for async Rust with Tokio, including tasks, channels, streams, and error handling. Use when building async applications or debugging concurrent systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-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 sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderProvides production patterns for async Rust with Tokio: tasks, channels, streams, error handling. Use for building concurrent apps, network services, or debugging async code.
Teaches production async Rust patterns using Tokio: tasks, channels, streams, error handling, and performance optimization.
Provides patterns for async Rust with tokio runtime, async/await, futures, task spawning, select/join, and reqwest for concurrent HTTP requests.