home/categories/code-quality/randalmurphal-claude-config-skills-python-style-skill-md
code-qualitytesting-security

python-style-standards

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Run python-code-quality script for automated checks (ruff + pyright + security). Use when writing new Python code or reviewing code quality.

randalmurphal
maintainer
randalmurphal
Updated 1/16/2026
Stars
0
Forks
0
quick start

Installation and usage

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Run python-code-quality script for automated checks (ruff + pyright + security). Use when writing new Python code or reviewing code quality.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use python-style-standards