Full editor theming for Claude Code. 25 skins. Your mascot, sidebar, terminal, and status bar — all in one command.
📚 Installation GuideNot just a mascot swap. Every pixel of your VS Code transforms — background, sidebar, tabs, terminal, status bar, brackets, cursor. One command.
Skins built by the community. Fork the repo, add your skin, open a PR.
Clone, scan, apply. Your entire editor transforms in under 60 seconds.
Grab the source. Zero dependencies — nothing to install.
git clone https://github.com/ClaudevGuy/claude-skins.git && cd claude-skinsFinds your Claude Code installation and shows what can be customized.
node bin/claude-skins.js scanSee all 25 skins with rarity tiers, color palettes, and ASCII previews right in your terminal.
node bin/claude-skins.js listOne command changes everything — mascot, editor theme, sidebar, terminal colors, status bar, cursor, brackets, and 99 color keys.
node bin/claude-skins.js apply <skin-id>Examples:
$ node bin/claude-skins.js apply fire
$ node bin/claude-skins.js apply holographic
$ node bin/claude-skins.js apply solana-degen
Trigger a window reload so VS Code picks up the new assets and theme.
Ctrl+Shift+P → "Reload Window"Or just close and reopen VS Code. That works too.
Claude Code updates can reset your skin. The watcher detects changes and re-applies automatically in the background.
node bin/claude-skins.js watchgit clone https://github.com/ClaudevGuy/claude-skins.git && cd claude-skins && node bin/claude-skins.js apply fireRestore everything to default — original mascot, theme, and VS Code settings from backup.
node bin/claude-skins.js restorenode bin/claude-skins.js restore to undo everything and return to the original state.node bin/claude-skins.js watch to auto-reapply your skin whenever files change.manifest.json + mascot.svg into the skins/ directory. The tool picks it up automatically.