The Skills Team

We build AI teams that ship better code

Most AI coding tools work alone. One model, one voice, one blind spot. We tried something different: we built a team.

The Skills Team is an open-source project that gives your AI coding agent a crew of personas — a planner, a critic, a builder, a reviewer — that collaborate in shared context. They argue with each other, catch bad ideas early, and ship code that's been challenged before you even look at it.

This blog is where we write about what we're learning: the workflows that work, the failures that taught us something, and the patterns we keep coming back to.

Posts

Building a Claude Traffic Proxy in One Session

January 2026

I wanted to track how much my Claude API usage was actually costing me. Per request. Per task. Per tool call. So I built Langley: an intercepting proxy that captures every Claude API request, extracts token usage, calculates costs, and shows it all in real-time.

Read more →