rust-async-task-design
Installation
SKILL.md
Rust Async Task Design
Use this skill to make Rust async code explicit about task ownership, suspension points, blocking work, and cancellation. Async is a concurrency model, not a default replacement for threads or a performance guarantee.