jtydhr88jtydhr88Communityยท9 Agent Skills Included

comfyui-custom-node-skills

Build, migrate, and publish ComfyUI custom nodes

Guides creation of ComfyUI custom nodes using the modern V3 API, covering inputs, outputs, data types, lifecycle, and frontend extensions. Eliminates guesswork around tensor shapes, widget configuration, caching, and V1-to-V3 migration with source-verified code examples. Helps developers package, debug, and publish node projects to the ComfyUI registry faster.
npx skills add jtydhr88/comfyui-custom-node-skills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ComfyUI Custom Node Skills?โ–ผ

Run `npx skills add jtydhr88/comfyui-custom-node-skills --all -g -y` in your terminal to install all 9 skills globally.

How to create a ComfyUI custom node?โ–ผ

The comfyui-node-basics skill teaches the V3 node structure: inherit from io.ComfyNode, define a schema with inputs and outputs, and implement an execute classmethod.

How to migrate a ComfyUI node from V1 to V3?โ–ผ

The comfyui-node-migration skill provides a full checklist, property mapping tables, and side-by-side code examples for converting legacy V1 nodes to the V3 API.

Does it work with Claude Code and Codex?โ–ผ

Yes. All skills follow the open agentskills.io standard, so the same SKILL.md files work in Claude Code, Codex, and other compatible coding agents.

Can it help publish nodes to the ComfyUI registry?โ–ผ

Yes. The comfyui-node-packaging skill covers project structure, pyproject.toml setup, frontend extensions, and publishing with comfy-cli or GitHub Actions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’