comfy-workflow-layout

comfy-workflow-layout is a skill for Claude Code, Codex from laurigates/claude-plugins. It costs 43 tokens per session (2,569 once invoked), scanned A, original, MIT.

A script for automatically arranging the nodes in a ComfyUI workflow so the graph is easier to read.

In plain words
What is it for?
It helps lay out connected workflow nodes in layers, reduce crossing connections, keep grouped nodes together, and resize group boundaries around them.
Why use it?
It removes overlaps, cramped placement, and much of the manual tidying needed after importing or editing a workflow.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/laurigates/claude-plugins/comfy-workflow-layout
Any agent
npx skills add laurigates/claude-plugins --skill comfy-workflow-layout
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comfy-workflow-layout

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/comfy-workflow-layout.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/comfy-workflow-layout)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/comfy-workflow-layout"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/comfy-workflow-layout.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,569 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.02569
Opus 5 $0.00022 $0.01285
Sonnet 5 $0.00009 $0.00514
Haiku 4.5 $0.00004 $0.00257

Measured today against content hash 6276a837d65e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comfy-workflow-layout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

comfyui-plugin/skills/comfy-workflow-layout/SKILL.md · 253 lines

How it starts

The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ComfyUI workflow auto-layout

scripts/layout_workflow.py runs a layered (Sugiyama-style) DAG layout over the nodes in a workflow JSON: median layering (each node sits at the midpoint between its earliest and latest possible depth, so source and sink nodes spread across columns instead of piling up at the edges), a barycenter sweep within each layer to reduce edge crossings, and a group-cohesion post-pass that clusters members of the same authored group contiguously within each column. Group bounding boxes are re-fit around their final members. Pure stdlib, no deps. Visual goal is "the editor is readable again with comparable density to a hand-tuned layout" — link routing is left to ComfyUI.

In practice on Wan 2.2 workflows in this install, output bounding-box area ranges from −13% to +23% of a hand-arranged layout (typically within ±10%), with 0 node overlaps. Without median layering it would be 2× larger.

When to Use This Skill

Use this skill when... Use instead when...
A workflow's nodes overlap, are messy/cramped, or were imported and need tidying Editing the graph's wiring/links -> comfy-workflow-json

Pipeline (default mode)

  1. Detect group membership by which nodes' centers sit in each group's authored bounding box. Tie-break to the smallest group.
  2. Absorb leaf singletons — ungrouped nodes whose neighbors are ≥2/3 in one group join that group's membership for layout purposes. Single-pass; central hub nodes (whose connections fan out across many groups) stay as singletons.
  3. Median layering — each node's column index is the average of its longest-path-from-sources and longest-path-from-sinks depth. Source nodes whose only consumer is at depth 8 land near depth 7, not 0. Sink nodes whose only producer is at depth 1 land near 1.
  4. Barycenter sweep within each layer to minimize edge crossings.
  5. Group-cohesion clustering — within each layer, re-permute so nodes sharing a group sit contiguously. Cluster order within a layer follows each cluster's median barycenter index.
  6. Vertically center each column around the layer band's midpoint so short columns float to center rather than top-align.
  7. Recompute group bounding boxes to wrap the final positions (skip with --no-groups).

Read the full file on GitHub · 253 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 253 lines · 43 tokens per session scan A 6276a837d65e

Subscribe to this mod's changes

comfy-workflow-layout is a skill published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. It adds 43 tokens to every session and 2,569 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

html-visual

Generate an interactive single-file HTML visualization — mockup, wireframe, ERD, flowchart, chart, slides, architecture diagram, dashboard, timeline, mindmap, kanban, or table. Use when the user wants something rendered rather than described: a UI mockup or wireframe, a database schema as an ERD, business logic as a…

2ykwang/agent-skills · 111 tokens

ergouzi-image-gen

Submit and complete Ergouzi image generation, editing, virtual try-on, upscaling, and background-removal tasks through ergouzi.life, including tasks that use local image files or HTTPS URLs. Use when Codex must call an ergouzi/e-image or ergouzi/e-rmbg model, poll the asynchronous task, download its outputs, resume a…

aiman-labs/ergouzi-agent-skills · 90 tokens

ergouzi-video-gen

Submit and complete Ergouzi video generation, animation, avatar, and person-replacement tasks through ergouzi.life, including tasks that use local media files or HTTPS URLs. Use when Codex must call an ergouzi/e-video model, poll the asynchronous task, download its output, resume a task ID, or cancel a video task.

aiman-labs/ergouzi-agent-skills · 76 tokens

image-prompt

Skill "image-prompt" from animalzinc/claude-plugins, covering image prompt creator, plugin root, phase 1: brief, step 1 — brand selection and step 2 — input intake.

animalzinc/claude-plugins · 0 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

SafeAI-Lab-X/ClawKeeper · 20 tokens

ghost-decode

Use when a video hides text in moving dots or noise — "ghost font" clips, motion-defined text, random-dot kinematograms, TV-static videos with a secret message, text readable only while playing but invisible in any paused frame, or the user asks what a ghost-font video says.

haroontrailblazer/ghost-font-decoder · 64 tokens