From 1451c95b4b51e3f458b9bf3bb74a170913a17f87 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Sun, 14 Jun 2026 20:34:19 +0800 Subject: [PATCH 1/2] Add jtydhr88/comfyui-custom-node-skills link to custom-nodes overview (EN/ZH/JA) --- custom-nodes/overview.mdx | 4 ++++ ja/custom-nodes/overview.mdx | 2 ++ zh/custom-nodes/overview.mdx | 2 ++ 3 files changed, 8 insertions(+) diff --git a/custom-nodes/overview.mdx b/custom-nodes/overview.mdx index 6f5d83b68..c1cfaf5da 100644 --- a/custom-nodes/overview.mdx +++ b/custom-nodes/overview.mdx @@ -16,6 +16,10 @@ Custom node examples: - [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template) - [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic) +If you use Claude Code for development, the [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) provide Claude with comprehensive knowledge of the ComfyUI node system, covering both the V3 and V1 APIs. Install it from the Claude Code marketplace or add the repository URL to get 9 skills covering node basics, inputs, outputs, datatypes, advanced patterns, frontend extensions, and packaging. + + + ## Client-Server Model diff --git a/ja/custom-nodes/overview.mdx b/ja/custom-nodes/overview.mdx index de4ab56ef..1f8bef340 100644 --- a/ja/custom-nodes/overview.mdx +++ b/ja/custom-nodes/overview.mdx @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx - [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template) - [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic) +Claude Code を使って開発する場合は、[ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) を利用すると、V3 と V1 の両方の API をカバーする ComfyUI ノードシステムの知識を Claude に提供できます。Claude Code のマーケットプレイスでリポジトリ URL を追加すると、ノードの基本、入出力、データ型、高度なパターン、フロントエンド拡張、パッケージングをカバーする 9 つのスキルが利用可能になります。 + ## クライアント - サーバーモデル Comfy はクライアント - サーバーモデルで動作します。サーバー側は Python で書かれており、データ処理、モデル、画像拡散などすべての実際の処理を担当します。クライアント側は Javascript で書かれており、ユーザーインターフェースを担当します。 diff --git a/zh/custom-nodes/overview.mdx b/zh/custom-nodes/overview.mdx index 85cea0817..319354072 100644 --- a/zh/custom-nodes/overview.mdx +++ b/zh/custom-nodes/overview.mdx @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx - [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template) - [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic) +如果你使用 Claude Code 进行开发,[ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills) 为 Claude 提供了 ComfyUI 节点系统的完整知识,涵盖 V3 和 V1 两套 API。在 Claude Code 市场中添加该仓库 URL,即可获得 9 个技能,覆盖节点基础、输入输出、数据类型、高级模式、前端扩展和打包发布等内容。 + ## 客户端-服务器模型 Comfy 运行在客户端-服务器模型下。服务器端由 Python 编写,负责所有实际工作:数据处理、模型、图像扩散等。客户端由 Javascript 编写,负责用户界面。 From f068f3d3fbe7f326bc26be736693d0c70fb66a96 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Sun, 14 Jun 2026 20:35:13 +0800 Subject: [PATCH 2/2] Add ko/custom-nodes/overview.mdx (missed from previous commit) --- ko/custom-nodes/overview.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ko/custom-nodes/overview.mdx b/ko/custom-nodes/overview.mdx index e19dd0924..273fc8f57 100644 --- a/ko/custom-nodes/overview.mdx +++ b/ko/custom-nodes/overview.mdx @@ -16,6 +16,8 @@ translationFrom: custom-nodes/overview.mdx - [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template) - [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic) +Claude Code를 사용하여 개발하는 경우, [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills)를 통해 Claude가 V3 및 V1 API를 모두 포괄하는 ComfyUI 노드 시스템에 대한 종합적인 지식을 습득할 수 있습니다. Claude Code 마켓플레이스에서 리포지토리 URL을 추가하면 노드 기초, 입출력, 데이터 유형, 고급 패턴, 프론트엔드 확장, 패키징을 다루는 9개의 스킬을 사용할 수 있습니다. + ## 클라이언트-서버 모델