











10 Claude Code commands I run every day. 5 ship in the box. 5 I built.
About a year of daily Claude Code and my whole workflow comes down to 10 commands.
5 are built in, 5 are skills I wrote because the built-ins stop short of what my content pipeline and client work need.
Sharing both halves since the custom ones are all reproducible. The built-ins that actually matter:
The stack:
/context (stock). Shows exactly what is eating your context window... tokens by messages, tools, files. Run it before you blame the model.
/compact (stock). Summarizes the session into a fresh window mid-task.
/clear (stock). Wipes to zero. The skill is knowing which to reach for: same job --> /compact. New job --> /clear.
/handoff (built). The /compact upgrade. The session writes a handoff file, the next session auto-reads it. The context outlives /clear, and parallel terminals don't clobber each other.
Plan mode (stock, shift+tab). Read-only exploration first, an approved plan before a single file changes. Anything multi-file starts here.
Remote Control (stock). Hands the live terminal session to my phone. I approve, steer, and keep builds running while I walk the dog.
/copy-to-clipboard (built). Claude Code ships /copy to grab the last reply. Mine formats for the destination first: plain text, zero markdown stars, ready to paste into LinkedIn or X.
/grok-critique (built). Every draft gets a second model's slop check before it ships. Em-dash abuse, narrator setup lines, hype words. Claude can't referee its own tics.
/code (built). Finished content pack --> Discord channels for review. approve, edit, final... all from my phone.
/voice-invocation (built). Meeting transcripts in, a content pack drafted in my voice out. It quotes phrasing from things I actually said on calls.
Everything is also available on my Github. Let me know if I can get to share it with you guys. although, it shouldn't be too hard to find, LOL.