Python patterns, best practices, and idioms. Use when writing Python code.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill python --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-python)More formats (shields.io, HTML) on the badges page.
---
name: python
description: Python patterns, best practices, and idioms. Use when writing Python code.
---
## python
Write idiomatic Python.
### Style
- PEP 8 (black or ruff)
- Type hints for all signatures
- Docstrings (Google or NumPy style)
- pathlib over os.path
- f-strings for formatting
### Common patterns
- Context managers (with)
- Dataclasses for data
- Enums for constants
- Protocol for duck typing
- match/case (3.10+)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!