using-uv

Installation
SKILL.md

UV

UV is a fast Python package manager. Two modes:

Scripts vs Projects

Use scripts when:

  • Single .py file
  • Quick utility, one-off task
  • No shared dependencies across files

Use projects when:

  • Multiple files, modules, or packages
  • Team collaboration
  • Need reproducible environments
  • Building a library or application

Scripts

Installs
7
GitHub Stars
214
First Seen
Feb 14, 2026
using-uv — lexler/skill-factory