What problem does it solve?
This skill automates the installation and configuration of software packages across multiple backends, reducing manual setup and ensuring repeatable environments.
Core Features & Use Cases
- Identify package type across mise registry, known GUI/apps (brew), and other backends, mapping to the correct installation target (Aqua registry, GitHub releases, Python, Node, or system utilities).
- Discover latest or exact versions using gh release view, npm view, pip index versions, or native mise commands.
- Update manifests under home/dot_config/mise/config.toml and home/.chezmoidata/packages.yaml with exact version pins, then verify with chezmoi diff, apply with user approval, and commit changes per package.
Quick Start
Provide one or more package names to install and let the skill locate versions, update manifests, and apply changes.