comfyui-workflow-research
SKILL.md
ComfyUI Workflow Research
Core Principles
- Discover, don't assume. Node APIs evolve. Query ComfyUI for current schemas.
- Programmatic workflow manipulation. Workflows are large JSON—use scripts, not direct editing.
- Prefer core nodes. Only install custom nodes when core lacks functionality.
Environment Discovery
Check if server running: curl -s http://localhost:8188/object_info | head -c 100
If not running, ask user for ComfyUI path.