ワンクリックで
node-reference
Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Install ComfyUI Assistant as a ComfyUI custom node. Use when performing or troubleshooting installation (clone, Python deps, frontend build, restart).
For complex user requests — evaluate, investigate, ask questions, propose a plan, accept modifications, then execute. Use when the request is multi-step, ambiguous, or high-impact.
Workflow execution and complete workflow generation tools (executeWorkflow, applyWorkflowJson). Use when the user wants to run a workflow or build a complete workflow from a description.
Python backend modules, chat request lifecycle, SSE format, and API endpoints
System prompt assembly from system_context, user_context, and environment sources
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
SOC 職業分類に基づく
| name | node-reference |
| description | Common ComfyUI node types and workflow patterns. Use when suggesting nodes or explaining workflows. |
This reference helps you suggest appropriate nodes for user needs.
Important: This section is a conceptual reference only. Do not apply or generate workflows from these patterns unless you have followed the workflow-guardrails skill and verified installed nodes and models.
Basic txt2img: CheckpointLoaderSimple → KSampler → VAEDecode → SaveImage ↓ CLIPTextEncode (positive) CLIPTextEncode (negative) EmptyLatentImage
img2img: CheckpointLoaderSimple → KSampler → VAEDecode → SaveImage LoadImage → VAEEncode ↗
Use these with setNodeWidgetValue. Call getWorkflowInfo with includeNodeDetails: true to confirm exact names.
fillPromptNode for convenienceWhen filling CLIPTextEncode text widgets:
Positive prompt structure: subject, style/medium, quality modifiers, lighting/mood
Negative prompt terms: things to avoid in the generation
Tips: