关于
The uv-run skill enables seamless execution of Python scripts without the need for manual virtual environment activation. It leverages the uv tool's high-performance capabilities to handle inline script dependencies (PEP 723), inject temporary packages via the --with flag, and run CLI tools ephemerally through uvx. This skill is ideal for developers who need to create self-contained, reproducible scripts, perform quick data processing tasks with one-off libraries, or utilize specialized tools like Ruff and Py-spy without cluttering their local environment.