概要
This skill provides Claude with specialized knowledge and implementation patterns for Python's asynchronous ecosystem, centered on the asyncio library. It enables the creation of efficient, non-blocking applications by leveraging coroutines, event loops, and advanced concurrency structures like semaphores and queues. Whether you are building high-throughput web APIs with FastAPI, scraping data concurrently with aiohttp, or managing complex background tasks, this skill ensures best practices for error handling, task management, and resource synchronization are followed to produce production-grade code.