win4r/claude-code-dispatch
44 stars ยท Last commit 2026-03-03
๐ One-command dispatch of dev tasks to Claude Code with auto-notification. Agent Teams support. | YouTube: https://www.youtube.com/@AIsuperdomain
README preview
# Claude Code Dispatch > One-command dispatch of development tasks to [Claude Code](https://docs.anthropic.com/en/docs/claude-code) with automatic Telegram notification on completion. Zero polling, zero token waste. An [OpenClaw](https://github.com/openclaw/openclaw) skill that wraps Claude Code CLI into a fire-and-forget workflow: dispatch a task, walk away, get notified when it's done. ## Features - **Fire & Forget** โ `nohup` dispatch, automatic callback via Stop Hook - **Agent Teams** โ Multi-agent parallel development with dedicated Testing Agent via structured `--agents` JSON - **Cost Controls** โ `--max-budget-usd` spend cap + `--max-turns` limit + `--fallback-model` for overload resilience - **Git Worktree Isolation** โ `--worktree` for parallel tasks in isolated branches - **Custom Subagents** โ Define specialized agents (security reviewer, testing agent, etc.) via `--agents-json` - **Auto-Callback** โ Group notifications, DM callbacks, webhook wake events - **Rich Notifications** โ Task status, duration, test results, file tree โ all in one Telegram message - **PTY Wrapper** โ Reliable execution even in non-TTY environments (CI, exec, cron) - **MCP Integration** โ Load MCP servers for tasks via `--mcp-config` - **System Prompt Customization** โ `--append-system-prompt` / `--append-system-prompt-file` ## Architecture