From comfy
Generate a Claude Code skill file for a ComfyUI custom node pack using registry ID (e.g., comfyui-impact-pack) or GitHub URL.
How this command is triggered — by the user, by Claude, or both
Slash command
/comfy:node-skill Registry ID or GitHub URL of the node packThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /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 `generate_node_skill` tool with: - `source`: the registry ID or GitHub URL - `install_in`: save to `skills/<pack-name>/` inside the...
The user wants to generate a Claude Code skill file for a ComfyUI custom node pack.
Parse the argument. The argument is: $ARGUMENTS
comfyui-impact-pack)https://github.com/ltdrdata/ComfyUI-Impact-Pack)Generate the skill. Use the generate_node_skill tool with:
source: the registry ID or GitHub URLinstall_in: save to skills/<pack-name>/ inside the plugin directoryReport the result. Tell the user:
User: /comfy-skill comfyui-impact-pack
Steps:
generate_node_skill with source "comfyui-impact-pack" and install_in set to the skills directorySKILL.md files in subdirectories under the plugin's skills/ folder/object_info datanpx claudepluginhub artokun/comfyui-mcp --plugin comfy/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
/install-skillCreates a skill from any source (URL, repo, file) and packages it for a target LLM platform like Claude, OpenAI, or Gemini.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/packagePackages a skill folder for distribution: generates Claude.ai zip file, Claude Code plugin scaffold, or both. Validates skill, scans project, suggests output paths.
/create-skillCreates a new Claude Code skill directory from skill name, description/purpose, and optional documentation URLs. Generates SKILL.md with YAML frontmatter, quick start guide, critical rules, and known issues prevention.