agent-skills
Open source · MIT Production-grade · for AI coding agents

Skills your agent earns.

Production-grade engineering skills for AI coding agents. Drop-in, reviewed capabilities that turn a general model into a disciplined engineer — testing, refactoring, review, and release, done the way a senior would.

npx agent-skills add
install any skill · framework-agnostic
The catalogskills shown are illustrative
01

Write tests first

Red-green-refactor as a repeatable move, not a suggestion.

02

Surgical refactor

Change the smallest surface; keep the diff reviewable.

03

Review the diff

Catch real bugs and regressions, skip the nitpicks.

04

Ship safely

Gate on green: build, test, lint before release.

05

Read before writing

Map the blast radius before touching a line.

06

Trace the bug

Reproduce first, fix the root, confirm with a test.

07

Type-safe by default

Let the checker be the fast feedback loop.

08

Document intent

Explain the why the code can't say on its own.

github.com/addyosmani/agent-skills A hand-set catalog for coding agents