code-python

Installation
SKILL.md

Python Development Standards

Apply these standards when writing, reviewing, or debugging Python code.

Package Management

  • Always use uv for dependency management
  • Use uv install -e . for development installations
  • Use uv run for executing scripts with dependencies

Dependencies Declaration (PEP 723)

Installs
1
GitHub Stars
8
First Seen
Jun 3, 2026
code-python — tstapler/dotfiles