Turns Claude into a workflow architect that writes Atomic SDK orchestration code. You describe what you want, it authors TypeScript files using the defineWorkflow().run().compile() API to coordinate multiple AI coding sessions across Claude, Copilot, and OpenCode. The skill handles the SDK specifics (correct import paths from @bastani/atomic-sdk, ctx.stage() spawning, Promise.all() orchestration) and doubles as a context engineering advisor for session structure and prompt design. It can also execute workflows on your behalf when you ask it to run them. Most useful when you're building multi-agent pipelines and want programmatic control flow instead of clicking through UIs.
npx skills add https://github.com/flora131/atomic --skill workflow-creator