Skip to main content

Projects

Open source tools and case studies from my work in infrastructure, platform engineering, and AI.

Showing 23 of 23

Featured Open Source

anvil-serving: Quality-Gated Local Model Routing

A workload-aware router for coding harnesses that sends work to local models only where measured quality has earned it, verifies local responses, and falls back when the output does not clear the gate.

Impact: Measured the planning gap directly: local outputs were structurally valid at least 92 percent of the time, but blind-judge quality landed at 16.0/25 and 13.25/25 versus 24.75/25 for frontier

Python 3.11+ stdlib http.server SGLang vLLM +2
Featured Open Source

Anvil: The System of Record for Agent Teams

Local-first, runtime-neutral project state for humans and AI coding agents. Durable, evidence-gated, lease-coordinated state in SQLite, shipped on PyPI.

Impact: Drove overlapping-file claim collisions from 3 to 0 under concurrency benchmarks

Python 3.11+ SQLite FastMCP Pydantic v2 +1
Featured Open Source

TerminalQ: Bloomberg-Style Financial Terminal for Claude Code

A Claude Code MCP plugin that turns conversational AI into a professional-grade financial terminal with 30 tools, 6 workflow skills, and real-time portfolio intelligence, all running locally with zero cloud dependencies for personal data.

Impact: Individual investors get institutional-quality market analysis through natural conversation

Python FastMCP Claude Code Plugin API Finnhub API +4
Featured Open Source

Systems Thinking Plugin for Claude Code

A Claude Code plugin that surfaces hidden complexity in infrastructure decisions using parallel extraction agents and structured synthesis.

Impact: Established reusable methodology for evaluating vendor proposals, migration plans, and architecture decisions

Python Markdown Shell Claude Code Plugin API
Read Case Study → 2026-03 to Present
Featured Open Source

Temporal Terraform Orchestrator

Temporal-based workflow orchestration for multi-workspace Terraform deployments.

Impact: Built a workflow orchestration system using Temporal for managing complex multi-workspace Terraform deployments with automatic dependency resolution, output propagation, and AI integration via MCP.

Go Temporal Terraform AWS +1
Read Case Study → 2025–Present
Featured Open Source

MCP AI Bridge: Secure Multi-Provider LLM Gateway

A secure Model Context Protocol server bridging Claude Code with 21 OpenAI and 9 Google Gemini models, featuring multi-layer security with prompt injection detection, content filtering, and three configurable protection levels.

Impact: Enabled secure access to 21 OpenAI models (GPT-4o, GPT-4o Mini, GPT-4 Turbo, o1, o1-mini, o1-pro, o3-mini) and 9 Gemini models (1.5 Pro, 1.5 Flash, vision variants) from within Claude Code

JavaScript Node.js Model Context Protocol OpenAI API +2
Featured Open Source

fakoli-plugins: Claude Code Plugin Marketplace

A curated, CI-validated marketplace of Claude Code plugins featuring 9+ plugins, 8 specialized agent archetypes, and a self-managing architecture where the marketplace-manager plugin manages the marketplace itself.

Impact: 9+ production plugins covering integrations (Google Workspace, Excalidraw), developer tools (safe-fetch, systems-thinking), media (TTS, image generation), and agent orchestration (fakoli-crew)

Shell Python TypeScript JSON Schema +2
Open Source

BAARA Next: A Durable Agentic Task Execution Engine

A 100% TypeScript engine on Bun that runs Claude-powered agent tasks with conversation-level checkpointing, pluggable sandboxes, and a 27-tool MCP server.

Impact: Agent tasks resume exactly where they left off after a crash or restart

TypeScript Bun Hono React / Vite / Tailwind +2
Open Source

Nexus: A Personal AI Assistant Gateway

A multi-provider AI assistant gateway with a WebSocket RPC API, channel integrations, and a plugin marketplace, built as a TypeScript monorepo.

Impact: One agent runtime reachable from browser, CLI, Telegram, and Discord

TypeScript Hono WebSocket (ws) SQLite (better-sqlite3) +2
Open Source

MCP to Claude Skills Converter

An AI-powered CLI tool that automatically converts Model Context Protocol servers into Claude Code and Cursor skills with intelligent source analysis.

Impact: Automated MCP server to skill conversion process

Python Claude API CLI Development Package Registry APIs +2
Open Source

QuotaWatch: Proactive AWS Quota Monitoring with AI-Powered Doc Parsing

A Python CLI tool that combines AWS Service Quotas API integration with AI-powered documentation parsing to proactively monitor service limits across 10 AWS networking services and multiple accounts.

Impact: Prevents quota-related deployment failures by surfacing approaching limits before they block infrastructure changes

Python SQLite AWS Service Quotas API Anthropic Claude +3
Open Source

AI Study Buddy: Full-Stack Learning Platform with Multi-Provider AI

Full-stack learning platform combining spaced repetition flashcards, AI-generated quizzes, and course authoring with dual AI providers (Claude + Gemini) and three swappable storage backends.

Impact: Delivered a complete learning platform covering flashcards, quizzes, courses, modules, learning paths, and progress tracking in a single cohesive application

TypeScript React Vite Python +6
Open Source

Xenon Notes

AI-powered notetaking app for Apple platforms.

Impact: Building an AI-powered notetaking application for Apple platforms using Swift and RealityKit, exploring the intersection of spatial computing and intelligent note management.

Swift SwiftUI RealityKit Core ML +1
Read Case Study → 2025–Present
Open Source

Koli Code: Multi-Model AI Coding Assistant CLI

A terminal-based AI coding assistant supporting multiple LLM providers with Model Context Protocol (MCP) integration for extensible tooling.

Impact: Unified interface enabling seamless switching between four major AI providers

TypeScript Node.js Model Context Protocol OpenAI API +2
Open Source

FamilyFinance: Self-Hosted Finance Tracker with AI Categorization

A privacy-first personal finance application with AI-powered transaction categorization, 8+ bank-specific PDF parsers, and a 6-service Docker Compose deployment built on Python, React, and Celery.

Impact: Delivered production-ready 6-service Docker Compose deployment (FastAPI backend, React frontend, Celery worker, Celery Beat scheduler, PostgreSQL 16, Redis) launchable with a single command

Python FastAPI SQLAlchemy 2.0 Celery +6
Open Source

DevOps Project Skeleton

Template repository for bootstrapping DevOps projects with Terraform, Ansible, and Kubernetes.

Impact: Created a comprehensive template repository that provides a standardized structure for DevOps projects, including Terraform modules, Ansible playbooks, Kubernetes manifests, and secrets management with SOPS.

Terraform Ansible Kubernetes SOPS +1
Read Case Study → 2020–Present