developing-with-python
Installation
SKILL.md
Python Development Skill
Production-grade Python development following strict quality standards. Prefer security and correctness over convenience and performance.
Scope
Python code using PEP 257 docstrings. Typical library or service modules. Testing is covered in the pytest skill.
Primary Deliverables
- Source code with full type hints
- Clear, concise docstrings for all non-trivial modules, classes, functions
- Minimal runtime dependencies with version pins
- Example configuration and usage documentation