Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› docs-sync
docs-sync
GitHub用于同步代码行为变更对应的文档,包括README、需求文档、ADR及依赖配置。确保文档与实现一致,并提供验证脚本检查内容有效性。
触发场景
修改了公共行为或API接口
更新了项目依赖或版本信息
需要记录重大设计决策或兼容性变更
安装
npx skills add nomadoor/ComfyUI-Video-Stabilizer --skill docs-sync -g -y
SKILL.md
Frontmatter
{
"name": "docs-sync",
"description": "Use when changing README, README_ja, requirements, ADRs, or user-facing behavior."
}
Docs Sync
Use this skill when behavior, schema, dependencies, workflow samples, or release metadata changes.
What To Sync
README.mdandREADME_ja.mdshould describe the same public behavior.docs/requirements/should state the intended behavior and acceptance criteria.docs/adr/should record significant design decisions, especially compatibility or fallback changes.pyproject.tomlversion/dependencies should match release and runtime behavior.
Rules
- Keep README concise and user-facing.
- Put implementation rationale in ADRs, not the README.
- Do not document fallback behavior that the code does not actually implement.
- Keep local workflow links valid.
Checks
python3 scripts/validate_repo.py
版本历史
- d516bf0 当前 2026-07-05 11:55


