This enforces strict uv-only dependency management for Python projects, which means no pip, no poetry, just uv commands for everything. It covers the basics like uv add and uv remove, but the interesting part is how it handles standalone scripts with inline dependency metadata using those triple-slash comment blocks. If you're already bought into uv or want Claude to stop suggesting pip install commands, this will keep things consistent. The script management approach is clean, letting you either embed dependencies directly in your Python files or manage them via CLI flags. It's opinionated by design, so if you need flexibility between package managers, look elsewhere.
npx skills add https://github.com/mindrally/skills --skill python-uv