Write workflows
Author durable workflows with Claude Code, test locally, then bring them into Weldable.
Workflows are code, not prompts. Claude Code generates a portable markdown + Python file you can run locally and import into Weldable.
Why
- No extra AI cost. Authoring runs on your existing Claude Code subscription.
- Deterministic. No inference per run. Same input, same result.
- Durable. Each step is checkpointed on DBOS. Failed runs resume where they left off.
- Portable. Open workflowskill format. Run anywhere.
Steps
- Install the CLI.
git clone https://github.com/matthew-h-cromer/workflowskill.git cd workflowskill && uv tool install . - Connect Weldable.
workflowskill login --toolkit weldable - Author with Claude Code. Use the
/workflow-authorslash command.> /workflow-author Send me a Slack message whenever a new GitHub issue is opened - Run it locally. Each step prints its output so you can iterate fast.
workflowskill run workflows/github-to-slack.md --toolkit weldable - Import into Weldable. Go to workflows, click Create workflow, and upload your
.mdfile.
Your workflow is now callable from every agent connected to Weldable. Publish it to the community library to share.