async-python-patterns
Comprehensive guide and patterns for high-performance asynchronous Python development using asyncio and async/await.
Install
npx skills add https://github.com/wshobson/agents --skill async-python-patternsStats
| Total installs | 6,324 |
| Weekly installs | 6.3K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers core concepts (event loops, coroutines, tasks, futures) and 10+ fundamental and advanced patterns including concurrent execution, error handling, timeouts, context managers, and producer-consumer workflows
- Includes real-world examples for web scraping with aiohttp, async database operations, and WebSocket servers
- Provides performance best practices: connection pooling, batching, and proper handling of blocking code with asyncio.to_thread() and run_in_executor()
- Highlights common pitfalls (forgetting await, blocking the event loop, mixing sync/async) and testing strategies with pytest-asyncio
Tags
Related skills
| Skill | Installs | vs async-python-patterns |
|---|---|---|
| debugging-strategies | 4,689 | -1,635 |
| swift-concurrency | 6,474 | +150 |
| rust-best-practices | 4,884 | -1,440 |
| typescript-expert | 4,562 | -1,762 |
| azure-resource-health-diagnose | 7,399 | +1,075 |
FAQ
- How many installs does async-python-patterns have?
- async-python-patterns has 6,324 total installs and 6.3K installs this week.
- Where is async-python-patterns hosted?
- async-python-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does async-python-patterns have?
- async-python-patterns has 32.4K GitHub stars.
- When was async-python-patterns first indexed?
- OrangeBot.AI first indexed async-python-patterns on Jan 20, 2026.
- How do I install async-python-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill async-python-patterns