원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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: