Comfy-agent optimization_cache

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/optimization_cache" ~/.claude/skills/steliosot-comfy-agent-optimization-cache && rm -rf "$T"
manifest: skills/infra/optimization_cache/SKILL.md
source content

optimization_cache

Enable deterministic node cache only.

This skill wraps configure_optimizations with fixed mode: deterministic_cache.