What problem does it solve?
Centralizes practical commands, best practices, and troubleshooting for adding, removing, updating, and auditing dependencies across Bun (Node), uv (Python), Cargo (Rust), Go modules, and Gradle (JVM), reducing mistakes that cause build failures, security issues, or CI drift.
Core Features & Use Cases
- Cross-ecosystem commands: concise, preferred commands for common tasks in each ecosystem (add, remove, update, install, audit).
- Workspace & lockfile hygiene: guidance for monorepos, workspaces, when to commit lockfiles, and CI frozen installs.
- Security & conflict resolution: instructions for running audits, finding diamond dependencies, and applying resolution strategies in Gradle, Cargo, Go, Bun, and uv.
- Use Case: Prepare a CI pipeline that installs deps deterministically, audits for vulnerabilities, and updates only approved versions across mixed-language repositories.
Quick Start
Add or remove a dependency by naming the ecosystem and package and request the assistant to update the project, regenerate the lockfile, and run the appropriate audit command.