A minimalist desktop application for creating, editing, and installing Claude skills with one-click drag-and-drop installation.
Claude Desktop/Web offers access to powerful Claude Skills: modular prompts & scripts loaded for specific tasks.
Unfortunately, Claude Desktop does not offer native editing for skills. You'd have to store them in a separate folder, edit with a text editor, and create a new ZIP archive & upload every time you want to make an edit. I got tired of how long it took to tweak a skill, so I made something to speed it up.
Introducing Claude Skill Editor. Create, edit, and upload skills with only a few clicks (no saving external ZIP archives or managing version separately) but with a full built-in text editor for detailed skill editing.
- Node.js 18+ and npm
- Mac, Windows, Debian-based linux
- Install dependencies:
cd claude-skill-editor npm install - Run the app:
npm start
- Build:
The output file will be in the
npm run build:linux # or :mac, :windistfolder.
- Click "+ New Skill" in the sidebar
- Enter a skill name (e.g.,
my-awesome-skill) - Add a description
- Click "Create"
---
name: my-awesome-skill
description: A custom Claude skill
---
# my-awesome-skill
Instructions go hereYou can create any kind of text file, subfolders, upload files, etc. See this Anthropic support article: Using Skills in Claude.
- Click "Package & Install" or press
Ctrl+P - A draggable package zone appears in the bottom-right
- In Claude Desktop, go to Settings → Capabilities → Skills
- Drag your package directly onto the Skills menu (no need to hit "Upload Skill")
- Your skill is now available in Claude! It will also transfer to your Claude on the web & app-store versions of Claude.
Built with:
