home/categories/code-quality/janjaszczak-cursor-skills-python-style-skill-md
code-qualitytesting-security

python-style

Enforce consistent Python typing (type hints + return types), concise Google-style docstrings, PEP 8/Black formatting, and unit tests when creating or editing Python code. Use when working on .py files, Python APIs, refactors, or bug fixes where maintainability and correctness matter.

janjaszczak
maintainer
janjaszczak
Atualizado 1/17/2026
Estrelas
0
Forks
0
quick start

Installation and usage

Enforce consistent Python typing (type hints + return types), concise Google-style docstrings, PEP 8/Black formatting, and unit tests when creating or editing Python code. Use when working on .py files, Python APIs, refactors, or bug fixes where maintainability and correctness matter.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use python-style