Spinner Tips
Community-curated bilingual (zh/en) spinner tips for Claude Code. Learn while Claude thinks!
When to use
When the user wants to:
- Install learning tips that show during Claude Code's thinking spinner
- Add custom tips to their Claude Code setup
- Contribute tips to the community collection
How it works
- Tips are organized by category in
tips/directory (one per line,中文 | Englishformat) build.shmerges all tip files intosettings-snippet.jsoninstall.shmerges the snippet into~/.claude/settings.json- Uses
spinnerTipsOverridewithexcludeDefault: false— official tips are preserved
Install
bash install.sh
Add Tips
Add one line per tip to the appropriate file in tips/:
中文描述 | English description
Categories: claude-code.txt, git.txt, python.txt, javascript.txt, shell.txt, wisdom.txt
Create new files for new categories (e.g. rust.txt, docker.txt).