Claude Ui Tool
Description
Full-stack web UI for managing Claude Code configuration agents, commands, skills, workflows, MCP servers, and settings with built-in terminal and chat.
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 Agent Management
A full-stack web UI for managing Claude Code configuration — agents, commands, skills, workflows, MCP servers, and settings — with a built-in terminal and chat interface.
**Stack:** Vite + React + TypeScript (frontend) · FastAPI + Python (backend)
Features
- Agents — Create and edit Claude Code agent definitions
- Commands — Manage slash commands (
/commands) - Skills — Define and edit reusable skills
- Workflows — Build multi-step agent workflows
- MCP Servers — Configure Model Context Protocol servers
- Settings — Edit Claude Code
settings.jsondirectly - Graph View — Visualize relationships between entities
- Terminal — Embedded PTY terminal (xterm.js)
- Chat — Real-time Claude chat via WebSocket
Project Structure
claude_agent_management/
├── backend/ # Python FastAPI (port 8000)
├── frontend/ # Vite + React + TypeScript (port 5173)
└── start.sh # One-command startup script
Quick Start
./start.sh
This will:
- Create a Python virtual environment and install backend dependencies (first run)
- Install frontend npm dependencies (first run)
- Start both servers concurrently
- Frontend: http://localhost:5173
- Backend API: http://localhost:8000
- API docs: http://localhost:8000/docs
Press `Ctrl+C` to stop both servers.
Manual Setup
Backend
Requires Python 3.11+
cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn backend.main:app --reload --host 0.0.0.0 --port 8000 --app-dir ..
Frontend
Requires Node.js
cd frontend
npm install
npm run dev
Environment Variables
| Variable | Default | Description |
|---|---|---|
CLAUDE_DIR |
~/.claude |
Path to Claude config directory |
Pages
| Route | Page |
|---|---|
/ |
Dashboard |
/agents |
Agents list |
/agents/:slug |
Agent editor |
/commands |
Commands list |
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://