Python Patterns skills for AI agents
8 practitioner-grade python patterns skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Async Patterns
Asyncio patterns for concurrent I/O-bound programming in Python
217 lines - Context Managers
Context manager patterns using with statements for reliable resource management in Python
172 lines - Dataclasses
Dataclass and Pydantic model patterns for structured data in Python
205 lines - Decorators
Decorator patterns for wrapping, extending, and composing Python functions and classes
168 lines - Dependency Injection
Dependency injection patterns for loosely coupled, testable Python applications
262 lines - Generators
Generator and itertools patterns for memory-efficient data processing in Python
208 lines - Metaclasses
Metaclass and descriptor patterns for advanced class customization in Python
225 lines - Type Hints
Type hint patterns and mypy best practices for statically typed Python code
202 lines