devbox
Create isolated, reproducible development environments with one simple config file
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Devbox?โผ
Run `npx skills add jetify-com/devbox --all -g -y` in your terminal to install all skills in this suite globally.
What does Devbox do?โผ
Devbox creates isolated development environments from a devbox.json file, installing exact tool versions from the Nix registry without touching the rest of your machine.
How do I run commands inside a Devbox environment?โผ
Use `devbox run <command>` for one-off commands or `devbox shell` for an interactive session; the use-devbox skill teaches your AI agent to do this automatically.
Can Devbox fix conflicting tool versions between projects?โผ
Yes. Each project gets its own isolated environment, so you can use Python 3.10 in one project and 3.12 in another without conflicts.
Does Devbox work with AI coding agents?โผ
Yes. The included skills follow the universal SKILL.md standard, so agents like Claude Code, Cursor, and Codex can detect devbox.json and run project tools correctly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core