# Python Patterns

> Common Python patterns for this project

- Skill: `sbroenne/python-patterns` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sbroenne/python-patterns`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sbroenne/python-patterns/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: sbroenne (https://skillmd.com/u/sbroenne)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sbroenne/python-patterns

---


# Python Patterns

## Overview
Common Python patterns for this project.

## Patterns
- Use dataclasses with slots=True for data objects
- Use async/await for I/O operations
- Use pathlib.Path instead of os.path

