Orchestrate a MULTI-PHASE, dependent, or resumable run over many cc-fleet PROVIDER subagents from a JS script, off the main context (cc-fleet workflow). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and --resume from its journal. Trigger ONLY to run a cc-fleet provider workflow. NOT a flat fan-out of independent tasks (that is /cc-fleet:subagent — cheaper, no script); NOT trivial single-shot work; NOT for editing or researching cc-fleet's own workflow code.
$npx -y skills add ethanhq/cc-fleet --skill workflowInstalls into the current project.
Run `npx skills use "https://github.com/ethanhq/cc-fleet" --skill "ethanhq/cc-fleet/workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethanhq/cc-fleet" that are relevant to the current task. Run `npx skills add "https://github.com/ethanhq/cc-fleet"` and select the relevant skills, then follow their instructions.