Acerca de
This skill provides a set of standardized implementation patterns for Python 3.13's asyncio library, ensuring that concurrent operations are not only fast but also resilient. It guides Claude to implement production-grade async code, covering structured concurrency with TaskGroups, automated resource cleanup via async context managers, and explicit background task lifecycle tracking. By enforcing strict error handling and timeout protocols, it helps developers avoid common pitfalls like silent failures and blocked event loops in I/O-bound applications.