AgentSkillsCN

documents

创建并更新附着于项目、倡议、议题或周期的文档。

SKILL.md
--- frontmatter
name: documents
description: Create and update documents attached to a project, initiative, issue, or cycle.
criteria: Use when the user wants to create or update a document.
tools: create_document, update_document

Documents attach to exactly one parent (project, initiative, issue, or cycle).

<creating> - Preserve user-provided content verbatim unless asked to rewrite. - Keep Markdown structure readable; don't pad with generic sections unless requested. - If parent isn't specified, ask rather than guessing where it should live. - Resolve parent entity ID via suggest_property_values or search_entities. </creating> <updating> - Apply the minimal requested edits (replace a section, append a paragraph, etc.). - Don't "refactor" wording unless asked. - Can optionally move to a different parent if requested. </updating>