LLM Skills
~/catalog/debugging & maintenance//python

Python Coding Guidelines

/python

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv

ClawHub communityClawHub community
14
May 11, 2026
// skill content

Skill created by the community and listed since ClawHub. Canonical source: https://clawhub.ai/skills/python Version: 1.0.0 Source changelog: Initial release providing Python coding guidelines and best practices. - Enforces PEP 8 style and modern, Pythonic patterns. - Requires Python 3.10+; promotes the use of features from Python 3.11:3.13. - Includes syntax validation, unit test execution, and automatic formatting before commits. - Recommends uv for dependency management if available, with pip as a fallback. - Documents clear Pythonic patterns, anti-patterns, and testing practices. - Provides a concise checklist for code readiness and best practices.

// original public source
https://clawhub.ai/skills/python
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/python" "https://clawhub.ai/skills/python"
Then in Claude Code, type /python to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 14
UpdatedMay 11, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward