Back to Skills

asyncio

majiayu000
Updated 10 days ago
15 views
58
9
58
View on GitHub
Otherasyncioasyncconcurrencycoroutinesaiohttpfastapiasync-databaseevent-looptasks

About

This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming using async/await syntax. It covers core concepts like event loops, tasks, and coroutines along with practical implementations including aiohttp for async HTTP operations and FastAPI async patterns. Use it when building concurrent I/O-bound applications, parallel API clients, real-time systems, or async web servers.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/asyncio

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/asyncio
0

Related Skills

golang-observability-opentelemetry

Other

This skill provides comprehensive Go observability instrumentation using OpenTelemetry for distributed tracing, Prometheus for metrics collection, and structured logging with slog. Use it when instrumenting microservices for production monitoring, debugging distributed systems, or setting up operational dashboards. It covers everything from initializing tracers and metrics endpoints to implementing HTTP middleware and health checks.

View skill

jest-typescript

Other

This skill provides Jest with TypeScript configuration for industry-standard testing in JavaScript/TypeScript projects. It's ideal for testing existing Jest projects, React/Node.js applications with TypeScript, and migrating JavaScript projects to TypeScript. The setup includes Jest ecosystem tools, React Testing Library integration, snapshot testing, and built-in coverage reporting.

View skill

mypy

Other

mypy is a static type checker for Python that enables gradual typing with type hints and comprehensive type safety. Use it to add type safety to Python projects, enforce type checking in CI/CD, and refactor code with type annotations. It supports strict mode, Protocol types, and integrates with frameworks like FastAPI and Django.

View skill

pytest

Other

This skill enables professional Python testing with pytest, providing fixtures, parametrization, and mocking capabilities. It's ideal for writing unit/integration tests, TDD workflows, and testing async code across frameworks like FastAPI, Django, and Flask. Developers can quickly set up tests with fixtures, use parametrization for multiple scenarios, and run comprehensive test suites.

View skill