The async-python-patterns skill provides comprehensive guidance for implementing asynchronous Python applications using asyncio and async/await patterns for high-performance, non-blocking systems. It serves developers building async web APIs, concurrent systems, and I/O-bound applications who need to understand when and how to use asyncio versus synchronous or multiprocessing approaches. The skill solves the problem of designing and implementing efficient concurrent Python applications by teaching core async concepts, decision frameworks for choosing async over alternatives, and practical code patterns for common use cases.
npx skills add https://github.com/wshobson/agents --skill async-python-patterns