Agent Skills
› nomadoor/ComfyUI-Video-Stabilizer
› docs-sync
docs-sync
GitHub当代码行为、依赖、工作流或发布元数据发生变更时,用于同步更新 README、需求文档、ADR 及 pyproject.toml,确保文档与实现一致并符合规范。
Trigger Scenarios
README 内容变更
需求文档更新
架构决策记录(ADR)新增或修改
pyproject.toml 版本或依赖调整
Install
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
Version History
- d516bf0 Current 2026-07-05 11:55


