Customize Claude Code's spinner verbs with themed quotes (LOTR, Star Wars, GoT, Matrix, Dune...)

Published: (March 2, 2026 at 04:47 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for Customize Claude Code's spinner verbs with themed quotes (LOTR, Star Wars, GoT, Matrix, Dune...)

Claude Code shows a spinner while thinking. By default it says things like “Thinking…”, “Processing…”. Boring.

So I made a small CLI tool to replace them with themed quotes.

Claude verbs demo GIF

Usage

npx claude-verbs

Pick a theme, and you’re done. Works with both Claude Code CLI and the VSCode extension.

Themes

  • Star Wars – “May the tokens be with you”
  • LOTR – “Consulting the elves”
  • Dune – “Tokens must flow”
  • Matrix – “Downloading kung fu”
  • Breaking Bad – “99.1% pure coverage”
  • Game of Thrones – “What do we say to PO? Not today.”

Why

Because if you’re going to stare at a spinner all day, it might as well make you smile. :)

GitHub:
npm:

0 views
Back to Blog

Related posts

Read more »

The virtuous circle

The virtuous circle is the most powerful pattern in developer tooling. And it's the myth of the 10x developer that makes it hard to see. I've been thinking abou...