ray-amjad/claude-code-workflow-creator

72 stars · Last commit 2026-05-29

A Claude Code skill for authoring Workflow tool scripts: deterministic multi-agent orchestration. Preview of an unreleased feature.

README preview

# claude-code-workflow-creator

A Claude Code **skill** that teaches Claude to author **workflows**: deterministic
multi-agent orchestration scripts that fan work out to fresh-context subagents
under plain JavaScript control flow.

A workflow is a JavaScript file. The loops, the conditionals, the fan-out are
ordinary code that you control. Only the leaf `agent()` calls spend model tokens,
and each one runs in its own clean context window. The result is multi-agent work
that behaves the same way every run and can be resumed if it stops partway.

This skill carries the file format, the judgement calls, and a tested authoring
procedure, so you can just ask Claude to "create a workflow for X" and get a
correct, runnable file back.

## Heads up: the Workflow tool is not released yet

This skill writes files for Claude Code's **Workflow tool**. As of right now that
tool is **unreleased and unannounced**.

View full repository on GitHub →