Use when using, writing, reviewing, or refactoring Python code.
View on GitHubplugins/python-developer/skills/python-developer/SKILL.md
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/a3lem/my-claude-plugins/blob/main/plugins/python-developer/skills/python-developer/SKILL.md -a claude-code --skill python-developerInstallation paths:
.claude/skills/python-developer/# Python ## Environment Use **uv** (by astral.sh) for all Python project management: - Virtual environment creation and management - Dependency installation and resolution - Python version management Use **uvx** for running Python-based tooling (e.g., linters, formatters, type checkers). ## Tooling When developing or testing, read @TOOLING.md ## Coding Style When writing or reviewing code, follow @STYLE.md.