devbox
Installation
SKILL.md
devbox Skill
devbox is a Nix-based development environment manager. It provides isolated, reproducible environments per project.
Installation
curl -fsSL https://get.jetify.com/devbox | bash
Basic Commands
# Initialize project (creates devbox.json)
devbox init
# Add packages
devbox add nodejs@20
devbox add python@3.12 go@1.22