Agent Skills

A handful of skills that encode the way I like to work. I built them for myself — so my coding agent holds the same standards I do without me re-explaining them every time — and I'm sharing them in case they're useful to you too.

The habits they encode

Each skill captures one opinion I've settled into over the years: ship small, stacked pull requests instead of one sprawling diff; write conventional commits that read as intent rather than a changelog; let hooks and formatters quietly handle the busywork so I never think about it; and reach for strong defaults over yet another config file. None of it is novel — it's just the way I prefer to work, made repeatable.

Always growing

It's a small collection today, and it grows whenever I catch myself repeating a workflow worth writing down. Everything installs the same simple way:

npx skills add binoy14/skills

The source lives on GitHub.