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
Installs
10
Repository
mizchi/skills
GitHub Stars
252
First Seen
Apr 27, 2026
devbox — mizchi/skills