Member-only story
10 Claude Code commands that actually changed how I ship
I was re-typing the same prompts from memory every day. Then I found out Claude Code had a whole command system I’d been ignoring for months.
<devtips/>14 min read·4 days ago--
You know that moment when you realize the tool you’ve been using for half a year has a feature that would’ve saved you hundreds of hours and it was in the docs the whole time? Yeah. That’s this article.
I’d been running Claude Code daily since early 2025. Writing prompts, getting code, copy-pasting, repeat. Classic vibe coding loop. What I didn’t realize was that I was basically driving a sports car in first gear the entire time. Every code review, I’d retype the same 12-line checklist. Every new component, same scaffold instructions. Every commit, same “write me a conventional commit message” prompt from memory slightly different each time, slightly worse output each time. Turns out there’s a name for that: prompt drift. And it quietly tanks your results without you ever noticing.
Claude Code has a slash command system that lets you save any prompt as a reusable command, version-control it with your team via Git, and fire it with a single /command-name. It's been there the whole time. Most devs skip it because nobody told them it existed.