/ui
Launch Web UI for dialog management
$ npx -y skills add alexeykrol/claude-code-starter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ui
Context preview
What this command does when you run it.
Launch Web UI for dialog management
Command definition
ui.mddescription: Launch Web UI for dialog management
Dialog Web UI
Launch the web interface for browsing and managing Claude Code dialogs.
Execute
node .claude/dist/claude-export/cli.js ui
Open http://localhost:3333 in browser. Press Ctrl+C to stop.
**Note:** Dependencies are installed automatically on first run.
Claude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.
Repo: alexeykrol/claude-code-starter
Other commands on claude-code-starter.
- /analyze-bugs
**Purpose:** Analyze bug reports from host projects (framework project only).
Open command - /analyze-local-bugs
**Purpose:** Analyze local bug reports to find patterns and recurring issues.
Open command - /bug-reporting
**Purpose:** Manage bug reporting settings for the framework.
Open command - /commit
Создать git commit с правильным сообщением
Open command - /db-migrate
Создать database migration с правильным процессом
Open command - /explain
Объяснить как работает определенная часть кода
Open command

