AI AGENT ADDONS

Python Code Style

wshobson/agents
Code Review & Quality
10,776installs

Python code can be messy without consistent rules. This guide helps you set up tools like ruff and mypy to automatically enforce style and quality. You will learn PEP 8 naming, import organization, and how to write clear docstrings.

By following these patterns, your team can focus on logic instead of formatting debates. Type hints make code safer and easier to understand. Use this skill when starting a new project or reviewing pull requests.

Add Python Code Style skill to your workflow

Global

mkdir -p ~/.claude/skills/python-code-style

Project

mkdir -p .claude/skills/python-code-style

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago