Comfy-agent prepare_workflow_dependencies

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/infra/prepare_workflow_dependencies" ~/.claude/skills/steliosot-comfy-agent-prepare-workflow-dependencies-3fa24d && rm -rf "$T"
manifest: skills/infra/prepare_workflow_dependencies/SKILL.md
source content

prepare_workflow_dependencies

This skill is the dependency preflight orchestrator. Use it before submitting prompts when models or custom nodes may be missing.