·asyncio-advanced
</>

asyncio-advanced

yonatangross/skillforge-claude-plugin

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.

5Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill asyncio-advanced

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/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill asyncio-advanced
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/skillforge-claude-plugin.

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/skillforge-claude-plugin --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/skillforge-claude-plugin