Changed boring tip in Claude Code to a joke
Clever use of spinnerTipsOverride, but swapping jokes gets old fast.
118 bilingual spinner tips for Claude Code — learn while Claude thinks. 30s install, no restart needed.
Clever spinner-tip hijacking, but it's a curated list glued to someone else's product.
Claude Code users
I built a set of 118 bilingual spinner tips for Claude Code. They display below the "Thinking..." spinner — one random tip per thinking cycle.
Categories: Claude Code shortcuts (63), Git (12), Python (12), JS/TS (12), Shell (12), programming wisdom (12).
It uses Claude Code's native `spinnerTipsOverride` in ~/.claude/settings.json. Install is a single bash script, no dependencies, preserves all default tips.
github.com/dongsheng123132/claude-code-spinner-tips
Clever use of spinnerTipsOverride, but swapping jokes gets old fast.
Deadpan Oxford dictionary for spinner text nobody reads.
extract & customize ~/.claude/settings.json { "spinnerVerbs": { "mode": "replace", "verbs": [ " Thundering 천둥치는중", " Clauding 클로딩하는중", " Cooking 요리하는중" ] } }
Python spaced-repetition flashcard site, but Anki, Quizlet, and language-specific apps saturate this niche.
Prompt engineering library dressed up as metacognition infrastructure.
The repo does one painful thing well: it inspects SESSION_ID.jsonl, pinpoints where streaming/interleaving corrupted 'thinking' blocks, and offers diagnose, fix (with auto-backup), and nuke fallbacks. It's pragmatic and ruthless — small CLI commands, clear recovery workflow, and rescue-first guidance — but it's narrowly targeted to Claude Code users and won't matter to most people.