configure-package-management

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/configure:package-management

Check and configure modern package managers for optimal development experience.

When to Use This Skill

Use this skill when... Use another approach when...
Setting up a new project with modern package managers (uv, bun) Installing a single dependency — run uv add or bun add directly
Migrating from legacy package managers (pip, npm, yarn, poetry) to modern ones Project uses cargo or go mod (already optimal, no migration needed)
Auditing package manager configuration for best practices Configuring linting or formatting tools — use /configure:linting
Ensuring lock files, dependency groups, and CI/CD integration are properly configured Resolving a specific dependency conflict — debug with uv pip compile or bun install --verbose
Detecting and cleaning up conflicting lock files from multiple managers Only need to install dependencies — run uv sync or bun install directly

Context

Installs
55
GitHub Stars
36
First Seen
Feb 9, 2026
configure-package-management — laurigates/claude-plugins