Tools that make
Claude Code
extraordinary

Open-source utilities for the AI-assisted developer. Structure your workflows. Monitor your usage. Code from anywhere.

Blueprints
Blueprints

20 commands, 10 agents for Claude Code

Battery
Battery

Real-time API usage in your macOS menu bar

BalconyComing Soon
Balcony

Monitor Claude Code from your phone

Blueprints

20 slash commands and 10 specialized agents that give Claude Code a structured methodology. From brainstorming to deployment, every step of your dev workflow gets a dedicated tool.

Structured workflows
Brainstorm → plan → implement pipeline. Each stage produces artifacts the next stage consumes.
Parallel execution
3x faster with multi-agent orchestration. The /parallelize command distributes tasks across subagents.
Session continuity
Handoff and pickup across sessions. Full context serialization with automatic resume.
Research agents
Dedicated codebase, docs, and web research agents. Deep exploration without polluting your main context.
Project bootstrap
Describe what you want to build and /bootstrap generates a full plan + executable setup script. Go from idea to running project in one command.
Code quality gates
/audit reviews changes before committing. /test runs tests with analysis. /critique challenges your approach.
$ npx @allthingsclaude/blueprints

One command installs all slash commands and agents into your CLAUDE.md. No dependencies. No lock-in. Eject anytime.

Slash Commands
Planning
/brainstorm /plan /kickoff
Execution
/implement /parallelize /bootstrap
Research
/research /explain
Quality
/audit /test /verify
Thinking
/challenge /critique
Session
/handoff /pickup /finalize
Code
/refactor /optimize /cleanup
Utilities
/debug /flush /commit
Example Workflow
claude — ~/projects/openapi-sdk
> /brainstorm I want to build a CLI that converts OpenAPI specs into typed SDK clients for multiple languages Claude: Interesting — a few approaches here. We could do codegen via Handlebars templates, or an AST-based approach... > I like the AST approach. Target TS and Python first. Should support streaming. > /critique Is AST-based codegen overkill for an MVP? Give me the honest take. Claude: For an MVP, yes — templates would ship 3x faster. AST buys you correctness at scale but you don't need it yet. I'd suggest we /plan this in phases. > /plan # Creates phased plan in .claude/temp/ > /bootstrap # Generates bootstrap.sh — scaffolds project, installs deps, creates initial structure > /kickoff # Starts executing Phase 1 of the plan > /parallelize # Distributes Phase 2 tasks across subagents > /audit # Reviews all changes before committing > /optimize # Eliminates DRY violations without changing behavior > /test # Runs tests with intelligent analysis and fix suggestions > /finalize # Commits with proper message, updates plan docs

Battery

A native macOS menu bar app that tracks your Claude API usage in real-time. See session and weekly consumption at a glance, with predictive analytics that tell you when you'll run out.

Predictive Intelligence
Burn rate calculation + projection. Know when you'll hit your limit before it happens.
Historical Insights
30-day heatmaps, daily streaks, and usage patterns. See your coding rhythm.
Smart Notifications
Configurable alerts at 80%, 90%, 95% thresholds. Never get surprised by a rate limit.
Multi-tier tracking
Tracks both session (5-hour window) and weekly usage. Separate gauges for each.
Native performance
Built with Swift and SwiftUI. Lightweight menu bar app that uses virtually zero resources.
$ brew install allthingsclaude/tap/battery
38% · 1h 59m
Battery
38
Session (5-hour)
38%used
1h 59m remaining
Weekly (7-day)26% used
Resets on Sunday, Feb 15 at 3:00 PM
Extra Usage56%
$56.46 / $100.00$43.54 remaining
Projections
Increasing
Limit in 3h 48m (after reset)
Projected 70% at reset
Burn rate: 16.3%/hr
29day streak
Last 30 Days
M
T
W
T
F
S
S
7-Day Usage
Today: 22%
MonTueWedThuFriSatMon
Updated just now
Quit
38% · 1h 59m
Battery
38
Session (5-hour)
38%used
1h 59m remaining
Weekly (7-day)26% used
Resets on Sunday, Feb 15 at 3:00 PM
Extra Usage56%
$56.46 / $100.00$43.54 remaining
Projections
Increasing
Limit in 3h 48m (after reset)
Projected 70% at reset
Burn rate: 16.3%/hr
29day streak
Last 30 Days
M
T
W
T
F
S
S
7-Day Usage
Today: 22%
MonTueWedThuFriSatMon
Updated just now
Quit

Balcony

Monitor your Claude Code sessions from your phone. Watch live terminal output, see what Claude is working on, and stay in the loop while you're away from your desk.

End-to-end encrypted
X25519 key exchange + XChaCha20-Poly1305 encryption. Your code never touches our servers in plaintext.
Zero-config discovery
Automatic Bonjour/mDNS pairing on your local network. Open the app, scan the QR, done.
Real-time streaming
Live terminal output with full ANSI color rendering. Every tool call, every file edit, as it happens.
Intelligent presence
Multi-signal away detection. Balcony knows when you've stepped away and queues notifications.
Multi-session support
Monitor multiple Claude Code instances across different projects simultaneously.
claude — ~/repos/landing
$ claude "Add settings page with dark mode"
› Planning implementation...
· Reading src/App.tsx
· Reading src/theme.ts
Write src/settings.tsx
· Settings page created with theme toggle.
✓ Done — 3 files changed
ws://192.168.1.42:7399 — encrypted
↑ streaming to Balcony · 12 frames
9:41
landing
Active
› Add a settings page with dark mode toggle
· Reading src/App.tsx
· Reading src/theme.ts
Write src/settings.tsx
Settings page created with theme toggle.
✓ Done — 3 files changed
Allow
Deny
Message Claude...

The Toolkit

One ecosystem. Three superpowers. Open-source utilities for the AI-assisted developer. Structure your workflows. Monitor your usage. Code from anywhere.

$ npx @allthingsclaude/blueprints
$ brew install allthingsclaude/tap/battery
Request TestFlight AccessComing Soon

Star us on GitHub

All projects are open-source. Browse the code, open issues, or contribute.

Blueprints
20 slash commands and 10 specialized agents for Claude Code
Battery
Real-time API usage monitoring in your macOS menu bar
Balcony
Monitor Claude Code sessions from your phone
Coming Soon