Agent skill · Testing & QA

comfyui-media-workflows

Provider-independent production workflow for agents assembling, auditing, executing, and handing off ComfyUI node-graph workflows for image, video, upscale, inpaint, conditioning, and batch media generation; use when a task involves ComfyUI workflow JSON/API graphs, model and custom-node inventories, reproducibility, provenance, safety/rights review, local or cloud execution hygiene, or production QA.

Calesthio43,316★ · +2,384/wk · 2 repos on radarProfile →
claude-codecodexcopilotcursorships scriptsMIT
Install
npx skills add calesthio/generative-media-skills --skill comfyui-media-workflows --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 33 KB
Bundled scripts: yes
Path: skills/production/runtime-assembly/comfyui-media-workflows/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 112 · +8 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Turns a creative or technical brief into a production-ready ComfyUI workflow package, treating ComfyUI as a graph-based media production runtime. Produces reproducible, reviewable, and safe-to-run graphs and metadata for image, video, upscale, inpaint, conditioning, and batch generation tasks.

How it works

  • Start from deliverable and constraints to choose graph topology, models, nodes, and runtime; do not paste a generic workflow first.
  • Maintain two artifacts when possible: workflow.json (UI save format with layout and notes) and workflow_api.json (API-format graph for execution).
  • Keep metadata to recreate a run: input files with hashes, model identifiers/hashes, custom-node revisions, ComfyUI version, parameters, seed policy, hardware/runtime, output paths, QA notes.
  • Prefer fewer custom nodes and model dependencies due to supply-chain risk.
  • Decide whether to embed workflow metadata in outputs and note potential leakage concerns.
  • Produce a short production brief first with sections Deliverable, Creative intent, Inputs, Runtime, Model inventory, Custom-node inventory, Rights and safety, Reproducibility target, Handoff target.
  • Validate API workflows using the bundled preflight helper before runtime validation, including checks for node existence, input names, and graph integrity.
  • For local execution, upload inputs, submit the API-format graph, monitor status, and archive run metadata. For cloud, verify cloud-specific details.
  • Maintain a production workflow card with comprehensive metadata (runtime, models, custom nodes, inputs, QA status, known limits).

When to use it

Use when a task involves ComfyUI workflow JSON/API graphs, model and custom-node inventories, reproducibility, provenance, safety/rights review, execution hygiene (local or cloud), or production QA. Begin with the production brief and follow the two-artifact and metadata practices.

What it can touch

  • No explicit touch list is provided here beyond the guidance to manage workflow.json and workflow_api.json, and to reference inputs, models, custom-nodes, and runtime details. The skill emphasizes documenting and organizing these artifacts rather than performing runtime operations itself within this description.

Caveats

  • Do not assume a specific checkpoint, hosted Comfy service, custom node set, or cloud vendor unless named.
  • Re-check model, license, and cloud facts at production time due to frequent updates.
  • Do not provide license status, exact approvals, or unknown hashes; mark unknowns plainly in production cards as instructed.
From the SKILL.md

# ComfyUI media workflow production Use this skill to turn a creative or technical brief into a production-ready ComfyUI workflow package. Treat ComfyUI as a graph-based media production runtime, not as a prompt box. Your output should make the graph reproducible, reviewable, safe to run, and easy for another operator or system to execute. This is provider-independent. Do not assume a specific che

More from generative-media-skills
All skills →
About this skill
What does the comfyui-media-workflows skill do?

Provider-independent production workflow for agents assembling, auditing, executing, and handing off ComfyUI node-graph workflows for image, video, upscale, inpaint, conditioning, and batch media generation; use when a task involves ComfyUI workflow JSON/API graphs, model and custom-node inventories, reproducibility, provenance, safety/rights review, local or cloud execution hygiene, or production QA.

How do I install it?

Run `npx skills add calesthio/generative-media-skills --skill comfyui-media-workflows --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From calesthio/generative-media-skills, a repository with 112 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going