How this skill is triggered — by the user, by Claude, or both
Slash command
/faos-dev:async-python-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-devProvides expert guidance on asyncio patterns, concurrent I/O, and async/await for building non-blocking Python applications. Use when working with FastAPI, aiohttp, real-time systems, or async background tasks.
Guides implementation of async Python with asyncio, covering concurrent I/O, async/await patterns, and decision-making between sync/async for high-performance applications.
Provides asyncio patterns and best practices for async Python: concurrency control, rate limiting, context managers in I/O-bound apps, APIs, WebSockets.