Engineering

Dex

Universal package manager for AI coding agent capabilities. Define skills, commands, rules, and MCP servers once, deploy across Claude Code, Cursor, and GitHub Copilot.

Go · AI · CLI · DevOps

Runbook

MCP server that exposes development tasks as tools for AI coding agents. Agents use the project's actual workflow instead of improvising.

Go · automation · CLI · DevOps

Drift

Validation framework for AI context. Define rules in YAML, check your project against them, iterate until green. A linter for AI agent configuration.

Python · AI · automation · CLI

Ratio

Cloud-native AI composition platform on AWS. Versioned filesystem, event-driven tool execution, and composable workflows with built-in safety controls.

Python · AI · serverless · cloud-native

Velocity Poker

CLI game that turns team estimation into a competitive scoring system. Rewards doing more with less and building automation over manual execution.

Go · CLI · automation

IRIS

AI-powered sales operations platform built at Caylent. Lived in Slack, integrated Salesforce, Gong, and Jira, and processed thousands of events daily.

Python · AI · serverless · automation

da-vinci

Python framework for serverless AWS applications. DynamoDB ORM, event bus, exception trapping, CDK constructs. Powers IRIS, Ratio, and other production systems.

Python · framework · serverless · cloud-native

Jetstream

Python wrapper around Troposphere built at Rackspace. Gave managed service teams a reusable component library for building client AWS environments with CloudFormation.

Python · infrastructure · DevOps · cloud-native

lambda-uploader

CLI tool for packaging and deploying Python Lambda functions. Built right after AWS announced Python support because manual packaging was annoying. 270+ GitHub stars.

Python · CLI · serverless · automation

gistcat

Like cat but uploads to GitHub Gists instead of stdout. We all used Gist heavily back then, so a one-liner to share snippets was a no-brainer.

Go · CLI · open source