tcsenpai

Claudeconfigurator — Development skill for Claude Code

Development community

Minimal desktop GUI to configure Claude Code (~/.claude): edit CLAUDE.md, skills, commands, agents, hooks, plugins, settings.

How to install Claudeconfigurator

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tcsenpai/claudeconfigurator and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claudeconfigurator does

Minimal desktop GUI to configure Claude Code (~/.claude): edit CLAUDE.md, skills, commands, agents, hooks, plugins, settings. Tauri 2 + Svelte 5 + CodeMirror 6.

Alternatives in Development

  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
  • T3code — A minimal web GUI for coding agents 7.9k ★
  • Gmail AutoAuth MCP Installation Guide — This guide will help you install and configure the Gmail AutoAuth MCP server for managing Gmail operations thr 1.1k ★

README

icon ClaudeConfigurator

A minimal desktop application for configuring Claude Code by editing the files under `~/.claude`. It provides a focused GUI over the configuration surface: the entrypoint `CLAUDE.md`, adjacent instruction files, skills, commands, agents, hooks, plugins, and `settings.json`. It can also switch scope to edit any project's Claude config (`/.claude` plus the project's root `CLAUDE.md` and `.mcp.json`).

Built with Tauri 2, Svelte 5, and CodeMirror 6. The Rust core owns all filesystem access and is path-jailed to `~/.claude`. Every write is backed up and atomic.

CleanShot 2026-07-09 at 09 41 25

Features

  • CLAUDE.md: dedicated tab for the entrypoint instruction file.
  • Files: edit the other root-level .md files in ~/.claude.
  • Skills, Commands, Agents: browse entries as cards built from their YAML frontmatter, then edit the underlying file.
  • Create and import: a + button in the Skills, Commands, Agents, and Files views creates a new entry from a name and a starter template, or imports an existing file (or a whole skill folder) from anywhere on disk into ~/.claude. Commands accept an optional namespace. Existing targets are never overwritten.
  • Delete: a red x on each list row and a Delete button in the editor toolbar remove an entry after a confirmation. Deleting a skill removes its whole folder. The item is copied into ~/.claude/backups/ before removal, so it is recoverable.
  • Hooks: a per-event editor for the hooks defined in settings.json (matcher, command or HTTP hook, timeout, async).
  • Plugins: list installed plugins and marketplaces, enable or disable them, and install, remove, or add a marke