Skip to content
Automation
Command

/node-skill

Generate a Claude skill for a ComfyUI custom node pack

From plugin
comfyui-mcp
52211 skills4 agents11 commands
Install
$ npx -y skills add artokun/comfyui-mcp --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/node-skill

Context preview

What this command does when you run it.

Generate a Claude skill for a ComfyUI custom node pack

Command definition

node-skill.md
description: Generate a Claude skill for a ComfyUI custom node pack
argument-hint: Registry ID or GitHub URL of the node pack

/comfy-skill — Generate a Node Pack Skill

The user wants to generate a Claude Code skill file for a ComfyUI custom node pack.

Instructions

1. **Parse the argument.** The argument is: $ARGUMENTS

  • A ComfyUI Registry ID (e.g., `comfyui-impact-pack`)
  • A GitHub repository URL (e.g., `https://github.com/ltdrdata/ComfyUI-Impact-Pack`)
  • Nothing — ask the user which node pack they want to generate a skill for

2. **Generate the skill.** Use the `list_packs` tool with:

  • `action`: `"generate_skill"`
  • `source`: the registry ID or GitHub URL
  • `install_in`: save to `skills/<pack-name>/` inside the plugin directory

3. **Report the result.** Tell the user:

  • Where the skill file was saved
  • A brief summary of what nodes are covered
  • That they may need to restart Claude Code for the skill to take effect

Example

User: `/comfy-skill comfyui-impact-pack`

Steps:

  • Call `list_packs` with `action: "generate_skill"`, source `"comfyui-impact-pack"` and `install_in` set to the skills directory
  • Show the user where the file was saved and what it covers

Notes

  • The generated skill includes node class types, input/output specs, and usage examples
  • Skills are saved as `SKILL.md` files in subdirectories under the plugin's `skills/` folder
  • If the node pack isn't found in the registry, suggest the user provide a GitHub URL instead
  • If nodes from the pack are installed locally, the skill will include live `/object_info` data
Read more
Ships withcomfyui-mcp

The local-first, agent-native control plane for ComfyUI — an MCP server + live sidebar agent that generates images, video and audio, authors and runs workflows, manages models and custom nodes, and edits your live ComfyUI graph in natural language.

Get the whole plugin, auto-invoked
Stats
522
Stars
0
Views
84
Forks
Active
Maintenance
TypeScript
Language
MIT
License
2h ago
Last commit
5mo ago
Created

Repo: artokun/comfyui-mcp