comfyui-custom-node-skills
Build, migrate, and publish ComfyUI custom nodes
All Skills in This Repository (9)
Pure Emerald Level Indicatorscomfyui-node-inputs
Configure ComfyUI node input types with widget-based controls.
comfyui-node-migration
Migrate legacy ComfyUI V1 nodes to the V3 API with a step-by-step checklist.
comfyui-node-advanced
Create dynamic, type-safe ComfyUI nodes with validation hooks and safe execution.
comfyui-node-outputs
Return data and UI previews from ComfyUI nodes using NodeOutput and ui helpers.
comfyui-node-frontend
Extend ComfyUI frontends with JavaScript hooks, widgets, and UI components.
comfyui-node-lifecycle
Explain ComfyUI node execution from input validation to final outputs.
comfyui-node-datatypes
Map ComfyUI Python data types to io.Data types for node schemas.
comfyui-node-basics
Automate V3 ComfyUI node creation and registration with io.Schema and ComfyExtension.
comfyui-node-packaging
Scaffold, register, and publish ComfyUI custom node packages.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core