Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

12 skills indexed across 13 categories

Results for “python” - 12 found

python-performance-optimization

1,071

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, opti

General by wshobson/agents

Python Development Patterns

612

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

General by affaan-m/everything-claude-code

Python Anti-Patterns Checklist

603

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing imple

General by wshobson/agents

python-error-handling

599

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing valida

General by wshobson/agents

python-type-safety

585

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic cl

General by wshobson/agents

python-packaging

568

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Pyth

General by wshobson/agents

python-observability

568

Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics

General by wshobson/agents

Python Configuration Management

555

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, m

General by wshobson/agents

Python Background Jobs & Task Queues

555

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, j

General by wshobson/agents

Python Resilience Patterns

549

Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry

General by wshobson/agents

python-resource-management

547

Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing

General by wshobson/agents

comment-code-generate-a-tutorial

35

Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and ge

General by github/awesome-copilot