用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/InternScience/DrClaw --skill guide-updater命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use the ACPX CLI through DrClaw's existing exec/long_exec tools to run Codex in the current project workspace.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Convert a user style request into concrete rewrite constraints and apply that style during de-flavoring. Use when the user specifies a target tone, audience, or writing persona.
基于 SOC 职业分类
正在显示 SKILL.md
| name | guide-updater |
| description | 当用户明确要求"更新项目指南""同步指南""沉淀洞见到指南"时使用。将对话中新产生的可复用写作洞见实时沉淀到项目指南文件,保持术语口径一致、结构稳定、可检验与可复现。调用时必须指定指南文件路径。 |
| metadata | {"author":"Bensz Conan","short-description":"项目指南实时更新器","keywords":["项目指南","写作洞见","知识沉淀","术语一致","指南更新"],"triggers":["更新项目指南","同步指南","沉淀到指南","guide updater"]} |
| config | skills/guide-updater/config.yaml |
将对话中新产生的可复用写作洞见实时沉淀到项目指南文件,保持术语口径一致、结构稳定、可检验与可复现。
调用此技能时,必须在参数中指定指南文件路径:
/guide-updater --guide-path <路径>
或自然语言形式:
每次更新前快速自检:
## 级标题;只在既有小节/列表中"融入"新增要点。skills/guide-updater/references/guide-structure-map.md 再动手。## 写作哲学## 命名与术语## 基本原理## 文献综述与创新性## 落点清单## 评审专家可能的问题及回答## 研究风险## 附录不确定放哪:优先放到"最能减少未来写作返工"的位置;仍不确定就先问用户"更希望作为写作哲学/技术路线/风险控制哪一类沉淀?"再改文件。
python skills/guide-updater/scripts/validate_guide.py <指南文件路径>(或手动确认关键 ## 标题仍存在)。## 级标题或引入"另起炉灶"的新结构。| 目录 | 用途 |
|---|---|
scripts/ | 校验 项目指南.md 是否保持关键结构与必要标题 |
references/ | 记录结构映射与落点规则,避免反复判断放置位置 |