dependency-manager

Installation
SKILL.md

Dependency Manager

Manage Python project dependencies with UV, pip-tools, or requirements.txt.

Quick Start

Choose UV for new projects (fast, modern), pip-tools for existing pip workflows, or requirements.txt for simple projects.

Instructions

Choosing a Tool

UV - Fast, modern Python package manager (recommended):

  • Extremely fast dependency resolution (10-100x faster than pip)
  • Automatic virtual environment management
  • Drop-in replacement for pip and pip-tools
  • Lock file support with uv.lock
  • Best for: All projects, especially new ones
Related skills

More from armanzeroeight/fastagent-plugins

Installs
8
GitHub Stars
27
First Seen
Feb 4, 2026