win4rwin4rCommunityยท1 Agent Skills Included

claude-code-dispatch

Background coding task dispatch with automatic completion notifications

Dispatches development tasks to Claude Code in the background and sends a Telegram notification when work finishes. Eliminates constant polling, terminal babysitting, and surprise token bills through budget caps and turn limits. Supports parallel multi-agent teams, git worktree isolation, and custom subagents so long coding jobs run unattended.
npx skills add win4r/claude-code-dispatch --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’