Open source

Tools

Small utilities I built because I needed them.

  1. 01

    Agent Bridge

    A lightweight bridge for multi-agent communication. Lets AI agents exchange messages, mentions, and context via MCP, backed by SQLite.

    Python · MCP · SQLite

  2. 02

    Terminal Error Agent

    A shell hook that watches for failed commands and sends them to Claude for a quick inline diagnosis. Works in any bash or zsh terminal, not tied to Claude Code sessions.

    Shell · AI · CLI

  3. 03

    Zoro

    A Postman-like CLI for executing HTTP requests with the ability to save, organize, and manage requests in collections.

    Go · CLI · HTTP

  4. 04

    Alias Manager

    A CLI tool to manage shell aliases persistently across sessions. Supports bash, zsh, and fish.

    Go · Shell · CLI

  5. 05

    Redis Monitor

    A ReAct agent to monitor Redis instances and visualize their performance metrics.

    Python · AI · Redis