Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› docs-sync
docs-sync
GitHub用于在代码行为、依赖、工作流或发布元数据变更时同步文档。确保README一致性,用ADR记录设计决策,保持依赖版本匹配,并通过验证脚本检查仓库状态。
触发场景
修改 README 或 README_ja.md
更新 requirements 或 pyproject.toml 依赖
变更 ADRs 中的设计决策
调整用户可见的行为或工作流
安装
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


