asyncio-advanced
✓Python asyncio patterns with TaskGroup, structured concurrency, and modern 3.11+ features. Use when implementing concurrent operations, async context managers, or high-performance async services.
Installation
SKILL.md
Modern Python asyncio patterns using structured concurrency, TaskGroup, and Python 3.11+ features.
| Task spawning | TaskGroup not gather() | Structured concurrency, auto-cancellation | | Timeouts | asyncio.timeout() context manager | Composable, cancels on exit | | Concurrency limit | asyncio.Semaphore | Prevents resource exhaustion | | Sync bridge | asyncio.tothread() | Clean API, manages thread pool |
| Exception handling | except with ExceptionGroup | Handle multiple failures properly | | Cancellation | Always re-raise CancelledError | Breaking this breaks TaskGroup/timeout |
Python asyncio patterns with TaskGroup, structured concurrency, and modern 3.11+ features. Use when implementing concurrent operations, async context managers, or high-performance async services. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill asyncio-advanced- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is asyncio-advanced?
Python asyncio patterns with TaskGroup, structured concurrency, and modern 3.11+ features. Use when implementing concurrent operations, async context managers, or high-performance async services. Source: yonatangross/orchestkit.
How do I install asyncio-advanced?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill asyncio-advanced Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01