Back to browse
GitHub Repository

118 bilingual spinner tips for Claude Code — learn while Claude thinks. 30s install, no restart needed.

1 starsHTML

Learning tips for Claude Code's thinking spinner

by 17vibe·Mar 7, 2026·1 point·0 comments

AI Analysis

MidCozyShip It

Clever spinner-tip hijacking, but it's a curated list glued to someone else's product.

Strengths
  • Single-line contribution model and bilingual effort show thoughtful curation, not just one-off hacks.
  • Zero-dependency install into Claude's native settings.json respects user control—no plugins, no restart.
Weaknesses
  • No tool, no feature, no novel technique—purely a static list appended to Anthropic's UX via config file.
  • Utility entirely depends on Claude Code adoption; adds value only to users already in that ecosystem.
Target Audience

Claude Code users

Post Description

Show HN: 118 learning tips for Claude Code's thinking spinner

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

Similar Projects

Claude Code Spinner Verbs Extractor

extract & customize ~/.claude/settings.json { "spinnerVerbs": { "mode": "replace", "verbs": [ " Thundering 천둥치는중", " Clauding 클로딩하는중", " Cooking 요리하는중" ] } }

jaehong747
303mo ago
Developer Tools●●Solid

Recover bricked Claude Code sessions with "thinking blocks" error

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.

Niche GemSolve My Problem
miteshashar
103mo ago