A solid reference for working with Tokio and async Rust patterns when you're building concurrent services or dealing with async I/O. It covers the practical stuff like task spawning, channels, streams, and error handling that comes up constantly in real async code. The implementation playbook has detailed examples, which is helpful when you're debugging subtle lifetime or pinning issues. Good for both getting async apps off the ground and figuring out why your spawned tasks aren't behaving. It's community sourced and stays focused on production patterns rather than trying to teach Rust from scratch.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill rust-async-patterns