Complete Python asyncio system. PROACTIVELY activate for: (1) async/await syntax, (2) asyncio.gather for concurrent execution, (3) TaskGroup (3.11+), (4) Semaphores for rate limiting, (5) Timeouts with asyncio.timeout, (6) Producer-consumer with Queue, (7) Async generators and context managers, (8) uvloop performance, (9) Common async gotchas. Provides: Concurrent patterns, I/O optimization, async libraries (aiohttp, httpx, asyncpg). Ensures correct async patterns without blocking.
$npx -y skills add amrahman90/python-expert-agent --skill python-asyncioInstalls into the current project.
Run `npx skills use "https://github.com/amrahman90/python-expert-agent" --skill "amrahman90/python-expert-agent/python-asyncio"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amrahman90/python-expert-agent" that are relevant to the current task. Run `npx skills add "https://github.com/amrahman90/python-expert-agent"` and select the relevant skills, then follow their instructions.