Fleet Lane Dispatch banner
amirfish1 amirfish1

Fleet Lane Dispatch

Development community

Description

--- name: fleet-lane-dispatch description: Use when dispatching a batch of autonomous CCC worker lanes with a mission brief and a report_to return address, or when receiving a lane assignment and needing to send a well-formed completion report — and, on the dispatcher side, before trusting a lane's SUCCEEDED report at face value. allowed-tools: Bash --- Fleet-lane dispatch is the pattern for running several independent, autonomous CCC sessions ("lanes") against separate mission briefs, then col

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-fleet-lane-dispatch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-fleet-lane-dispatch && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/fleet-lane-dispatch.md -o ~/.claude/skills/amirfish1-claude-command-center-fleet-lane-dispatch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository