glif-workflow-builder
Installation
SKILL.md
Glif Workflow Builder
Design AI workflows using Glif's block-based system.
Workflow Structure
Glifs are JSON graphs with nodes (blocks) connected via variable references.
{
"nodes": [
{"name": "input1", "type": "TextInputBlock", "params": {...}},
{"name": "generator", "type": "ImageBlock", "params": {"prompt": "{input1}"}}
]
}