python-dev

Installation
SKILL.md

Python Development Setup

Opinionated, production-ready Python development stack. No choices to make - just use this.

When to Use

  • Starting a new Python project
  • Modernizing an existing project (migrating from pip/poetry/mypy/black/flake8)
  • Setting up linting, formatting, type checking, or testing
  • Creating a Justfile for project commands
  • Configuring pyproject.toml as the single source of truth

The Stack

Tool Role Replaces
uv 0.10+ Package manager, Python versions, runner pip, poetry, pyenv, virtualenv
ty Type checker (Astral, Rust) mypy, pyright
ruff Linter + formatter flake8, black, isort, pyupgrade
Related skills

More from tenequm/claude-skills

Installs
1
GitHub Stars
18
First Seen
Mar 30, 2026