소개
This skill equips Claude with the expertise to design, write, and optimize asynchronous Python code for modern applications. It provides comprehensive guidance on the asyncio event loop, task management, and synchronization primitives like locks and semaphores. Whether you are building scalable web scrapers with aiohttp, managing concurrent API requests, or offloading CPU-bound tasks to process pools, this skill ensures your implementation follows professional concurrency patterns, handles timeouts gracefully, and avoids common pitfalls like blocking the event loop.