python-code-style
Configure Python linting, formatting, type checking, and documentation standards using modern tools like Ruff and Mypy.
Install
npx skills add https://github.com/wshobson/agents --skill python-code-styleStats
| Total installs | 4,186 |
| Weekly installs | 4.2K |
| GitHub stars | 32.4K |
| First seen | Jan 30, 2026 |
| Source | @wshobson/agents |
Summary
- Configure ruff for unified linting and formatting, replacing flake8, isort, and black with a single fast tool
- Set up strict type checking with mypy or pyright to catch errors before runtime
- Follow PEP 8 naming conventions: snake_case for functions/variables, PascalCase for classes, SCREAMING_SNAKE_CASE for constants
- Write Google-style docstrings for all public APIs with Args, Returns, Raises, and Examples sections
- Organize imports in three groups (standard library, third-party, local) and use absolute imports exclusively
Tags
Related skills
| Skill | Installs | vs python-code-style |
|---|---|---|
| react-state-management | 4,849 | +663 |
| swiftui-performance-audit | 4,335 | +149 |
| improve-codebase-architecture | 5,172 | +986 |
| fixing-metadata | 5,326 | +1,140 |
| context-driven-development | 3,652 | -534 |
FAQ
- How many installs does python-code-style have?
- python-code-style has 4,186 total installs and 4.2K installs this week.
- Where is python-code-style hosted?
- python-code-style is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-code-style have?
- python-code-style has 32.4K GitHub stars.
- When was python-code-style first indexed?
- OrangeBot.AI first indexed python-code-style on Jan 30, 2026.
- How do I install python-code-style?
- Run: npx skills add https://github.com/wshobson/agents --skill python-code-style