Devbox by Jetify creates instant, isolated development environments using Nix packages. Define project dependencies in a devbox.json file, and every developer gets identical toolchains without containerization overhead or system pollution.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Devbox Instant Nix-Powered Development Environment Manager by Jetify"
slug: "devbox-nix-development-environment-jetify"
description: "Devbox by Jetify creates instant, isolated development environments using Nix packages. Define project dependencies in a devbox.json file, and every developer gets identical toolchains without containerization overhead or system pollution."
github_stars: 11448
verification: "security_reviewed"
source: "https://github.com/jetify-com/devbox"
category: "Developer Tools"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "jetify-com/devbox"
github_stars: 11448
---
# Devbox Instant Nix-Powered Development Environment Manager by Jetify
Devbox by Jetify creates instant, isolated development environments using Nix packages. Define project dependencies in a devbox.json file, and every developer gets identical toolchains without containerization overhead or system pollution.
## Installation
Use the upstream install or setup path that matches your environment:
- would normally install with brew or apt-get). With Devbox, you can install
Requirements and caveats from upstream:
- The example below creates a development environment with python 2.7 and
- Add command-line tools from Nix. For example, to add Python 3.10:
- devbox add python@3.10
Basic usage or getting-started notes:
- run devbox shell. Everyone working on the project gets a shell environment
- In this quickstart we'll create a development shell with specific tools
- installed. These tools will only be available when using this Devbox shell,
- Source: https://github.com/jetify-com/devbox
- Extracted from upstream docs: https://raw.githubusercontent.com/jetify-com/devbox/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/devbox-nix-development-environment-jetify/)
No comments yet. Be the first to comment!