원클릭으로
tool-guidelines
Guidelines for using graph tools (before adding nodes, connecting, setting widgets, error handling, multi-step operations).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for using graph tools (before adding nodes, connecting, setting widgets, error handling, multi-step operations).
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 | tool-guidelines |
| description | Guidelines for using graph tools (before adding nodes, connecting, setting widgets, error handling, multi-step operations). |
getWorkflowInfo with fullFormat: true when you need the complete canvas workflow (e.g. to reorganize it and re-apply with applyWorkflowJson, or for very detailed analysis). The response will include fullWorkflow (frontend format: nodes + links) and apiWorkflow (API format)._tempFile and fullWorkflowRef (filename) instead of inline JSON. When calling applyWorkflowJson to apply such a workflow, use workflowPath with the _tempFile or fullWorkflowRef value (e.g. workflowPath: "workflow_abc123.json") instead of inline workflow.getWorkflowInfo with includeNodeDetails: true to see available widgets and their current valuesfillPromptNode for CLIPTextEncode nodes — it's simpler than setNodeWidgetValueFor complex requests, break them down: