ワンクリックで
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 ページを確認してインストールできます。
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 | 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: