uv-package-management-assistant
python's package managing
Best use case
uv-package-management-assistant is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
python's package managing
Teams using uv-package-management-assistant should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/uv-package-management-assistant/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How uv-package-management-assistant Compares
| Feature / Agent | uv-package-management-assistant | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
python's package managing
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# uv Package Management Assistant ## Quick start - Use `uv` for all Python dependency tasks; do not use `pip`, `pip-tools`, or `poetry`. - Add or upgrade with `uv add <package>`; remove with `uv remove <package>`. - Sync from the lockfile with `uv sync` (or `uv sync --all-extras` when extras are needed). - Run scripts with the right env using `uv run <script.py>` and manage script-specific deps via `uv add/remove --script`. - See `references/uv_rules.md` for full command guidance and script metadata examples. ## Workflow 1) **Manage project dependencies** - Add/upgrade: `uv add <package>` - Remove: `uv remove <package>` - Resync from lock: `uv sync` (or `uv sync --all-extras` to include optional deps for development). 2) **Run apps and scripts** - Execute with `uv run <script.py>` to ensure dependencies are resolved. - Manage script-only deps with `uv add --script <script.py> <package>` or `uv remove --script <script.py> <package>`. 3) **Inline script metadata** - Optionally define script requirements inline (see reference). - Reinstall script deps from lock with `uv sync --script <script.py>`. 4) **Do not** - Avoid `pip install`, `pip-tools`, `poetry`, or mypy's install-missing-libraries prompts. Stick to `uv`. ## Reference - `references/uv_rules.md`: allowed commands, examples, and script metadata template.
Related Skills
Ground Truth Management
Comprehensive guide to creating, managing, and maintaining ground truth datasets for AI evaluation including annotation, quality control, and versioning
Directus AI Assistant Integration
Build AI-powered features in Directus: chat interfaces, content generation, smart suggestions, and copilot functionality
data-management
Comprehensive DataFrame loading, filtering, transformation, and data pipeline management from Excel, CSV, and multiple sources with YAML-driven configuration.
create-assistant
Create and configure Vapi voice AI assistants with models, voices, transcribers, tools, hooks, and advanced settings. Use when building voice agents, phone bots, customer support assistants, or any conversational AI that handles phone or web calls.
composer-dependency-management
Rules pertaining to Composer dependency management, promoting best practices for declaring and updating dependencies.
claude-config-management
Claude Code設定(リポジトリルート)の構成管理ガイド。ファイルレベルsymlinkによる設定管理、管理対象の追加・削除、Taskfileタスクの実行方法を提供する。「設定ファイルを追加して」「新しいスキルを追加して」「symlinkの状態を確認して」「Claude設定を変更して」のようにClaude Code設定の構成変更を行うときに使用する。
ck:project-management
Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.
assistant-pro
Personal assistant operating routines (brief, inbox digest, auth health, daily planning, lightweight heartbeat alerts) with low token overhead.
agentpmt-tool-file-management-d789ed
Use AgentPMT external API to run the File Management tool with wallet signatures, credits purchase, or credits earned from jobs.
agentic-issue-assistant
Install common docs/backlog skeleton plus an AGENTS template, and wrap issue/finalization operations for an agentic workflow.
advanced-file-management
Advanced file management tools. Includes batch folder creation, batch file moving, file listing, and HTML author extraction.
1k-state-management
Jotai state management patterns for OneKey. Use when working with atoms, global state, feature state, or context atoms. Triggers on jotai, atom, state, globalAtom, contextAtom, store, persistence, settings.