The Claude Code skills
I actually use.

Hi, I'm Ruben and I use Claude Code a lot.

These are some skills that help me get more out of my sessions. they might help you too. all free, take what you want.

Follow @rubenboonz GitHub LinkedIn
claude · production
$ claude
> refactor the billing module /parallel
spun up 4 agents (esc to interrupt)
types.ts   stripe-sync.ts
invoice.ts   tests
done in 2m11s · ~3.4x faster

The skills

/parallel
runs one task across a bunch of agents at the same time instead of one by one. you stop waiting around.
/plan-first
makes Claude write a quick plan before it touches code. saves you the guess then rewrite loop.
/verify
it checks its own work and makes sure nothing broke before it tells you it's done.
/compact
saves what happened in a long session to a file, so Claude stops forgetting what you told it.
/resume
picks up right where the last session stopped. no explaining the whole project again.
/slop-gate
strips the obvious AI tells out of the output before they end up in your code.

Install

Drop them in your Claude Code folder and they just work.

git clone https://github.com/rubenboonz/overclock && cd overclock && ./install.sh

Why it's free

because I can.

New ones

If you want, I'll email you when I make new ones. That's all I'll use it for.