Skip to content

jackmastermind/claude-skill-editor

Repository files navigation

Claude Skill Editor

A minimalist desktop application for creating, editing, and installing Claude skills with one-click drag-and-drop installation.

Claude Skill Editor License

demo

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.

Installation

Prerequisites

  • Node.js 18+ and npm
  • Mac, Windows, Debian-based linux

Build from source

  1. Install dependencies:
    cd claude-skill-editor
    npm install
  2. Run the app:
    npm start
  3. Build:
    npm run build:linux # or :mac, :win
    The output file will be in the dist folder.

Usage

Creating a New Skill

  1. Click "+ New Skill" in the sidebar
  2. Enter a skill name (e.g., my-awesome-skill)
  3. Add a description
  4. Click "Create"
---
name: my-awesome-skill
description: A custom Claude skill
---

# my-awesome-skill

Instructions go here

You can create any kind of text file, subfolders, upload files, etc. See this Anthropic support article: Using Skills in Claude.

Installing skills to Claude Desktop

  1. Click "Package & Install" or press Ctrl+P
  2. A draggable package zone appears in the bottom-right
  3. In Claude Desktop, go to Settings → Capabilities → Skills
  4. Drag your package directly onto the Skills menu (no need to hit "Upload Skill")
  5. Your skill is now available in Claude! It will also transfer to your Claude on the web & app-store versions of Claude.

Credits

Built with:

About

create & edit Claude Skills

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published