Dev10x:py-uv

Detect, configure, and migrate Python scripts to UV inline metadata with PEP 723 format.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-uv-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:py-uv
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/py-uv
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-uv-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the setup and migration of Python scripts to use UV (Unified Versioning) inline metadata, simplifying the transition from legacy scripts.

Core Features & Use Cases

  • UV Script Setup: Automates the configuration of UV for Python scripts.
  • Legacy Script Migration: Converts legacy shebangs to PEP 723 inline metadata.
  • Use Case: For a developer who has legacy scripts with #!/usr/bin/env python3 shebangs, this Skill will automate the detection, migration, and verification process to ensure scripts are UV-compatible.

Quick Start

Migrate your Python scripts to UV using the 'Dev10x:py-uv' skill.

Frequently Asked Questions about Dev10x:py-uv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Python scripts to PEP 723 inline metadata?

Migrating Python scripts to PEP 723 inline metadata involves replacing legacy shebangs like `#!/usr/bin/env python3` with UV-compatible configurations. This process automates the detection and verification of scripts to ensure proper UV setup.

What is UV inline metadata for Python scripts?

UV inline metadata is a PEP 723 format configuration embedded directly within Python scripts. It replaces legacy shebangs to provide Unified Versioning details, simplifying script setup and dependency management.

Can I automate the conversion of legacy Python shebangs to UV format?

Yes, automating the conversion of legacy Python shebangs to UV format is possible. The system detects existing configurations, migrates them to PEP 723 inline metadata, and verifies the scripts are UV-compatible.

Does UV script migration support existing Python script setups?

Yes, UV script migration supports existing Python script setups by detecting legacy shebangs. It transitions your current scripts to PEP 723 inline metadata while verifying compatibility throughout the migration process.