🔀
AI EngineeringGo

Workflow

by ethanhq

Workflow is an AI Engineering skill for Claude Code, published by ethanhq in cc-fleet.

211 stars28 forkson ethanhq/cc-fleetAdded 2026/09/04Repository updated 2026/08/19
aiai-agentsanthropicanthropic-claudebash-cliclaudeclaude-codeclaude-pluginclaude-skills
Install in seconds
Install Workflow
Copy Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ethanhq/cc-fleet/tree/main/skills/workflow ~/.claude/skills/workflow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ethanhq/cc-fleet.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/workflow/SKILL.md in ethanhq/cc-fleet
Installs to
~/.claude/skills/workflow
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2970 skills

What Workflow does

Workflow orchestrates multi-phase, dependent, or resumable runs over many provider subagents from a JS script off the main context. Use it for fan-out/barrier/synthesis, per-item pipelines, or runs that must resume after interruption.

Workflow is cataloged under AI Engineering on DirSkills. Workflow comes from a repository tagged ai, ai-agents, anthropic, anthropic-claude and bash-cli.

Documentation

README

workflow — multi-phase JS orchestration over provider subagents

Wrong lane? A flat one-shot fan-out of independent tasks → /cc-fleet:subagent; interactive collaboration you message back and forth → /cc-fleet:team; arbitration in cc-fleet-shared/routing.md.

When this skill cites cc-fleet-shared/<file>.md, OPEN it with the Read tool at ../cc-fleet-shared/<file>.md relative to this SKILL.md — the cited content is load-bearing, not optional background.

This is the opening of the README. Read the full README on GitHub.

Commands Workflow provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /tasks

Frequently asked about Workflow

  • What else does ethanhq publish alongside Workflow?

    Workflow is one of 5 skills that DirSkills catalogs from ethanhq/cc-fleet, the repository it ships in. Its siblings there include Subagent, Subagent and Team. Each one is a separate skill with its own page in this directory, installs the same way Workflow does, and is maintained by ethanhq in that same repository. The rest of the collection is listed on the ethanhq/cc-fleet page.

  • How does Workflow compare to other AI Engineering skills?

    Workflow ranks #2677 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Workflow against them. Open each page to compare what they document and how they install.