自然言語プロンプトでVSCodeカラーテーマを生成するスキル。ツール検証、スキャフォールディング、カラーパレット設定、パッケージング、VSCodeインストールまで自動化。反復的な微調整にも対応。
A Claude Code Skill that generates VSCode Color Themes and handles packaging and installation in one seamless workflow.
The following tools are required:
npm install -g @vscode/vscecode CLI command - In VSCode: Cmd+Shift+P → "Shell Command: Install 'code' command in PATH"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.
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:
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"
vscode-theme-skill/
├── LICENSE
├── README.md
└── skills/
└── vscode-theme/
└── SKILL.md
MIT
互換性