Claude Control banner
rusyander rusyander

Claude Control

Data community

Description

Local web panel over Claude Code's own configuration: rules, skills, hooks, permissions, MCP servers, transcript analytics and a full CLI chat. No database - your ~/.claude files are the source of truth.

Installation

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

README

Claude Control

**Every Claude Code setting in one place.**

A local web panel for [Claude Code](https://claude.com/claude-code): it reads and edits the real files on disk β€” `CLAUDE.md`, `settings.json`, skills, hooks, MCP servers β€” through a UI instead of by hand in JSON and Markdown. Plus a sandbox, where a change is tested before it becomes your daily setup.

Runs entirely on your machine: no account, no server, no telemetry.

By default the panel configures Claude Code, where everything is available; it also edits the configuration of Codex, Gemini, Qwen Code, Continue, Goose, Kimi Code, Cursor, OpenCode and Aider β€” each in its native format, see [CLIs other than Claude](#clis-other-than-claude).

πŸ‡·πŸ‡Ί [Русская вСрсия](README.ru.md) Β· πŸ”§ [Setup](docs/SETUP.md) Β· πŸ›  [Troubleshooting](docs/TROUBLESHOOTING.md) Β· πŸ— [How it works](docs/ARCHITECTURE.md) Β· πŸ”’ [Security](docs/SECURITY.md) Β· πŸ“± [Access from a phone](docs/REMOTE.md) Β· πŸ’¬ [Chat and parallel agents](docs/CHAT.md) Β· πŸ‘₯ [Groups](docs/GROUPS.md) Β· πŸ§‘β€πŸ’» [Development](docs/DEVELOPMENT.md) Β· 🚫 [What the panel does not do](docs/LIMITATIONS.md)

[!TIP] **Won't start?** `pnpm doctor` explains every finding. Still stuck β€” open Claude Code in this folder and say "it won't start, figure it out": it reads [CLAUDE.md](CLAUDE.md), the map of this project written for the agent, and starts with diagnostics rather than with the code.


Why

Claude Code's configuration is plain files, which is a good decision while there are few of them. Then comes a thousand-line `CLAUDE.md`, dozens of skill folders, hooks three levels deep in `settings.json`, MCP servers in a different file altogether, permissions nobody remembers adding. Three simple questions get hard: **what is actually active right now, what does this hook fire on, what breaks if I add this rule.**

The panel answers them: a visible shape, a switch that deletes nothing, and a sandbox where a change is tested against real Claude Code before it becomes