Skills, explained
The patterns behind the tools I build.
Each one breaks down the reusable idea behind one of my AI agent skills — in plain English, so you can copy the pattern and build your own. The code changes; the idea doesn't.
Handoff
Durable context
Save your work so a fresh start loses nothing. The idea behind every good handoff.
Read the pattern →
Decision Router
Classify, then dispatch
A front desk that sorts each request and sends it to the right specialist before doing any work.
Read the pattern →
1% Moves
One yes, listed exceptions
Get approval once, then execute without re-asking — with a short list of things that force a pause.
Read the pattern →
Council
Many lenses
Run one question past several expert viewpoints, then merge them into a single verdict.
Read the pattern →
API Key Fetcher
Tiered fallback
Try the cheap, fast way first. Escalate only when it fails. Never give up silently.
Read the pattern →
Rather have the finished, fully-built version than build it yourself?
See what I've built →