🤖
AI EngineeringRust

Box0

by risingwavelabs

Box0 is an AI Engineering skill for Claude Code, published by risingwavelabs in box0.

81 stars4 forkson risingwavelabs/box0Added 2026/07/16Repository updated 2026/04/06
agent-skillsagent-teamsai-agentsclaude-codecodexllmmulti-agentself-hostedsubagents
Install in seconds
Install Box0
Copy Box0 into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/risingwavelabs/box0 ~/.claude/skills/box0

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/risingwavelabs/box0.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in risingwavelabs/box0
Installs to
~/.claude/skills/box0
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What Box0 does

Delegate tasks to AI agents and run them in parallel. Use Box0 to review code, check security, analyze data, or get multiple perspectives with specialized agents.

Box0 is cataloged under AI Engineering on DirSkills. Box0 comes from a repository tagged agent-skills, agent-teams, ai-agents, claude-code and codex.

Documentation

README

Box0 (b0) Multi-Agent Platform

Run AI agents in parallel. Create agents with roles, trigger them on demand or on a schedule, and collect results.

Setup

Step 1: Check if Box0 is installed

b0 --version

If this succeeds, skip to Step 3.

Step 2: Install

npm install -g @box0/cli@latest

If npm is not available, build from source:

git clone https://github.com/risingwavelabs/box0.git
cd box0 && cargo build --release
export PATH="$PWD/target/release:$PATH"

Step 3: Check if server is running

b0 server status

If this shows "Server is running", skip to Step 5.

Step 4: Start the server

b0 server

On first start, Box0 creates an admin account and auto-configures ~/.b0/config.toml.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Box0

  • How does Box0 compare to other AI Engineering skills?

    Box0 ranks #3480 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Box0 against them. Open each page to compare what they document and how they install.