python-async-patterns

python-async-patterns is a skill for Claude Code from NeverSight/learn-skills.dev. It costs 40 tokens per session (1,016 once invoked), scanned A, original, no licence file.

A guide to Python asyncio, the part of Python used for running waiting tasks concurrently. It covers async functions, coroutines, task groups, and event loops.

In plain words
What is it for?
Use it when building programs that handle many waiting operations, such as network requests, with asyncio or aiohttp.
Why use it?
It helps you write concurrent Python programs without guessing how asynchronous tasks should be coordinated.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when building programs that handle many waiting operations, such as network requests, with asyncio or aiohttp.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neversight/learn-skills.dev/python-async-patterns
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add NeverSight/learn-skills.dev --skill python-async-patterns
Clone the repo
git clone --depth 1 https://github.com/NeverSight/learn-skills.dev

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for python-async-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/neversight/learn-skills.dev/python-async-patterns/github.svg)](https://agentmods.dev/skills/neversight/learn-skills.dev/python-async-patterns)
Your own site
<a href="https://agentmods.dev/skills/neversight/learn-skills.dev/python-async-patterns"><img src="https://agentmods.dev/badge/skills/neversight/learn-skills.dev/python-async-patterns/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for python-async-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/neversight/learn-skills.dev/python-async-patterns"><img src="https://agentmods.dev/badge/skills/neversight/learn-skills.dev/python-async-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,016 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01016
Opus 5 $0.00020 $0.00508
Sonnet 5 $0.00008 $0.00203
Haiku 4.5 $0.00004 $0.00102

Measured 5d ago against content hash c57e3c129203, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

python-async-patterns scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

async def fetch(url: str) -> str:
data/skills-md/0xdarkmatter/claude-mods/python-async-patterns/SKILL.md · 161 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 161 lines · 40 tokens per session scan A c57e3c129203

Subscribe to this mod's changes

python-async-patterns is a skill published in the GitHub repository NeverSight/learn-skills.dev (209 stars, last pushed today), with no licence file. It adds 40 tokens to every session and 1,016 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

developing-kafka-python-client

Use when the user wants to build a Python Kafka producer or consumer, add Schema Registry to existing Python code, migrate from raw JSON to schema-backed serialization, or scaffold a confluent-kafka-python project for Confluent Cloud, local Docker, or WarpStream. Also use when user wants to optimize Python Kafka…

confluentinc/agent-skills · 75 tokens

python-programming-expert

Expert-level skill for Python programming (Python 3.13/3.14+). Covers type safety, generic syntax (PEP 695), async/await TaskGroups, FastAPI 0.115+, Pydantic v2, uv package manager, Ruff, and pytest in English and Indonesian.

roedyrustam/vibes-plug · 68 tokens

python-services

Python patterns for CLI tools, async concurrency, and backend services. Use when working with Python code, building CLI apps, FastAPI services, async with asyncio, background jobs, or configuring uv, ruff, ty, pytest, or pyproject.toml.

iliaal/ai-skills · 55 tokens

upstash-box-py

Work with the upstash-box Python SDK for sandboxed cloud containers with AI agents, shell, filesystem, git, cron schedules, snapshots, and a headless browser. Use when building with Upstash Box in Python, creating a sandbox or isolated environment to run untrusted or agent-generated code, running AI coding agents in…

upstash/skills · 109 tokens

django

Use when building Django applications. Covers ORM query performance, model design, migrations, Django REST Framework, security defaults, and testing.

nimadorostkar/Claude-Skills-collection · 28 tokens

fastapi

Use when building APIs with FastAPI. Covers dependency injection, Pydantic v2 validation, async database access, authentication, background tasks, and testing.

nimadorostkar/Claude-Skills-collection · 34 tokens