Skip to content

My Projects

Side projects and explorations in AI-assisted development, deterministic agent coordination, and developer tooling.

  • Mnemonic


    A personal exploration into making AI agent coordination deterministic. Born from real frustrations with Claude Code forgetting instructions and losing context.

  • Claude Code Setup


    The agents, skills, patterns, and delegation rules I use every day. Not prototypes — these are the working definitions that power my development workflow.

  • OtelX


    A Go library for unified OpenTelemetry initialization. One function call bootstraps logging, tracing, and metrics for your Go service.

  • Docker Golang Tooling


    A Docker image with Go security scanning and code quality tools pre-installed. Use it as the build stage in multi-stage Docker builds.

  • Heartbeat


    A Go package for HTTP health checks, designed for Kubernetes readiness and liveness probes. Parallel evaluation with timeout protection.