Migrate Python projects from Poetry, pipx, or pip/requirements.txt to uv. Converts pyproject.toml from Poetry format to PEP 621 standard, handles dependency groups, scripts, extras, build backends, and generates uv.lock. Use when user asks to: (1) migrate/convert from Poetry to uv, (2) replace pipx with uv tool, (3) modernize Python project packaging, (4) convert requirements.txt to uv, (5) switch to uv, or mentions "poetry to uv" or "migrate to uv".
$npx -y skills add fprochazka/claude-code-plugins --skill migrate-to-uvInstalls into the current project.
Run `npx skills use "https://github.com/fprochazka/claude-code-plugins" --skill "fprochazka/claude-code-plugins/migrate-to-uv"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fprochazka/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/fprochazka/claude-code-plugins"` and select the relevant skills, then follow their instructions.