AgentSkillsCN

Docs Sync

文档同步

SKILL.md

docs-sync

Purpose

Keep documentation aligned with product changes across alphaagent, alphaclaw, and openclaw.

Trigger

Use this skill whenever a PR changes user-visible behavior, operational workflows, integrations, channels, security controls, roles, or release/version behavior.

Required checks

  1. Identify affected docs sections.
  2. Update docs pages in this repository.
  3. Update src/data/version-matrix.json if release compatibility changed.
  4. Run:
    • npm run build
    • npm run check:integrations
    • npm run generate:agent-knowledge
  5. Commit docs + generated artifacts.

Cross-repo contract

Product PRs in alphaagent/alphaclaw should link to docs PRs here when docs impact exists.