Skip to content

GraflowAI/graflow-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graflow-examples

Open In Colab

Example workflows for Graflow.

Quick Start

git clone https://github.com/GraflowAI/graflow-examples.git
cd graflow-examples
uv sync

Run an example:

PYTHONPATH=. uv run python examples/simple_etl/workflow.py

Generate Workflows with Claude Code

This 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 summary

The /graflow-workflow skill guides you through:

  1. Plan — Requirements gathering and design document
  2. Implement — Code generation following Graflow patterns
  3. Review — Validation and README creation

image

About

Example codes repos for Graflow workflows

Resources

License

Stars

Watchers

Forks

Contributors