11 Python development skills covering async patterns, anti-patterns, type safety, testing, resilience, observability, configuration, design patterns, resource management, code style, and background jobs. Includes /python-code-review for comprehensive code audits across all domains.
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin python-devPython asyncio and async/await patterns — asyncio.gather, semaphores, async context managers, event loop, coroutines, tasks. MUST consult when writing async Python code, building concurrent systems, using async frameworks (FastAPI, aiohttp, asyncpg), or managing I/O-bound operations with non-blocking patterns.
Python anti-pattern checklist. MUST consult before finalizing any Python implementation, during Python code review, or when a Python bug traces to mutable defaults, bare except, circular imports, or other known traps.
Python background job patterns — Celery, RQ, dramatiq, task queues, workers. MUST consult when adding background tasks, job queues, long-running operations, worker processes, or decoupling work from request/response cycles in Python.
Python code style — ruff, black, isort, naming conventions, docstrings. MUST consult when configuring Python linters/formatters, establishing project style standards, or when style questions arise during Python code review.
Python configuration management — pydantic-settings, environment variables, .env files, secrets. MUST consult when externalizing config, adding settings classes, managing secrets, or implementing environment-specific behavior in Python.
Python design patterns — KISS, SoC, SRP, composition over inheritance, dependency injection. MUST consult when refactoring Python classes, choosing between inheritance and composition, implementing dependency injection, extracting abstractions, or restructuring Python modules.
Python observability — structlog, logging, OpenTelemetry, Prometheus, tracing. MUST consult when adding logging to Python code, implementing metrics/counters, setting up distributed tracing, or instrumenting Python services.
Python resilience — tenacity, retries, exponential backoff, circuit breakers, timeouts. MUST consult when adding retry logic, implementing timeouts, wrapping external API calls with fault tolerance, or handling transient failures in Python.
Python resource management — context managers, __enter__/__exit__, contextlib, cleanup patterns. MUST consult when writing context managers, managing connections/file handles, implementing cleanup logic, or building streaming responses in Python.
Python test patterns — pytest fixtures, parametrize, mocking, conftest, coverage. MUST consult as a reference when writing pytest fixtures, parametrized tests, mock strategies, or structuring Python test suites. Complements superpowers:test-driven-development (which drives the workflow).
Python type safety — type hints, generics, Protocol, TypeVar, mypy, pyright. MUST consult when adding type annotations, implementing generic classes, defining structural interfaces (Protocol), or configuring mypy/pyright in Python projects.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams