/watch
Start auto-export watcher for dialogs
$ 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
/watch
Context preview
What this command does when you run it.
Start auto-export watcher for dialogs
Command definition
watch.mddescription: Start auto-export watcher for dialogs
Dialog Watcher
Start automatic export of Claude Code dialogs as they happen.
Execute
node .claude/dist/claude-export/cli.js watch
**Note:** Dependencies are installed automatically on first run.
Features
- Monitors ~/.claude/projects/ for new sessions
- Auto-exports to dialog/ folder
- Auto-adds to .gitignore (private by default)
- Generates HTML viewer with exported dialogs
Press Ctrl+C to stop.
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

