jugyo/vscode-theme-skill
A Claude Code Skill for generating VSCode Color Themes
8 stars0 forksUpdated Dec 17, 2025
npx skills add jugyo/vscode-theme-skillREADME
vscode-theme-skill
A Claude Code Skill that generates VSCode Color Themes and handles packaging and installation in one seamless workflow.
Prerequisites
The following tools are required:
- Node.js
- @vscode/vsce -
npm install -g @vscode/vsce codeCLI command - In VSCode:Cmd+Shift+P→ "Shell Command: Install 'code' command in PATH"
Installation
Clone and copy the skill to your Claude Code skills directory:
git clone https://github.com/jugyo/vscode-theme-skill.git
cp -r vscode-theme-skill/skills/vscode-theme ~/.claude/skills/
Reload Claude Code for automatic activation.
Usage
Request theme creation in Claude Code like this:
"Create a blue-based dark VSCode theme"
"Make a Monokai-style VSCode theme"
"Create an eye-friendly light VSCode theme"
"I want to create a VSCode color theme"
The skill will automatically:
- Check and verify required tools
- Generate theme scaffolding
- Design and configure the color palette
- Package the extension
- Install to VSCode
Customization
After theme generation, you can provide feedback to adjust:
"Make the colors more subdued"
"Make the comment color darker"
"Change the accent color to red"
File Structure
vscode-theme-skill/
├── LICENSE
├── README.md
└── skills/
└── vscode-theme/
└── SKILL.md
License
MIT
Publisher
Statistics
Stars8
Forks0
Open Issues0
LicenseMIT License
CreatedDec 15, 2025