Agent Plugins Marketplace
All plugins

comfyui-plugin

v1.13.7

ComfyUI custom-node pack lifecycle - scaffold a pack, create + seed the repo, open the gitops adoption PR, publish to the Comfy Registry, and add README screenshots

Claude Code17 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install comfyui-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install comfyui-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is comfyui-plugin/.

Plugin files

comfyui-plugin/
├── .claude-plugin/plugin.json
├── skills/comfy-cli/SKILL.md
├── skills/comfy-conditionals/SKILL.md
├── skills/comfy-corpus-validation/SKILL.md
├── skills/comfy-debug-preview/SKILL.md
├── skills/comfy-flow-control/SKILL.md
├── skills/comfy-image-utils/SKILL.md
├── skills/comfy-math-strings/SKILL.md
├── skills/comfy-metadata/SKILL.md
├── skills/comfy-node/SKILL.md
├── skills/comfy-registry-lifecycle/SKILL.md
├── skills/comfy-subgraphs-app-mode/SKILL.md
├── skills/comfy-workflow-json/SKILL.md
├── skills/comfy-workflow-layout/SKILL.md
├── skills/comfyui-node-authoring/SKILL.md
├── skills/comfyui-node-scaffold/SKILL.md
├── skills/comfyui-pack-live-smoke/SKILL.md
└── skills/comfyui-screenshot-pipeline/SKILL.md

Included Skills17

comfy-cliskills/comfy-cli/SKILL.md

The `comfy` CLI for ComfyUI: install/update/bisect custom nodes, snapshot/restore state, publish to the registry, run workflows headlessly. Use when the user runs `comfy`, `comfy node`, or `comfy run`.

comfy-conditionalsskills/comfy-conditionals/SKILL.md

ComfyUI predicate/boolean nodes: compare, AND/OR/XOR/NOT, ternary, null/empty/type probes, ExecutionBlocker. Use when forming the boolean that drives a workflow switch or blocker.

comfy-corpus-validationskills/comfy-corpus-validation/SKILL.md

Verify ComfyUI sampler/scheduler facts: source-of-truth ladder, measured sigma curves, coverage gaps. Use when writing or auditing sampler corpus metadata.

comfy-debug-previewskills/comfy-debug-preview/SKILL.md

ComfyUI debug/preview nodes: show text/numbers/JSON/tensor shapes, image previews, counts, VRAM/CPU telemetry, timing. Use when inspecting a value mid-graph without changing it.

comfy-flow-controlskills/comfy-flow-control/SKILL.md

ComfyUI routing nodes: typed switches, index switches, broadcast (Anything Everywhere), pipe/context bundles, for/while loops, ExecutionBlocker gates. Use when wiring where a signal routes in a workflow.

comfy-image-utilsskills/comfy-image-utils/SKILL.md

ComfyUI non-inference image ops: resize/crop/pad/tile/batch/mask utilities, plus image-to-text captioners (Florence-2, WD14, BLIP, DeepDanbooru). Use when manipulating images or generating captions/tags in a workflow.

comfy-math-stringsskills/comfy-math-strings/SKILL.md

ComfyUI compute/string nodes: constants, sliders, math expressions, string concat/split/replace/regex, type conversion, JSON/list utilities. Use when computing a value or assembling a string in a workflow.

comfy-metadataskills/comfy-metadata/SKILL.md

Extract/analyze ComfyUI metadata embedded in output files - PNG tEXt, WebP EXIF, MP4/WebM container, .latent safetensors. Use when figuring out what prompt/settings produced a file, or comparing runs.

comfy-nodeskills/comfy-node/SKILL.md

Orchestrate a ComfyUI node pack from idea to registry: scaffold, create + seed the repo, open the gitops adoption PR. Use when releasing or spinning up a new comfyui node pack.

comfy-registry-lifecycleskills/comfy-registry-lifecycle/SKILL.md

Comfy Registry release pipeline: release-please + lockfile drift traps, the empty-web/dist publish bug, version status states, phantom versions, icon/banner generation. Use when debugging a pack's publish pipeline.

comfy-subgraphs-app-modeskills/comfy-subgraphs-app-mode/SKILL.md

ComfyUI Subgraphs, Subgraph Blueprints, and App Mode: creating/publishing subgraphs, why Blueprint instances are snapshots not live refs, turning a workflow into a form UI. Use when deciding how to package a workflow stage.

comfy-workflow-jsonskills/comfy-workflow-json/SKILL.md

Programmatically edit ComfyUI workflow JSON: edge-list link rebuilds, link-encoding schemas, preserving the extra block (App Mode config). Use when a workflow JSON is too large to hand-edit or a transform drops state.

comfy-workflow-layoutskills/comfy-workflow-layout/SKILL.md

Auto-layout a ComfyUI workflow JSON with a layered DAG algorithm. Use when a workflow's nodes overlap, are messy or cramped, or were imported and need tidying before use.

comfyui-node-authoringskills/comfyui-node-authoring/SKILL.md

ComfyUI frontend/backend authoring facts: hiding/serializing widgets, DOM event isolation, endpoints, tooltip lookup, canvas hit-testing, sourcemap verification. Use when writing or patching a custom node's code.

comfyui-node-scaffoldskills/comfyui-node-scaffold/SKILL.md

Scaffold a new ComfyUI custom-node repo (TypeScript + bun build, CI, release-please, vitest+pytest) consuming @laurigates/comfy-modal-kit. Use when bootstrapping or init-ing a comfyui node pack.

comfyui-pack-live-smokeskills/comfyui-pack-live-smoke/SKILL.md

Live-smoke a ComfyUI pack in a running instance: browser-driven and headless API-driven checks catch frontend/backend bugs unit tests miss. Use when verifying a pack before opening a registry PR.

comfyui-screenshot-pipelineskills/comfyui-screenshot-pipeline/SKILL.md

Containerized README-screenshot pipeline (Docker + Playwright) for ComfyUI custom-node packs. Use when generating pack screenshots, adding `just screenshots`, or capturing modal/gesture node UI.

Plugin manifests1

comfyui-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "comfyui-plugin",
  "version": "1.13.7",
  "description": "ComfyUI custom-node pack lifecycle - scaffold a pack, create + seed the repo, open the gitops adoption PR, publish to the Comfy Registry, and add README screenshots",
  "keywords": [
    "comfyui",
    "custom-node",
    "scaffold",
    "litegraph",
    "comfy-registry",
    "gitops",
    "screenshots",
    "playwright"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[comfyui-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/comfyui-plugin)