workflow-update
Updates and validates example workflow files to ensure compatibility with ComfyUI node schemas.
Install
mkdir -p .claude/skills/workflow-update && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12478" && unzip -o skill.zip -d .claude/skills/workflow-update && rm skill.zipInstalls to .claude/skills/workflow-update
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when editing example_workflows JSON files or changing node schema in ways that affect sample workflows.Key capabilities
- →Ensure workflow JSON files are valid and formatted
- →Preserve the sample intent of example workflows
- →Verify workflows reference current node IDs
- →Avoid embedding local machine paths in workflows
- →Update README links when sample filenames change
How it works
The skill validates and updates example workflow JSON files and README links to ensure they are correctly formatted, reference current node IDs, and maintain sample intent.
Inputs & outputs
When to use workflow-update
- →Update workflow JSON files
- →Validate node schemas
- →Check workflow file integrity
About this skill
Workflow Update
Use this skill for example_workflows/*.json and README workflow links.
Rules
- Keep workflow JSON valid and formatted as ComfyUI can load it.
- Preserve sample intent: VACE/outpainting examples should demonstrate using
padding_maskfrom the stabilizer. - Check that workflows reference current node ids:
video_stabilizer_classicand/orvideo_stabilizer_flow. - Avoid embedding local machine paths unless they are already part of the sample and the user intentionally wants them preserved.
- Update README and README_ja links when sample filenames change.
Checks
python3 scripts/check_workflows.py
python3 scripts/validate_repo.py
When not to use it
- →When the user intentionally wants local machine paths preserved
- →When the workflow JSON is not valid or formatted
- →When node IDs are not current
Limitations
- →Must keep workflow JSON valid and formatted
- →Must preserve sample intent
- →Must check that workflows reference current node ids
How it compares
This skill automates the validation and updating of workflow files and documentation links, ensuring consistency and correctness across the repository, which is more reliable than manual checks.
Compared to similar skills
workflow-update side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| workflow-update (this skill) | 0 | 1mo | Review | Intermediate |
| massgen-develops-massgen | 1 | 5mo | Review | Advanced |
| wox-plugin-creator | 1 | 1mo | Review | Intermediate |
| klingai-text-to-video | 1 | 27d | Caution | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
massgen-develops-massgen
massgen
Guide for using MassGen to develop and improve itself. This skill should be used when agents need to run MassGen experiments programmatically (using automation mode) OR analyze terminal UI/UX quality (using visual evaluation tools). These are mutually exclusive workflows for different improvement goals.
wox-plugin-creator
Wox-launcher
Create and scaffold Wox plugins (nodejs, python, script-nodejs, script-python). Use when cloning official SDK templates, generating script plugin templates, or preparing plugins for publish.
klingai-text-to-video
jeremylongshore
Generate videos from text prompts with Kling AI. Use when creating videos from descriptions or learning prompt techniques. Trigger with phrases like 'kling ai text to video', 'klingai prompt', 'generate video from text', 'text2video kling'.
code-execution
mhattingpete
Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.
mcp-chaining
parcadei
Research-to-implement pipeline chaining 5 MCP tools with graceful degradation
prowler-sdk-check
prowler-cloud
Creates Prowler security checks following SDK architecture patterns. Trigger: When creating or updating a Prowler SDK security check (implementation + metadata) for any provider (AWS, Azure, GCP, K8s, GitHub, etc.).