npx claudepluginhub hybridindie/comfyui_mcpThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Create and optionally run a ComfyUI workflow. Template or description: "$ARGUMENTS".
List available templates. If no specific template was requested, call comfyui_list_workflows to show the available built-in templates (txt2img, img2img, etc.) and let the user choose.
Create the workflow. Call comfyui_create_workflow with the chosen template name and any parameters the user specified (as a JSON string). For example:
create_workflow(template="txt2img", params='{"prompt": "a sunset", "width": 768}')
Validate the workflow. Call comfyui_validate_workflow with the workflow JSON returned from step 2. Report any warnings or errors.
Present the workflow. Show a summary of what the workflow does (nodes, connections, key parameters). Offer the user two options:
comfyui_run_workflow with wait=Truecomfyui_modify_workflow to add/remove nodes or change parameters, then re-validatecomfyui_summarize_workflow to get a readable overview of any workflow JSON./comfy:gen is faster.