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-devGuides async Python implementation using asyncio, concurrent patterns, and async/await for I/O-bound apps like FastAPI APIs, web scrapers, and real-time systems.
Provides 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.