blackswanalpha

Bundlebox — AI skill for Claude Code

AI community

The zero-token software factory for AI coding agents: scan, pack, route and run work across Claude Code, Codex, Gemini CLI, Cursor, Aider, OpenCode and any agent, and measure every token used and save.

How to install Bundlebox

This entry records only its repository, not the path inside it, so there is no exact command to give. Open blackswanalpha/bundlebox and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Bundlebox does

The zero-token software factory for AI coding agents: scan, pack, route and run work across Claude Code, Codex, Gemini CLI, Cursor, Aider, OpenCode and any agent, and measure every token used and saved.

Alternatives in AI

  • Graphify — AI coding assistant skill (Claude Code, Codex, OpenCode, OpenClaw, Factory Droid, Trae) 20.9k ★
  • Claude Squad — by smtg-ai - Claude Squad is a terminal app that manages multiple Claude Code, Codex (and other local agents i 6.5k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★

README

bundlebox

bundlebox

The zero-token software factory for AI coding agents.
Scan, pack, route and run work across Claude Code, Codex, Gemini CLI, Cursor, Copilot, OpenCode, Aider and any custom agent, and measure every token a session used and was spared.

npm ci MIT

An AI coding agent is billed for what it reads, and most of what it reads is orientation, not judgement: where a symbol lives, whether two tables agree, which command proves a change, what changed since last week. bundlebox answers every question a parse, a count, a path check or a set difference can answer *before* the agent opens, packs the answers into a brief sized to the agent's window, opens the agent under a measured-minimal flag stack, and measures afterwards what the session used and what it was spared. It never calls a model itself.

bb scan      ->  findings    what is wrong, with evidence                    0 tokens
bb fix       ->  patches     local actuators close what they can            0 tokens
bb compile   ->  units       what to do about the rest, packed to one window
bb route     ->  lanes       who does it, where, in what wave
bb run       ->  sessions    the only verb that spends
bb git       ->  PRs         commit, push, draft PR, review, gated merge    0 tokens
bb session   ->  the bill    what a session used and saved, measured        0 tokens

Measured on the reference workspace (regenerate with `bb session`, `bb tokens profile --probe`, `