stand-py

Installation
SKILL.md

Python Code Standards

Standards for Python code (>= 3.11).

Runtime

  • All Python code should be run with uv

PEP Compliance

  • PEP 604: Use union types as X | Y (not Union[X, Y])
  • PEP 673: Use Self type for self-referential types

Required Elements

Installs
32
First Seen
May 12, 2026
stand-py — lgtm-hq/ai-skills