claude-code-dispatch
Background coding task dispatch with automatic completion notifications
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-dispatch?โผ
Run `npx skills add win4r/claude-code-dispatch --all -g -y` in your terminal to install the skill globally.
How to run coding tasks in the background?โผ
Dispatch a task with one nohup command and walk away. A Stop hook fires when Claude Code finishes and sends you a Telegram message with the results.
How to control Claude Code spending?โผ
Set a hard dollar cap with --max-budget-usd, limit turns with --max-turns, and add --fallback-model to switch models automatically when the primary is overloaded.
Can it run multiple coding agents in parallel?โผ
Yes. Enable Agent Teams mode to run parallel development with a dedicated testing agent, or define custom subagents like security reviewers via a JSON config.
Does it work in CI or non-terminal environments?โผ
Yes. A built-in PTY wrapper keeps Claude Code running reliably in non-TTY environments like CI pipelines, cron jobs, and exec sessions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core