Comfy-agent predict_job_success_likelihood
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/predict_job_success_likelihood" ~/.claude/skills/steliosot-comfy-agent-predict-job-success-likelihood && rm -rf "$T"
manifest:
skills/infra/predict_job_success_likelihood/SKILL.mdsource content
predict_job_success_likelihood
Returns:
: estimated success probability (likelihood
)0..1
: confidence in this estimate (confidence
)0..1
: one of:recommendationsafe_to_runrun_with_cautionfix_dependencies_first
The estimate combines:
- dependency readiness from installed nodes/models
- historical success rate for similar workflows
- current queue/resource pressure