python-pep8-coach
Installation
SKILL.md
Python PEP 8 Coach
Purpose
Audit and improve Python style compliance with PEP 8.
Tools: flake8 (diagnostics), black (formatting).
Local References
references/pep-0008.md— condensed PEP 8 rules requiring human judgment (naming, comments, programming recommendations). Consult only for style disputes or edge cases not covered by tooling.
When To Use
- Review Python code for PEP 8 compliance
- Identify or fix style violations in files or folders