关于
This skill equips Claude with specialized knowledge to architect, implement, and debug asynchronous Python applications. It provides domain-specific guidance on core asyncio concepts, including concurrent execution with gather, bounded concurrency using semaphores, and modern structured concurrency with Python 3.11+ TaskGroups. By following these implementation patterns, developers can ensure their code remains non-blocking, handles timeouts gracefully, and avoids common pitfalls like orphaned tasks or blocking I/O calls that degrade event loop performance.