# Sandbox Setup

> Set up and configure the agent-sandbox development environment Use when this capability is needed.

- Skill: `tomevault-io/sandbox-setup-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/sandbox-setup-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/sandbox-setup-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/sandbox-setup-2

---


# Agent Sandbox Setup

This skill helps configure the agent-sandbox Docker development environment.

## Available Tools
The sandbox includes: bat, eza, fd, dust, procs, btm, xh, mcfly, fzf, zoxide, starship, micro, lazygit, gitui, tokei, yq, delta, gping, duf, ripgrep, jq, tmux, pre-commit, gitleaks, hadolint, shellcheck.

## Common Tasks

### Initialize pre-commit in a project
```bash
cp ~/.pre-commit-config.yaml.template .pre-commit-config.yaml
pre-commit install
pre-commit run --all-files
```

### Check Docker access
```bash
docker version
docker compose version
```

### Verify tool availability
```bash
for tool in claude codex gemini opencode bat eza fd dust procs btm xh mcfly fzf delta rg jq yq; do
  command -v "$tool" && echo "OK: $tool" || echo "MISSING: $tool"
done
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bananayong) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

