async-python-patterns

sickn33/antigravity-awesome-skills · updated Apr 8, 2026

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill async-python-patterns
0 commentsdiscussion
summary

Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.

skill.md

Async Python Patterns

Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.

Use this skill when

  • Building async web APIs (FastAPI, aiohttp, Sanic)
  • Implementing concurrent I/O operations (database, file, network)
  • Creating web scrapers with concurrent requests
  • Developing real-time applications (WebSocket servers, chat systems)
  • Processing multiple independent tasks simultaneously
  • Building microservices with async communication
  • Optimizing I/O-bound workloads
  • Implementing async background tasks and queues

Do not use this skill when

  • The workload is CPU-bound with minimal I/O.
  • A simple synchronous script is sufficient.
  • The runtime environment cannot support asyncio/event loop usage.

Instructions

  • Clarify workload characteristics (I/O vs CPU), targets, and runtime constraints.
  • Pick concurrency patterns (tasks, gather, queues, pools) with cancellation rules.
  • Add timeouts, backpressure, and structured error handling.
  • Include testing and debugging guidance for async code paths.
  • If detailed examples are required, open resources/implementation-playbook.md.

Refer to resources/implementation-playbook.md for detailed patterns and examples.

Resources

  • resources/implementation-playbook.md for detailed patterns and examples.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.564 reviews
  • Neel Thompson· Dec 28, 2024

    Keeps context tight: async-python-patterns is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Neel Ghosh· Dec 24, 2024

    I recommend async-python-patterns for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Alexander Sanchez· Dec 16, 2024

    Keeps context tight: async-python-patterns is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Hiroshi Jackson· Dec 12, 2024

    Registry listing for async-python-patterns matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ganesh Mohane· Nov 23, 2024

    Solid pick for teams standardizing on skills: async-python-patterns is focused, and the summary matches what you get after install.

  • Ren Dixit· Nov 19, 2024

    Registry listing for async-python-patterns matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Neel Rahman· Nov 15, 2024

    Useful defaults in async-python-patterns — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Fatima Nasser· Nov 7, 2024

    Registry listing for async-python-patterns matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Advait Li· Nov 3, 2024

    Keeps context tight: async-python-patterns is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Alexander Chen· Oct 26, 2024

    Useful defaults in async-python-patterns — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 64

1 / 7