AgentSkillsCN

sync-docs

重新生成或验证 fe-tools 的文档。当用户提出更新文档、生成 TypeDoc 输出,或核对文档一致性时,可使用此技能。

SKILL.md
--- frontmatter
name: sync-docs
description: Regenerate or verify documentation for fe-tools. Use when the user asks to update docs, generate TypeDoc output, or verify documentation alignment.

Sync Docs

Workflow

  1. Ensure exported APIs are correct in packages/*/src/index.ts.
  2. Run npm run docs to generate TypeDoc output.
  3. If docs errors occur, fix the first reported issue and re-run.