/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 or 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 lint…