Agent Skills
› franklioxygen/agent-workflows
› docs-maintenance
docs-maintenance
GitHub维护agent-workflows文档,更新README、工作流说明、共享引用及一致性。适用于文档更新、修复过期链接、添加示例或验证文档结构等场景。
Trigger Scenarios
请求更新文档内容
修复过期的参考链接
添加新的示例代码
改进文档结构
验证文档一致性
Install
npx skills add franklioxygen/agent-workflows --skill docs-maintenance -g -y
SKILL.md
Frontmatter
{
"name": "docs-maintenance",
"description": "Maintain agent-workflows documentation by updating README entries, workflow docs, shared references, skill docs, examples, links, headings, and cross-file consistency after documentation or workflow changes. Use when Codex is asked to update docs, fix stale references, add examples, improve documentation structure, or validate agent-workflows documentation."
}
Docs Maintenance
Quick Start
- Run
scripts/docs_inventory.py <path>to inventory Markdown docs and common documentation signals. - Run
../workflow-maintainer/scripts/audit_workflow_library.pywhen maintaining this agent-workflows repository. - Read references/docs-maintenance-checklist.md before finalizing documentation changes.
- Follow shared safety, validation, and scope rules in ../_shared/references/skill-operating-rules.md.
- Keep edits scoped to the documentation goal; do not change workflow semantics accidentally.
Maintenance Workflow
- Identify the doc change type: new doc, renamed file, changed workflow step, new skill, example update, typo, or consistency fix.
- Inventory docs:
python3 scripts/docs_inventory.py /path/to/agent-workflows
- Update all cross-references affected by the change:
- README inventories and setup instructions.
- Workflow routing and library-loading references.
- Skill docs and canonical agent metadata prompts in
agents/interface.yaml. - Shared conventions if repeated wording appears in multiple workflow files.
- Validate links, anchors, inventories, and helper scripts.
- Report changed docs, validation run, and any skipped checks.
Output Rules
- Prefer precise wording over broad rewrites.
- Preserve existing tone and structure.
- Keep examples executable or clearly marked as templates.
- Do not add duplicate safety language if a shared reference is the canonical source.
Version History
- 063f52c Current 2026-07-05 20:14


