developer-experience

Installation
SKILL.md

Developer Experience

Developer experience is not a survey score, it's the sum of every wait a developer sits through between writing code and knowing whether it works: environment setup, build time, test time, CI queue time, deploy time. Each wait is small enough to ignore individually and large enough, multiplied by every developer and every day, to be the biggest lever a platform team has.

Optimize the loop a developer runs most often, not the one that's most interesting to fix. The fastest team is the one with the shortest gap between a change and knowing if it worked.

1. Instrument the loop before you optimize it

Teams guess at their bottleneck and fix the wrong one — usually the part they personally find annoying rather than the part costing the most aggregate time. Measure time-to-first-commit for a new hire, local build time, CI wall-clock time, and deploy lead time before touching anything. DORA's four keys (lead time, deploy frequency, change failure rate, MTTR) are a floor, not a ceiling — add local-loop metrics DORA doesn't capture, since most developer time is spent before code ever reaches CI.

Installs
5
GitHub Stars
3
First Seen
Aug 4, 2026
developer-experience — arjunprabhulal/devops-skills