Comfy-agent agentic_plan
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/agentic_plan" ~/.claude/skills/steliosot-comfy-agent-agentic-plan && rm -rf "$T"
manifest:
skills/infra/agentic_plan/SKILL.mdsource content
agentic_plan
Builds a decision-safe plan payload with:
- chosen skills and confidence
- ordered steps
- resolved execution parameters
- optional dependency preflight summary
- warnings for risky flows (for example: video + crop mismatch)