Browse pages

Featured Project

Claude Code Harness

A monorepo of infrastructure, plugins, and tools for Claude Code development environments, covering Proxmox-based VM provisioning, an MCP-integrated graph database, a curated plugin marketplace, and a conversation analytics web app.

TypeScriptPythonAstroOpenTofuAnsibleNeo4jClaude Code
Claude Code Harness

A comprehensive monorepo that streamlines the setup and management of Claude Code development environments. The harness bundles infrastructure-as-code, a plugin marketplace, and analytics tooling into a single, opinionated stack.

Infrastructure (infra/):

  • Deploys Claude development environments on Proxmox VE
  • Neo4j graph database with MCP integration for persistent context
  • Self-hosted Plane project management
  • Ephemeral sandboxed VMs provisioned with OpenTofu/Terraform
  • Configuration and security hardening managed via Ansible

Marketplace (marketplace/):

  • Git submodule of Claude Code plugins
  • Tools for creating Git worktrees and managing interactive Git workflows with approval gates

Rewind (rewind/):

  • Web app for analyzing Claude conversation history
  • Search across past interactions and monitor token usage and costs
  • Track project activity through Neo4j-backed storage

Key features include automated VM provisioning, pre-installed plugins for development workflows, MCP server integration (Context7, Playwright, Neo4j, Plane), security sandbox mode with permission restrictions, and pre-configured development hooks. Built primarily with TypeScript, Python, and Astro, with Jinja templating and HCL for infrastructure code. MIT licensed.