Python

Modern Python development workflow where ALL Python execution goes through uv run — never call python, pip, or pytest directly. Use this skill whenever the user writes, runs, formats, tests, or packages Python code, sets up a Python project, or asks how to execute any Python script or command. Always enforce uv run for execution and uv add/remove for dependency management.

hsiangjenli Updated

File contents

hsiangjenli/skills/tree/main/skills/python commit 2405536029

Frequently asked questions

npx skillmds@latest add hsiangjenli/python