JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 254
  • Score
    100M100P100Q65151F
  • License MIT

Change Claude Code spinner verbs with themed word sets

Package Exports

  • claude-verbs
  • claude-verbs/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-verbs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

claude-verbs

Changes the spinner words Claude Code shows while it's thinking. Pick a theme, make it fun.

Works with both Claude Code CLI and the VSCode Claude extension.

Usage

npx claude-verbs

Run without arguments to open an interactive menu — use arrow keys to pick a theme and press Enter.

Or use CLI commands directly:

npx claude-verbs list              # List available themes
npx claude-verbs use <theme>       # Apply a theme
npx claude-verbs reset             # Reset to Claude Code defaults
npx claude-verbs current           # Show currently applied verbs

Themes

id name sample
lotr Lord of the Rings "A wizard is never late, merely processing"
sw Star Wars "May the tokens be with you"
dune Dune "Tokens must flow"

How it works

Claude Code reads spinner verbs from ~/.claude/settings.json. The VSCode Claude extension reads them from your VS Code settings.json under claudeCode.spinnerVerbs.

When you apply a theme, claude-verbs updates both:

  • ~/.claude/settings.jsonspinnerVerbs (CLI)
  • ~/AppData/Roaming/Code/User/settings.json (Windows) or ~/Library/Application Support/Code/User/settings.json (macOS) → claudeCode.spinnerVerbs (VSCode extension)

reset restores both to their defaults.

License

MIT