Example workflows for Graflow.
git clone https://github.com/GraflowAI/graflow-examples.git
cd graflow-examples
uv syncRun an example:
PYTHONPATH=. uv run python examples/simple_etl/workflow.pyThis repo includes a Claude Code skill that generates Graflow workflows through a structured plan-implement-review process.
# Launch Claude Code in this repo (the skill is auto-loaded from .claude/skills/)
claude
# Then use the /graflow-workflow command
> /graflow-workflow Create an ETL pipeline that loads CSV data, filters rows, and outputs a summaryThe /graflow-workflow skill guides you through:
- Plan — Requirements gathering and design document
- Implement — Code generation following Graflow patterns
- Review — Validation and README creation