jetify-comjetify-comOfficialยท2 Agent Skills Included

devbox

Create isolated, reproducible development environments with one simple config file

Creates isolated development shells where every project gets the exact tool versions it needs. Eliminates version conflicts, polluted laptops, and the 'works on my machine' problem across teams. Lets your AI agent run project commands, scripts, and services inside the right environment automatically. Includes a release skill that drafts notes, recommends version bumps, and publishes new CLI versions safely.
npx skills add jetify-com/devbox --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’