uv-package-manager
Manage Python Projects With uv
Python dependency tools can be slow and inconsistent across local, CI, and container workflows. This skill gives uv commands and patterns for faster installs, virtual environments, lockfiles, and migration.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "uv-package-manager" from https://skillstore.io/skills/sickn33-uv-package-manager.md and its manifest at https://skillstore.io/api/skills/sickn33-uv-package-manager/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "uv-package-manager". I need to migrate a small Flask service from pip to uv.
Expected outcome:
A migration plan with inventory steps, uv initialization guidance, dependency syncing, lockfile handling, test verification, and rollback notes.
Using "uv-package-manager". Our CI installs Python dependencies too slowly.
Expected outcome:
Recommendations for uv caching, frozen syncs, lockfile use, parallel installs, and a clear verification checklist.
Using "uv-package-manager". I need Docker guidance for a uv project.
Expected outcome:
A Docker workflow outline that separates dependency installation from application code and explains how to keep builds reproducible.
Security Audit
CriticalThe skill is documentation-only Markdown, and most static alerts are false positives from comments, Markdown backticks, placeholder URLs, and project-local .venv paths. The install examples still include remote script execution and a ~/.bashrc write, which are real risks if an agent or user runs them without confirmation.
Confirmed security concerns (1)
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (5)
๐ Network access (7)
๐ Filesystem access (7)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-uv-package-manager/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-uv-package-manager?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-uv-package-manager?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-uv-package-manager/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-uv-package-manager.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). uv-package-manager security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-uv-package-manager/audits/4BibTeX citation
@techreport{sickn33-sickn33-uv-package-manager-2026,
author = {sickn33},
title = {uv-package-manager security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-uv-package-manager/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "uv-package-manager security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-uv-package-manager/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-uv-package-manager:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
3 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-uv-package-manager
2026-08-21
activeinferenceinstitute-uv-package-manager
2026-08-21
sickn33-uv-package-manager
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Start a Fast Python Project
Initialize a uv project, pin Python, add runtime and development dependencies, and run tests through uv.
Speed Up CI Builds
Use lockfiles, frozen installs, cache reuse, and GitHub Actions patterns to make Python CI more reproducible.
Migrate Existing Projects
Move from pip, requirements files, pip-tools, or Poetry while preserving existing project metadata.
Try These Prompts
Use the uv package manager skill to plan a new Python web API project. Include setup steps, dependency groups, and verification commands.
Use this skill to migrate an existing requirements.txt project to uv. Keep the workflow simple and explain each file change.
Use the uv skill to design a GitHub Actions workflow with frozen installs, caching, tests, and dependency updates.
Use the uv skill to propose a workspace layout for three Python packages with shared tooling, lockfile policy, and Docker guidance.
Best Practices
- Commit uv.lock for applications and use frozen installs in CI.
- Review install commands before executing remote scripts or modifying shell startup files.
- Prefer uv run for project commands so environments stay consistent.
Avoid
- Piping installer scripts to a shell without confirmation or integrity checks.
- Editing global shell startup files when a project-local PATH change is enough.
- Mixing pip, Poetry, and uv commands without a clear migration plan.
Frequently Asked Questions
What is uv?
Can this skill help migrate from pip or Poetry?
Does it support CI and Docker workflows?
Will it run commands automatically?
Are remote installer commands safe?
Can it troubleshoot uv errors?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/uv-package-managerRef
f93e9bb0daca99badb6a7e574b97737155d57cb3
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 107 views
File structure