Config Editor banner
jung-wan-kim jung-wan-kim

Config Editor

Design community

Description

--- name: config-editor description: Launch Claude Config Editor - visual GUI for editing ~/.claude/ settings --- # Config Editor Launch Launch the Claude Config Editor web application. ## Steps 1. Find the plugin installation directory by checking where this command is running from 2. Run the following commands in the plugin directory: ```bash # Install dependencies if node_modules doesn't exist if [ ! -d "node_modules" ]; then npm install fi # Start both frontend and backend npm start

Installation

Installs to ~/.claude/skills/jung-wan-kim-claude-config-editor-config-editor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jung-wan-kim-claude-config-editor-config-editor && curl -fsSL https://raw.githubusercontent.com/jung-wan-kim/claude-config-editor/HEAD/commands/config-editor.md -o ~/.claude/skills/jung-wan-kim-claude-config-editor-config-editor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository