概要
This skill empowers Claude to architect and implement robust asynchronous Python applications using the asyncio framework. It provides expert guidance on concurrent programming patterns, including task management with gather(), robust error handling in async contexts, timeout management, and sophisticated producer-consumer architectures using Queues. Whether you are building high-throughput web APIs with FastAPI, high-concurrency web scrapers, or real-time communication systems, this skill ensures generated code follows non-blocking best practices and avoids common pitfalls like event loop blocking.