What problem does it solve?
This Skill removes the friction of setting up and maintaining project dependencies, language runtimes, and system-level tools so development environments stay consistent and reproducible.
Core Features & Use Cases
- Language Runtime Setup: Install or remove supported runtimes such as Python and Node.js when a project needs a specific toolchain version.
- Package Installation and Cleanup: Add or remove language packages for common workflows like backend APIs, frontend apps, and build tooling.
- System Dependency Management: Install native OS libraries and utilities required by packages that depend on compiled binaries or external tools.
- Use Case: A developer can use this Skill to prepare a fresh project environment, install the required runtime and dependencies, and keep configuration aligned with the repository’s package files.
Quick Start
Use the package-management skill to install the correct runtime and dependencies for this repository’s project setup.