About
This skill provides a standardized framework for writing resilient asynchronous code in Python. It introduces the 'safe_gather' pattern, which enhances the standard asyncio.gather by providing fail-fast cancellation, built-in timeout support, and cleaner handling of concurrent operations. It offers guidance on when to use specific async primitives, how to manage partial results, and provides clear migration paths for existing codebases to improve reliability and performance in high-concurrency environments.