station · ivanmisic.net / v2.02 20 yrs shipping · latest essay Apr 26 · log in
§01 AI & Tools ↵ back to ai & tools
Guide Claude Code Guide
11 of 24
Save Your Best Prompts

Creating Reusable Claude Code Commands

Some prompts you'll type over and over. Custom commands let you save them as reusable recipes. Type a short name instead of pasting a paragraph every time.
Published
Updated
Reading
8 min · 997 words

Some prompts you'll type over and over. "Review the changes I made and suggest improvements." "Check all pages for broken links." "Create a new blog post with the standard template."

Typing these every time is tedious. Custom commands let you save them.

Instead of pasting a paragraph, you type /review or /check-links or /new-post. Same result, less typing. Think of them as recipes: write the instructions once, use them forever.

Where Commands Live

Custom commands are Markdown files in a .claude/commands/ folder:

my-website/
  .claude/
    commands/
      review.md
      check-links.md
      new-post.md
  index.html
  ...

Each .md file is one command. The filename (without .md) becomes the command name. So review.md becomes /review. Simple as that.

Sign In to Unlock

Free, full access to all chapters. No spam, no paywall. Just sign in so we know you're human.

or use email

No spam, unsubscribe anytime. Privacy policy