python-performance-optimization
1,071Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, opti
Python Development Patterns
612Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
Python Anti-Patterns Checklist
603Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing imple
python-error-handling
599Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing valida
python-type-safety
585Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic cl
python-packaging
568Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Pyth
python-observability
568Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics
Python Configuration Management
555Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, m
Python Background Jobs & Task Queues
555Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, j
Python Resilience Patterns
549Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry
python-resource-management
547Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing
comment-code-generate-a-tutorial
35Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and ge