Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.35 KB

File metadata and controls

42 lines (30 loc) · 1.35 KB

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