Preview
Open Original
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"...
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