python-async-patterns

Community

Async patterns for scalable Python apps.

Author0xDarkMatter
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers core asyncio patterns, concurrency control, and safe async programming practices.

Core Features & Use Cases

  • Concurrent fetch with gather, bounded concurrency with semaphores
  • TaskGroup (3.11+) for structured concurrency
  • Timeouts, error handling, and best practices
  • Async IO patterns for HTTP and I/O-bound workloads

Quick Start

Ask Claude to implement a high-concurrency fetcher using asyncio with proper timeout handling.

Dependency Matrix

Required Modules

python-typing-patterns

Components

assetsreferencesscripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: python-async-patterns
Download link: https://github.com/0xDarkMatter/claude-mods/archive/main.zip#python-async-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository