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.
Generate an image using ComfyUI based on the user's prompt "$ARGUMENTS".
Parse the prompt. Extract any explicit parameters (dimensions, steps, cfg, model name) from the user's request. Use these defaults for anything not specified:
Select a model. If the user didn't specify a model, call comfyui_list_models with folder "checkpoints" and suggest one from the results. Ask the user to confirm before proceeding, or let them pick a different one.
Generate the image. Call comfyui_generate_image with the parsed parameters and wait=True so we block until completion.
Fetch the result. Once generation completes, the response includes the output filename. Call comfyui_get_image with that filename and subfolder "output" to retrieve it.
Present the result. Show the image and a summary of the generation parameters used (prompt, model, dimensions, steps, cfg).
comfyui_get_queue to see if ComfyUI is busy or stuck./comfy:workflow instead.