Skip to content
@Andrevops

Andrevops

Andrevops

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.

The Toolkit

VS Code Extensions

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.

CLI Tools

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.

How They Fit Together

                 ┌──────────────────┐
                 │  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.

Contributors

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

Install

The VS Code extensions are available on the VS Code Marketplace and Open VSX. The CLI tools have one-liner installers in their READMEs.

License

All projects are MIT licensed.

Popular repositories Loading

  1. diffchestrator diffchestrator Public

    VS Code extension for multi-repo Git orchestration — built as a companion to Claude Code. Stage, review, diff, and commit across dozens of repos from one sidebar.

    TypeScript 3 2

  2. Makestro Makestro Public

    A language-agnostic VS Code extension that discovers and runs Makefile targets from a clean sidebar UI. Parses target descriptions, groups by sections, supports pinning favorites, quick-pick fuzzy …

    TypeScript 1

  3. claude-sandbox claude-sandbox Public

    intended to be a safe place to execute claude without worrying about scope

    Shell

  4. Epic-Lens Epic-Lens Public

    A VS Code extension that discovers Jira epics from local .jira-upload-state.json files, displays them in a sidebar tree view and dashboard with status tracking, acceptance criteria progress, and fi…

    TypeScript

  5. claude-stats claude-stats Public

    Go 1

  6. .github .github Public

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…