Show HN: Claude Code Skill for creating VSCode themes
github.comΒ·15hΒ·
Discuss: Hacker News
πŸ¦€Rust Macros
Preview
Report Post

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
  • code CLI 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"...

Similar Posts

Loading similar posts...