Developer tools for engineers who ship fast with AI.
We build VS Code extensions and CLI tools that give you visibility and control when AI-assisted coding accelerates your workflow. Everything is open source, runs locally, and talks to each other.
Diffchestrator — Multi-repo Git orchestration designed as a companion to Claude Code. Stage, review, and commit across dozens of repos from a single sidebar. Dashboard with sync overview, activity log, change heatmap, and per-repo Claude Code terminals.
Epic Lens — Pull your Jira epics, GitLab MRs, and GitHub PRs into VS Code. See what's in progress, what's waiting for review, and what's stuck — all without leaving the editor.
Makestro — Discover and run Makefile targets from a clean sidebar UI. Section grouping, pinned favorites, fuzzy search, and keybindings. Built for engineers who live in Makefiles.
claude-stats — Analytics for Claude Code sessions. Token usage, tool patterns, activity heatmaps, efficiency scores, and work digests. Single Go binary, runs entirely offline.
claude-sandbox — Lightweight Docker sandbox for development. Drop into an isolated shell with all your host tools, or run Claude Code with --dangerously-skip-permissions where the blast radius is limited by Docker.
┌──────────────────┐
│ Diffchestrator │
│ (public API) │
└──┬──────┬─────┬──┘
consumes │ │ │ yolo / yolonew
┌────────────┘ │ └──────────┐
v v v
┌────────────┐ ┌─────────────┐ ┌────────────────┐
│ Makestro │ │ Epic Lens │ │ claude-sandbox │
│ (Makefile │ │ (Jira/MR │ │ (sandboxed │
│ runner) │ │ tracking) │ │ Claude Code) │
└────────────┘ └─────────────┘ └────────────────┘
┌──────────────┐
│ claude-stats │ ← standalone CLI
│ (analytics) │
└──────────────┘
Diffchestrator is the hub — it exposes a public API that Makestro and Epic Lens consume for repo-aware context, and launches claude-sandbox sessions per-repo. claude-stats is a standalone CLI that reads your local Claude Code session data to surface usage analytics.
| Contributor | Contributions |
|---|---|
| @giankpetrov | Hardened Diffchestrator with security-focused tests, path traversal prevention, git ref validation, and a 590x performance optimization in repo sorting |
| @AgusRdz | Rewrote claude-stats from Python to Go — single static binary with cross-platform install, CI/CD for 6 targets, and multiple bug fixes |
The VS Code extensions are available on the VS Code Marketplace and Open VSX. The CLI tools have one-liner installers in their READMEs.
All projects are MIT licensed.