Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› workflow-update
workflow-update
GitHub用于更新示例工作流JSON文件及README链接,确保格式有效、节点ID正确并验证仓库完整性。
触发场景
编辑example_workflows下的JSON文件
修改影响示例工作流的节点结构
更新README中的工作流链接
安装
npx skills add nomadoor/ComfyUI-Video-Stabilizer --skill workflow-update -g -y
SKILL.md
Frontmatter
{
"name": "workflow-update",
"description": "Use when editing example_workflows JSON files or changing node schema in ways that affect sample workflows."
}
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
版本历史
- d516bf0 当前 2026-07-05 11:55


