Enforces modern Python 3.11+ coding standards, PEP 8 compliance, and type-hinting best practices automatically. This skill should be used when writing, reviewing, or refactoring Python code to ensure consistency with PEP 8, proper type hints, Google-style docstrings, and modern Python idioms.
Installation
SKILL.md
| PEP 8 | Naming, imports, spacing | | PEP 484/585 | Type hints (modern) | | PEP 257 | Docstrings | | PEP 604 | Union \| | | PEP 570/3102 | / positional, keyword |
Skip docstrings for: self-documenting fns, private methods, trivial @property
Rules: No wildcards (), group from same module, parentheses for long imports
Enforces modern Python 3.11+ coding standards, PEP 8 compliance, and type-hinting best practices automatically. This skill should be used when writing, reviewing, or refactoring Python code to ensure consistency with PEP 8, proper type hints, Google-style docstrings, and modern Python idioms. Source: georgekhananaev/claude-skills-vault.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill pep8- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is pep8?
Enforces modern Python 3.11+ coding standards, PEP 8 compliance, and type-hinting best practices automatically. This skill should be used when writing, reviewing, or refactoring Python code to ensure consistency with PEP 8, proper type hints, Google-style docstrings, and modern Python idioms. Source: georgekhananaev/claude-skills-vault.
How do I install pep8?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill pep8 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/georgekhananaev/claude-skills-vault
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01