[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-minimax-review-writing":3,"mdc--9fisyy-key":37,"related-org-minimax-review-writing":925,"related-repo-minimax-review-writing":1126},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"review-writing","write academic literature reviews","当用户需要基于文献证据撰写综述、写论文引言或相关工作、把文献调研结果组织成 规范成文、生成带 GB\u002FT 7714 参考文献的综述初稿时使用。同义场景：综述写作、 文献综述成文、相关工作撰写、调研报告写作、生成参考文献列表、 \"帮我写一篇关于 X 的综述\"\"把分析结果写成文章\"\"整理成 GB\u002FT 7714 格式\"。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"minimax","MiniMax","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fminimax.jpg","MiniMax-AI",[13,17,20,23],{"name":14,"slug":15,"type":16},"Research","research","tag",{"name":18,"slug":19,"type":16},"Writing","writing",{"name":21,"slug":22,"type":16},"Documents","documents",{"name":24,"slug":25,"type":16},"Technical Writing","technical-writing",5,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins","2026-08-21T03:59:13.731642",null,2,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Community registry and contribution toolkit for MiniMax Code plugins.","https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins\u002Ftree\u002FHEAD\u002Fplugins\u002FHylouis233\u002Fopenscience\u002Fskills\u002Freview-writing","---\nname: review-writing\ndescription: >-\n  当用户需要基于文献证据撰写综述、写论文引言或相关工作、把文献调研结果组织成\n  规范成文、生成带 GB\u002FT 7714 参考文献的综述初稿时使用。同义场景：综述写作、\n  文献综述成文、相关工作撰写、调研报告写作、生成参考文献列表、\n  \"帮我写一篇关于 X 的综述\"\"把分析结果写成文章\"\"整理成 GB\u002FT 7714 格式\"。\nargument-hint: '[综述主题]'\nmetadata:\n  domains: [literature]\n  last_reviewed: '2026-08-18'\n---\n\n# review-writing：综述成文与引用管理\n\n## 目的\n\n基于 literature-survey 的 `survey.md` + `evidence.json` 和 literature-search 的\n`papers.json`，完成「大纲 → 分节写作 → 自审修订 → 引用编号 → 参考文献」\n全流程，产出综述初稿 `draft.md` 与双格式参考文献（GB\u002FT 7714-2015 文本 +\n`references.bib`）。\n\n底线：只使用证据库中真实存在的文献与论断，不新增无源内容。\n\n## 前置检查\n\n1. `output\u002Fliterature-survey\u002F\u003Cslug>\u002Flatest\u002F{survey.md, evidence.json}` 存在；\n   `output\u002Fliterature-search\u002F\u003Cslug>\u002Flatest\u002Fpapers.json` 存在。\n2. 与用户确认综述类型（领域综述 \u002F 相关工作 \u002F 引言）与目标篇幅。\n3. slug 与上游一致（规范化：Unicode NFKC、转小写、去首尾空白、连续空白\n   折叠为单个空格，sha1 前 8 位）。\n\n## 操作规程\n\n### 1. 大纲设计（含 evidence-map 白名单校验）\n\n- 设计分节大纲，每节含三个属性：`title`（节标题）、`task`（本节写作任务\n  一句话）、`evidence-map`（本节允许使用的分析字段列表）。\n- evidence-map **只能引用** literature-survey 的 8 个固定字段名：\n  领域整体研究概况 \u002F 共性共识 \u002F 争议矛盾 \u002F 研究空白 \u002F 时序演化 \u002F\n  方法迭代 \u002F 子主题横向对比 \u002F 总结展望。\n- 白名单校验：剔除无效项并记录到大纲文件；某节 evidence-map 被剔空时\n  回到大纲重新设计，不得带着空证据映射开写。\n- 大纲写入 `output\u002Freview-writing\u002F\u003Cslug>\u002Flatest\u002Foutline.md`，\n  请用户确认后再动笔。\n\n### 2. 分节写作\n\n- 逐节写作：本节只能使用其 evidence-map 所列字段下的论断与 EvidenceItem。\n- 文中引用以临时标记 `[paper_id]` 随行插入。\n- 每节写完立即自审一轮：① 每个事实性论断是否挂了证据；\n  ② 是否越出 evidence-map 范围；③ 是否完成本节 task。\n- 自审不通过则修订该节，**每节最多修订 2 轮**；2 轮后仍不达标的段落标\n  **[待复核]** 并保留现稿，继续下一节，不卡死整体流程。\n\n### 3. 引用管理（成文后）\n\n- 通读全稿，按 paper_id 在文中首次出现的顺序，把临时标记重编号为\n  [1][2][3]…。\n- 删除无源引用标记：凡在 papers.json 中找不到对应 paper_id 的引用，\n  连同其标记一并删除，并在 `citation-audit.md` 记录删除位置与原因。\n- 确认每个编号在参考文献表中恰好对应一条目，编号连续、无跳号、无重号。\n\n### 4. 参考文献双格式输出\n\nGB\u002FT 7714-2015 常见类型模板（作者超过 3 位时取前 3 位、后接「, 等」；\n西文作者姓全大写、名取首字母）：\n\n- 期刊 [J]：`主要责任者. 题名[J]. 刊名, 年, 卷(期): 起止页码. DOI: xxxx.`\n- 会议 [C]：`主要责任者. 题名[C]\u002F\u002F会议论文集名. 出版地: 出版者, 出版年: 起止页码.`\n- 学位论文 [D]：`主要责任者. 题名[D]. 保存地: 保存单位, 年份.`\n- 预印本（电子资源）[EB\u002FOL]：\n  `主要责任者. 题名[EB\u002FOL]. (发布日期)[引用日期]. 获取地址.`\n  例：`VASWANI A, SHAZEER N, PARMAR N, 等. Attention is all you need[EB\u002FOL]. (2017-06-12)[2026-08-18]. https:\u002F\u002Farxiv.org\u002Fabs\u002F1706.03762.`\n\n同时生成 `references.bib`：每篇一条 BibTeX（article \u002F inproceedings \u002F\nphdthesis \u002F misc 且 note 标注 preprint），citekey 用\n「第一作者姓 + 年份 + 标题首词」；字段取自 papers.json 原始元数据，\n缺失字段宁缺毋假。\n\n### 5. 落盘\n\n目录 `output\u002Freview-writing\u002F\u003Cslug>\u002Flatest\u002F`：\n\n- `outline.md`：大纲（含每节 task 与校验后的 evidence-map）；\n- `draft.md`：综述初稿（含 [待复核] 标注，如有）；\n- `references.txt`：GB\u002FT 7714-2015 格式参考文献表；\n- `references.bib`：BibTeX 参考文献库；\n- `citation-audit.md`：重编号映射 + 无源引用删除记录 + [待复核] 清单。\n\n### 6. 行文要求\n\n- 学术中文为主；术语首次出现时保留英文原文并附中译；\n- 每段聚焦一个论点，段首给主题句；\n- 争议内容并列呈现双方证据，不做无依据的裁决；\n- 图表引用仅在 evidence 中有对应来源时使用。\n\n## 输出模板\n\n### references.txt 完整示例\n\n```text\n[1] VASWANI A, SHAZEER N, PARMAR N, 等. Attention is all you need[C]\u002F\u002FAdvances in Neural Information Processing Systems 30. Long Beach: Curran Associates, 2017: 5998-6008.\n[2] 张三, 李四. 深度学习综述方法研究[D]. 北京: 清华大学, 2022.\n```\n\n### references.bib 条目示例\n\n```bibtex\n@inproceedings{vaswani2017attention,\n  title     = {Attention Is All You Need},\n  author    = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and others},\n  booktitle = {Advances in Neural Information Processing Systems 30},\n  year      = {2017},\n  pages     = {5998--6008}\n}\n```\n\n### outline.md 节示例\n\n```markdown\n## 2. 研究方法演进\n- task: 梳理主流技术路线的迭代脉络\n- evidence-map: [方法迭代, 时序演化]\n```\n\n### draft.md 引用样式\n\n```markdown\n自注意力机制完全取代循环结构后，长程依赖建模能力显著提升[1]；\n后续工作沿两条路线迭代：稀疏化注意力[2] 与线性化近似[3]。\n```\n\n（[1][2][3] 为按出现顺序重排后的编号，与 references.txt \u002F references.bib\n一一对应。）\n\n## 本技能不做什么\n\n- 不编造文献、不虚构引用；无源引用只删不留。\n- 不新增 evidence.json 之外的事实性论断（常识性过渡句除外）。\n- 不做参考文献真伪核验与正文支撑审查（成文后交给 citation-verify 等核验类 skill）。\n- 不替用户决定综述观点立场；争议处并列呈现各方证据。\n- 不突破每节 2 轮修订上限去无限打磨。\n\n## 收尾与下一步\n\n1. 汇总：章节数、引用篇数、[待复核] 段落数、删除的无源引用数。\n2. 指向 `output\u002Freview-writing\u002F\u003Cslug>\u002Flatest\u002F` 全部产物。\n3. **强制建议**：成文后运行 citation-verify 做闭环质检——\n   - `citation-verify` 核验 `references.bib` 每条文献的真实性；\n   - `claim-check` 复查 `draft.md` 的论断支撑；\n   - 或直接运行 `evidence-loop`，一键走完核验-补检-修订闭环。\n",{"data":38,"body":44},{"name":4,"description":6,"argument-hint":39,"metadata":40},"[综述主题]",{"domains":41,"last_reviewed":43},[42],"literature","2026-08-18",{"type":45,"children":46},"root",[47,56,62,109,114,119,153,158,165,229,235,284,290,323,329,334,415,427,433,445,512,518,541,546,552,564,570,641,647,697,703,782,793,798,826,831,919],{"type":48,"tag":49,"props":50,"children":52},"element","h1",{"id":51},"review-writing综述成文与引用管理",[53],{"type":54,"value":55},"text","review-writing：综述成文与引用管理",{"type":48,"tag":57,"props":58,"children":60},"h2",{"id":59},"目的",[61],{"type":54,"value":59},{"type":48,"tag":63,"props":64,"children":65},"p",{},[66,68,75,77,83,85,91,93,99,101,107],{"type":54,"value":67},"基于 literature-survey 的 ",{"type":48,"tag":69,"props":70,"children":72},"code",{"className":71},[],[73],{"type":54,"value":74},"survey.md",{"type":54,"value":76}," + ",{"type":48,"tag":69,"props":78,"children":80},{"className":79},[],[81],{"type":54,"value":82},"evidence.json",{"type":54,"value":84}," 和 literature-search 的\n",{"type":48,"tag":69,"props":86,"children":88},{"className":87},[],[89],{"type":54,"value":90},"papers.json",{"type":54,"value":92},"，完成「大纲 → 分节写作 → 自审修订 → 引用编号 → 参考文献」\n全流程，产出综述初稿 ",{"type":48,"tag":69,"props":94,"children":96},{"className":95},[],[97],{"type":54,"value":98},"draft.md",{"type":54,"value":100}," 与双格式参考文献（GB\u002FT 7714-2015 文本 +\n",{"type":48,"tag":69,"props":102,"children":104},{"className":103},[],[105],{"type":54,"value":106},"references.bib",{"type":54,"value":108},"）。",{"type":48,"tag":63,"props":110,"children":111},{},[112],{"type":54,"value":113},"底线：只使用证据库中真实存在的文献与论断，不新增无源内容。",{"type":48,"tag":57,"props":115,"children":117},{"id":116},"前置检查",[118],{"type":54,"value":116},{"type":48,"tag":120,"props":121,"children":122},"ol",{},[123,143,148],{"type":48,"tag":124,"props":125,"children":126},"li",{},[127,133,135,141],{"type":48,"tag":69,"props":128,"children":130},{"className":129},[],[131],{"type":54,"value":132},"output\u002Fliterature-survey\u002F\u003Cslug>\u002Flatest\u002F{survey.md, evidence.json}",{"type":54,"value":134}," 存在；\n",{"type":48,"tag":69,"props":136,"children":138},{"className":137},[],[139],{"type":54,"value":140},"output\u002Fliterature-search\u002F\u003Cslug>\u002Flatest\u002Fpapers.json",{"type":54,"value":142}," 存在。",{"type":48,"tag":124,"props":144,"children":145},{},[146],{"type":54,"value":147},"与用户确认综述类型（领域综述 \u002F 相关工作 \u002F 引言）与目标篇幅。",{"type":48,"tag":124,"props":149,"children":150},{},[151],{"type":54,"value":152},"slug 与上游一致（规范化：Unicode NFKC、转小写、去首尾空白、连续空白\n折叠为单个空格，sha1 前 8 位）。",{"type":48,"tag":57,"props":154,"children":156},{"id":155},"操作规程",[157],{"type":54,"value":155},{"type":48,"tag":159,"props":160,"children":162},"h3",{"id":161},"_1-大纲设计含-evidence-map-白名单校验",[163],{"type":54,"value":164},"1. 大纲设计（含 evidence-map 白名单校验）",{"type":48,"tag":166,"props":167,"children":168},"ul",{},[169,198,211,216],{"type":48,"tag":124,"props":170,"children":171},{},[172,174,180,182,188,190,196],{"type":54,"value":173},"设计分节大纲，每节含三个属性：",{"type":48,"tag":69,"props":175,"children":177},{"className":176},[],[178],{"type":54,"value":179},"title",{"type":54,"value":181},"（节标题）、",{"type":48,"tag":69,"props":183,"children":185},{"className":184},[],[186],{"type":54,"value":187},"task",{"type":54,"value":189},"（本节写作任务\n一句话）、",{"type":48,"tag":69,"props":191,"children":193},{"className":192},[],[194],{"type":54,"value":195},"evidence-map",{"type":54,"value":197},"（本节允许使用的分析字段列表）。",{"type":48,"tag":124,"props":199,"children":200},{},[201,203,209],{"type":54,"value":202},"evidence-map ",{"type":48,"tag":204,"props":205,"children":206},"strong",{},[207],{"type":54,"value":208},"只能引用",{"type":54,"value":210}," literature-survey 的 8 个固定字段名：\n领域整体研究概况 \u002F 共性共识 \u002F 争议矛盾 \u002F 研究空白 \u002F 时序演化 \u002F\n方法迭代 \u002F 子主题横向对比 \u002F 总结展望。",{"type":48,"tag":124,"props":212,"children":213},{},[214],{"type":54,"value":215},"白名单校验：剔除无效项并记录到大纲文件；某节 evidence-map 被剔空时\n回到大纲重新设计，不得带着空证据映射开写。",{"type":48,"tag":124,"props":217,"children":218},{},[219,221,227],{"type":54,"value":220},"大纲写入 ",{"type":48,"tag":69,"props":222,"children":224},{"className":223},[],[225],{"type":54,"value":226},"output\u002Freview-writing\u002F\u003Cslug>\u002Flatest\u002Foutline.md",{"type":54,"value":228},"，\n请用户确认后再动笔。",{"type":48,"tag":159,"props":230,"children":232},{"id":231},"_2-分节写作",[233],{"type":54,"value":234},"2. 分节写作",{"type":48,"tag":166,"props":236,"children":237},{},[238,243,256,261],{"type":48,"tag":124,"props":239,"children":240},{},[241],{"type":54,"value":242},"逐节写作：本节只能使用其 evidence-map 所列字段下的论断与 EvidenceItem。",{"type":48,"tag":124,"props":244,"children":245},{},[246,248,254],{"type":54,"value":247},"文中引用以临时标记 ",{"type":48,"tag":69,"props":249,"children":251},{"className":250},[],[252],{"type":54,"value":253},"[paper_id]",{"type":54,"value":255}," 随行插入。",{"type":48,"tag":124,"props":257,"children":258},{},[259],{"type":54,"value":260},"每节写完立即自审一轮：① 每个事实性论断是否挂了证据；\n② 是否越出 evidence-map 范围；③ 是否完成本节 task。",{"type":48,"tag":124,"props":262,"children":263},{},[264,266,271,273,282],{"type":54,"value":265},"自审不通过则修订该节，",{"type":48,"tag":204,"props":267,"children":268},{},[269],{"type":54,"value":270},"每节最多修订 2 轮",{"type":54,"value":272},"；2 轮后仍不达标的段落标\n",{"type":48,"tag":204,"props":274,"children":275},{},[276],{"type":48,"tag":277,"props":278,"children":279},"span",{},[280],{"type":54,"value":281},"待复核",{"type":54,"value":283}," 并保留现稿，继续下一节，不卡死整体流程。",{"type":48,"tag":159,"props":285,"children":287},{"id":286},"_3-引用管理成文后",[288],{"type":54,"value":289},"3. 引用管理（成文后）",{"type":48,"tag":166,"props":291,"children":292},{},[293,305,318],{"type":48,"tag":124,"props":294,"children":295},{},[296,298,303],{"type":54,"value":297},"通读全稿，按 paper_id 在文中首次出现的顺序，把临时标记重编号为\n[1][2]",{"type":48,"tag":277,"props":299,"children":300},{},[301],{"type":54,"value":302},"3",{"type":54,"value":304},"…。",{"type":48,"tag":124,"props":306,"children":307},{},[308,310,316],{"type":54,"value":309},"删除无源引用标记：凡在 papers.json 中找不到对应 paper_id 的引用，\n连同其标记一并删除，并在 ",{"type":48,"tag":69,"props":311,"children":313},{"className":312},[],[314],{"type":54,"value":315},"citation-audit.md",{"type":54,"value":317}," 记录删除位置与原因。",{"type":48,"tag":124,"props":319,"children":320},{},[321],{"type":54,"value":322},"确认每个编号在参考文献表中恰好对应一条目，编号连续、无跳号、无重号。",{"type":48,"tag":159,"props":324,"children":326},{"id":325},"_4-参考文献双格式输出",[327],{"type":54,"value":328},"4. 参考文献双格式输出",{"type":48,"tag":63,"props":330,"children":331},{},[332],{"type":54,"value":333},"GB\u002FT 7714-2015 常见类型模板（作者超过 3 位时取前 3 位、后接「, 等」；\n西文作者姓全大写、名取首字母）：",{"type":48,"tag":166,"props":335,"children":336},{},[337,355,372,389],{"type":48,"tag":124,"props":338,"children":339},{},[340,342,347,349],{"type":54,"value":341},"期刊 ",{"type":48,"tag":277,"props":343,"children":344},{},[345],{"type":54,"value":346},"J",{"type":54,"value":348},"：",{"type":48,"tag":69,"props":350,"children":352},{"className":351},[],[353],{"type":54,"value":354},"主要责任者. 题名[J]. 刊名, 年, 卷(期): 起止页码. DOI: xxxx.",{"type":48,"tag":124,"props":356,"children":357},{},[358,360,365,366],{"type":54,"value":359},"会议 ",{"type":48,"tag":277,"props":361,"children":362},{},[363],{"type":54,"value":364},"C",{"type":54,"value":348},{"type":48,"tag":69,"props":367,"children":369},{"className":368},[],[370],{"type":54,"value":371},"主要责任者. 题名[C]\u002F\u002F会议论文集名. 出版地: 出版者, 出版年: 起止页码.",{"type":48,"tag":124,"props":373,"children":374},{},[375,377,382,383],{"type":54,"value":376},"学位论文 ",{"type":48,"tag":277,"props":378,"children":379},{},[380],{"type":54,"value":381},"D",{"type":54,"value":348},{"type":48,"tag":69,"props":384,"children":386},{"className":385},[],[387],{"type":54,"value":388},"主要责任者. 题名[D]. 保存地: 保存单位, 年份.",{"type":48,"tag":124,"props":390,"children":391},{},[392,394,399,401,407,409],{"type":54,"value":393},"预印本（电子资源）",{"type":48,"tag":277,"props":395,"children":396},{},[397],{"type":54,"value":398},"EB\u002FOL",{"type":54,"value":400},"：\n",{"type":48,"tag":69,"props":402,"children":404},{"className":403},[],[405],{"type":54,"value":406},"主要责任者. 题名[EB\u002FOL]. (发布日期)[引用日期]. 获取地址.",{"type":54,"value":408},"\n例：",{"type":48,"tag":69,"props":410,"children":412},{"className":411},[],[413],{"type":54,"value":414},"VASWANI A, SHAZEER N, PARMAR N, 等. Attention is all you need[EB\u002FOL]. (2017-06-12)[2026-08-18]. https:\u002F\u002Farxiv.org\u002Fabs\u002F1706.03762.",{"type":48,"tag":63,"props":416,"children":417},{},[418,420,425],{"type":54,"value":419},"同时生成 ",{"type":48,"tag":69,"props":421,"children":423},{"className":422},[],[424],{"type":54,"value":106},{"type":54,"value":426},"：每篇一条 BibTeX（article \u002F inproceedings \u002F\nphdthesis \u002F misc 且 note 标注 preprint），citekey 用\n「第一作者姓 + 年份 + 标题首词」；字段取自 papers.json 原始元数据，\n缺失字段宁缺毋假。",{"type":48,"tag":159,"props":428,"children":430},{"id":429},"_5-落盘",[431],{"type":54,"value":432},"5. 落盘",{"type":48,"tag":63,"props":434,"children":435},{},[436,438,444],{"type":54,"value":437},"目录 ",{"type":48,"tag":69,"props":439,"children":441},{"className":440},[],[442],{"type":54,"value":443},"output\u002Freview-writing\u002F\u003Cslug>\u002Flatest\u002F",{"type":54,"value":348},{"type":48,"tag":166,"props":446,"children":447},{},[448,459,475,486,496],{"type":48,"tag":124,"props":449,"children":450},{},[451,457],{"type":48,"tag":69,"props":452,"children":454},{"className":453},[],[455],{"type":54,"value":456},"outline.md",{"type":54,"value":458},"：大纲（含每节 task 与校验后的 evidence-map）；",{"type":48,"tag":124,"props":460,"children":461},{},[462,467,469,473],{"type":48,"tag":69,"props":463,"children":465},{"className":464},[],[466],{"type":54,"value":98},{"type":54,"value":468},"：综述初稿（含 ",{"type":48,"tag":277,"props":470,"children":471},{},[472],{"type":54,"value":281},{"type":54,"value":474}," 标注，如有）；",{"type":48,"tag":124,"props":476,"children":477},{},[478,484],{"type":48,"tag":69,"props":479,"children":481},{"className":480},[],[482],{"type":54,"value":483},"references.txt",{"type":54,"value":485},"：GB\u002FT 7714-2015 格式参考文献表；",{"type":48,"tag":124,"props":487,"children":488},{},[489,494],{"type":48,"tag":69,"props":490,"children":492},{"className":491},[],[493],{"type":54,"value":106},{"type":54,"value":495},"：BibTeX 参考文献库；",{"type":48,"tag":124,"props":497,"children":498},{},[499,504,506,510],{"type":48,"tag":69,"props":500,"children":502},{"className":501},[],[503],{"type":54,"value":315},{"type":54,"value":505},"：重编号映射 + 无源引用删除记录 + ",{"type":48,"tag":277,"props":507,"children":508},{},[509],{"type":54,"value":281},{"type":54,"value":511}," 清单。",{"type":48,"tag":159,"props":513,"children":515},{"id":514},"_6-行文要求",[516],{"type":54,"value":517},"6. 行文要求",{"type":48,"tag":166,"props":519,"children":520},{},[521,526,531,536],{"type":48,"tag":124,"props":522,"children":523},{},[524],{"type":54,"value":525},"学术中文为主；术语首次出现时保留英文原文并附中译；",{"type":48,"tag":124,"props":527,"children":528},{},[529],{"type":54,"value":530},"每段聚焦一个论点，段首给主题句；",{"type":48,"tag":124,"props":532,"children":533},{},[534],{"type":54,"value":535},"争议内容并列呈现双方证据，不做无依据的裁决；",{"type":48,"tag":124,"props":537,"children":538},{},[539],{"type":54,"value":540},"图表引用仅在 evidence 中有对应来源时使用。",{"type":48,"tag":57,"props":542,"children":544},{"id":543},"输出模板",[545],{"type":54,"value":543},{"type":48,"tag":159,"props":547,"children":549},{"id":548},"referencestxt-完整示例",[550],{"type":54,"value":551},"references.txt 完整示例",{"type":48,"tag":553,"props":554,"children":559},"pre",{"className":555,"code":557,"language":54,"meta":558},[556],"language-text","[1] VASWANI A, SHAZEER N, PARMAR N, 等. Attention is all you need[C]\u002F\u002FAdvances in Neural Information Processing Systems 30. Long Beach: Curran Associates, 2017: 5998-6008.\n[2] 张三, 李四. 深度学习综述方法研究[D]. 北京: 清华大学, 2022.\n","",[560],{"type":48,"tag":69,"props":561,"children":562},{"__ignoreMap":558},[563],{"type":54,"value":557},{"type":48,"tag":159,"props":565,"children":567},{"id":566},"referencesbib-条目示例",[568],{"type":54,"value":569},"references.bib 条目示例",{"type":48,"tag":553,"props":571,"children":575},{"className":572,"code":573,"language":574,"meta":558,"style":558},"language-bibtex shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","@inproceedings{vaswani2017attention,\n  title     = {Attention Is All You Need},\n  author    = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and others},\n  booktitle = {Advances in Neural Information Processing Systems 30},\n  year      = {2017},\n  pages     = {5998--6008}\n}\n","bibtex",[576],{"type":48,"tag":69,"props":577,"children":578},{"__ignoreMap":558},[579,589,597,606,615,623,632],{"type":48,"tag":277,"props":580,"children":583},{"class":581,"line":582},"line",1,[584],{"type":48,"tag":277,"props":585,"children":586},{},[587],{"type":54,"value":588},"@inproceedings{vaswani2017attention,\n",{"type":48,"tag":277,"props":590,"children":591},{"class":581,"line":30},[592],{"type":48,"tag":277,"props":593,"children":594},{},[595],{"type":54,"value":596},"  title     = {Attention Is All You Need},\n",{"type":48,"tag":277,"props":598,"children":600},{"class":581,"line":599},3,[601],{"type":48,"tag":277,"props":602,"children":603},{},[604],{"type":54,"value":605},"  author    = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and others},\n",{"type":48,"tag":277,"props":607,"children":609},{"class":581,"line":608},4,[610],{"type":48,"tag":277,"props":611,"children":612},{},[613],{"type":54,"value":614},"  booktitle = {Advances in Neural Information Processing Systems 30},\n",{"type":48,"tag":277,"props":616,"children":617},{"class":581,"line":26},[618],{"type":48,"tag":277,"props":619,"children":620},{},[621],{"type":54,"value":622},"  year      = {2017},\n",{"type":48,"tag":277,"props":624,"children":626},{"class":581,"line":625},6,[627],{"type":48,"tag":277,"props":628,"children":629},{},[630],{"type":54,"value":631},"  pages     = {5998--6008}\n",{"type":48,"tag":277,"props":633,"children":635},{"class":581,"line":634},7,[636],{"type":48,"tag":277,"props":637,"children":638},{},[639],{"type":54,"value":640},"}\n",{"type":48,"tag":159,"props":642,"children":644},{"id":643},"outlinemd-节示例",[645],{"type":54,"value":646},"outline.md 节示例",{"type":48,"tag":553,"props":648,"children":652},{"className":649,"code":650,"language":651,"meta":558,"style":558},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## 2. 研究方法演进\n- task: 梳理主流技术路线的迭代脉络\n- evidence-map: [方法迭代, 时序演化]\n","markdown",[653],{"type":48,"tag":69,"props":654,"children":655},{"__ignoreMap":558},[656,671,685],{"type":48,"tag":277,"props":657,"children":658},{"class":581,"line":582},[659,665],{"type":48,"tag":277,"props":660,"children":662},{"style":661},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[663],{"type":54,"value":664},"## ",{"type":48,"tag":277,"props":666,"children":668},{"style":667},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[669],{"type":54,"value":670},"2. 研究方法演进\n",{"type":48,"tag":277,"props":672,"children":673},{"class":581,"line":30},[674,679],{"type":48,"tag":277,"props":675,"children":676},{"style":661},[677],{"type":54,"value":678},"-",{"type":48,"tag":277,"props":680,"children":682},{"style":681},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[683],{"type":54,"value":684}," task: 梳理主流技术路线的迭代脉络\n",{"type":48,"tag":277,"props":686,"children":687},{"class":581,"line":599},[688,692],{"type":48,"tag":277,"props":689,"children":690},{"style":661},[691],{"type":54,"value":678},{"type":48,"tag":277,"props":693,"children":694},{"style":681},[695],{"type":54,"value":696}," evidence-map: [方法迭代, 时序演化]\n",{"type":48,"tag":159,"props":698,"children":700},{"id":699},"draftmd-引用样式",[701],{"type":54,"value":702},"draft.md 引用样式",{"type":48,"tag":553,"props":704,"children":706},{"className":649,"code":705,"language":651,"meta":558,"style":558},"自注意力机制完全取代循环结构后，长程依赖建模能力显著提升[1]；\n后续工作沿两条路线迭代：稀疏化注意力[2] 与线性化近似[3]。\n",[707],{"type":48,"tag":69,"props":708,"children":709},{"__ignoreMap":558},[710,739],{"type":48,"tag":277,"props":711,"children":712},{"class":581,"line":582},[713,718,723,729,734],{"type":48,"tag":277,"props":714,"children":715},{"style":681},[716],{"type":54,"value":717},"自注意力机制完全取代循环结构后，长程依赖建模能力显著提升",{"type":48,"tag":277,"props":719,"children":720},{"style":661},[721],{"type":54,"value":722},"[",{"type":48,"tag":277,"props":724,"children":726},{"style":725},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[727],{"type":54,"value":728},"1",{"type":48,"tag":277,"props":730,"children":731},{"style":661},[732],{"type":54,"value":733},"]",{"type":48,"tag":277,"props":735,"children":736},{"style":681},[737],{"type":54,"value":738},"；\n",{"type":48,"tag":277,"props":740,"children":741},{"class":581,"line":30},[742,747,751,756,760,765,769,773,777],{"type":48,"tag":277,"props":743,"children":744},{"style":681},[745],{"type":54,"value":746},"后续工作沿两条路线迭代：稀疏化注意力",{"type":48,"tag":277,"props":748,"children":749},{"style":661},[750],{"type":54,"value":722},{"type":48,"tag":277,"props":752,"children":753},{"style":725},[754],{"type":54,"value":755},"2",{"type":48,"tag":277,"props":757,"children":758},{"style":661},[759],{"type":54,"value":733},{"type":48,"tag":277,"props":761,"children":762},{"style":681},[763],{"type":54,"value":764}," 与线性化近似",{"type":48,"tag":277,"props":766,"children":767},{"style":661},[768],{"type":54,"value":722},{"type":48,"tag":277,"props":770,"children":771},{"style":725},[772],{"type":54,"value":302},{"type":48,"tag":277,"props":774,"children":775},{"style":661},[776],{"type":54,"value":733},{"type":48,"tag":277,"props":778,"children":779},{"style":681},[780],{"type":54,"value":781},"。\n",{"type":48,"tag":63,"props":783,"children":784},{},[785,787,791],{"type":54,"value":786},"（[1][2]",{"type":48,"tag":277,"props":788,"children":789},{},[790],{"type":54,"value":302},{"type":54,"value":792}," 为按出现顺序重排后的编号，与 references.txt \u002F references.bib\n一一对应。）",{"type":48,"tag":57,"props":794,"children":796},{"id":795},"本技能不做什么",[797],{"type":54,"value":795},{"type":48,"tag":166,"props":799,"children":800},{},[801,806,811,816,821],{"type":48,"tag":124,"props":802,"children":803},{},[804],{"type":54,"value":805},"不编造文献、不虚构引用；无源引用只删不留。",{"type":48,"tag":124,"props":807,"children":808},{},[809],{"type":54,"value":810},"不新增 evidence.json 之外的事实性论断（常识性过渡句除外）。",{"type":48,"tag":124,"props":812,"children":813},{},[814],{"type":54,"value":815},"不做参考文献真伪核验与正文支撑审查（成文后交给 citation-verify 等核验类 skill）。",{"type":48,"tag":124,"props":817,"children":818},{},[819],{"type":54,"value":820},"不替用户决定综述观点立场；争议处并列呈现各方证据。",{"type":48,"tag":124,"props":822,"children":823},{},[824],{"type":54,"value":825},"不突破每节 2 轮修订上限去无限打磨。",{"type":48,"tag":57,"props":827,"children":829},{"id":828},"收尾与下一步",[830],{"type":54,"value":828},{"type":48,"tag":120,"props":832,"children":833},{},[834,845,857],{"type":48,"tag":124,"props":835,"children":836},{},[837,839,843],{"type":54,"value":838},"汇总：章节数、引用篇数、",{"type":48,"tag":277,"props":840,"children":841},{},[842],{"type":54,"value":281},{"type":54,"value":844}," 段落数、删除的无源引用数。",{"type":48,"tag":124,"props":846,"children":847},{},[848,850,855],{"type":54,"value":849},"指向 ",{"type":48,"tag":69,"props":851,"children":853},{"className":852},[],[854],{"type":54,"value":443},{"type":54,"value":856}," 全部产物。",{"type":48,"tag":124,"props":858,"children":859},{},[860,865,867],{"type":48,"tag":204,"props":861,"children":862},{},[863],{"type":54,"value":864},"强制建议",{"type":54,"value":866},"：成文后运行 citation-verify 做闭环质检——\n",{"type":48,"tag":166,"props":868,"children":869},{},[870,888,906],{"type":48,"tag":124,"props":871,"children":872},{},[873,879,881,886],{"type":48,"tag":69,"props":874,"children":876},{"className":875},[],[877],{"type":54,"value":878},"citation-verify",{"type":54,"value":880}," 核验 ",{"type":48,"tag":69,"props":882,"children":884},{"className":883},[],[885],{"type":54,"value":106},{"type":54,"value":887}," 每条文献的真实性；",{"type":48,"tag":124,"props":889,"children":890},{},[891,897,899,904],{"type":48,"tag":69,"props":892,"children":894},{"className":893},[],[895],{"type":54,"value":896},"claim-check",{"type":54,"value":898}," 复查 ",{"type":48,"tag":69,"props":900,"children":902},{"className":901},[],[903],{"type":54,"value":98},{"type":54,"value":905}," 的论断支撑；",{"type":48,"tag":124,"props":907,"children":908},{},[909,911,917],{"type":54,"value":910},"或直接运行 ",{"type":48,"tag":69,"props":912,"children":914},{"className":913},[],[915],{"type":54,"value":916},"evidence-loop",{"type":54,"value":918},"，一键走完核验-补检-修订闭环。",{"type":48,"tag":920,"props":921,"children":922},"style",{},[923],{"type":54,"value":924},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":926,"total":1125},[927,951,967,986,1001,1021,1039,1057,1072,1088,1105,1115],{"slug":928,"name":928,"fn":929,"description":930,"org":931,"tags":932,"stars":948,"repoUrl":949,"updatedAt":950},"android-native-dev","develop Android native applications","Android native application development and UI design guide. Covers Material Design 3, Kotlin\u002FCompose development, project configuration, accessibility, and build troubleshooting. Read this before Android native application development.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[933,936,939,942,945],{"name":934,"slug":935,"type":16},"Accessibility","accessibility",{"name":937,"slug":938,"type":16},"Android","android",{"name":940,"slug":941,"type":16},"Kotlin","kotlin",{"name":943,"slug":944,"type":16},"Mobile","mobile",{"name":946,"slug":947,"type":16},"UI Components","ui-components",13030,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills","2026-07-13T06:16:54.247834",{"slug":952,"name":952,"fn":953,"description":954,"org":955,"tags":956,"stars":948,"repoUrl":949,"updatedAt":966},"buddy-sings","generate singing performances for AI companions","Use when user wants their Claude Code pet (\u002Fbuddy) to sing a song. Triggers on any request that combines the concept of their Claude Code buddy, pet, or companion with singing or music. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[957,960,963],{"name":958,"slug":959,"type":16},"Agents","agents",{"name":961,"slug":962,"type":16},"Audio","audio",{"name":964,"slug":965,"type":16},"Creative","creative","2026-07-13T06:16:35.130644",{"slug":968,"name":968,"fn":969,"description":970,"org":971,"tags":972,"stars":948,"repoUrl":949,"updatedAt":985},"color-font-skill","select color palettes and font pairings","Choose presentation-ready color palettes and font pairings for PPT\u002Fdesign tasks. Use when users ask for visual theme choices, brand-safe palettes, or font recommendations. Triggers include: 配色, 色板, 字体, color palette, font, PPT配色, 字体搭配.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[973,976,979,982],{"name":974,"slug":975,"type":16},"Design","design",{"name":977,"slug":978,"type":16},"Presentations","presentations",{"name":980,"slug":981,"type":16},"Themes","themes",{"name":983,"slug":984,"type":16},"Typography","typography","2026-07-13T06:17:02.785587",{"slug":987,"name":987,"fn":988,"description":989,"org":990,"tags":991,"stars":948,"repoUrl":949,"updatedAt":1000},"design-style-skill","select visual design systems for presentations","Select a consistent visual design system for PPT slides using radius\u002Fspacing style recipes. Use when users ask for overall style direction or component styling consistency. Includes Sharp\u002FSoft\u002FRounded\u002FPill recipes, component mappings, typography\u002Fspacing rules, and mixing guidance. Triggers: 风格, style, radius, spacing, 圆角, 间距, PPT风格, 视觉风格, design style, component style.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[992,993,996,999],{"name":974,"slug":975,"type":16},{"name":994,"slug":995,"type":16},"Design System","design-system",{"name":997,"slug":998,"type":16},"PowerPoint","powerpoint",{"name":977,"slug":978,"type":16},"2026-07-13T06:17:10.398389",{"slug":1002,"name":1002,"fn":1003,"description":1004,"org":1005,"tags":1006,"stars":948,"repoUrl":949,"updatedAt":1020},"flutter-dev","build cross-platform apps with Flutter","Flutter cross-platform development guide covering widget patterns, Riverpod\u002FBloc state management, GoRouter navigation, performance optimization, and platform-specific implementations. Includes const optimization, responsive layouts, testing strategies, and DevTools profiling.\nUse when: building Flutter apps, implementing state management (Riverpod\u002FBloc), setting up GoRouter navigation, creating custom widgets, optimizing performance, writing widget tests, cross-platform development.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1007,1010,1013,1014,1017],{"name":1008,"slug":1009,"type":16},"Dart","dart",{"name":1011,"slug":1012,"type":16},"Flutter","flutter",{"name":943,"slug":944,"type":16},{"name":1015,"slug":1016,"type":16},"Performance","performance",{"name":1018,"slug":1019,"type":16},"State Management","state-management","2026-07-13T06:16:36.626679",{"slug":1022,"name":1022,"fn":1023,"description":1024,"org":1025,"tags":1026,"stars":948,"repoUrl":949,"updatedAt":1038},"frontend-dev","build visually striking frontend web pages","Full-stack frontend development combining premium UI design, cinematic animations,\nAI-generated media assets, persuasive copywriting, and visual art. Builds complete,\nvisually striking web pages with real media, advanced motion, and compelling copy.\nUse when: building landing pages, marketing sites, product pages, dashboards,\ngenerating media assets (image\u002Fvideo\u002Faudio\u002Fmusic), writing conversion copy,\ncreating generative art, or implementing cinematic scroll animations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1027,1030,1031,1032,1035],{"name":1028,"slug":1029,"type":16},"Animation","animation",{"name":964,"slug":965,"type":16},{"name":974,"slug":975,"type":16},{"name":1033,"slug":1034,"type":16},"Frontend","frontend",{"name":1036,"slug":1037,"type":16},"Web Development","web-development","2026-07-13T06:16:39.108827",{"slug":1040,"name":1040,"fn":1041,"description":1042,"org":1043,"tags":1044,"stars":948,"repoUrl":949,"updatedAt":1056},"fullstack-dev","build full-stack web applications","Full-stack backend architecture and frontend-backend integration guide.\nTRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service,\nbuilding todo app, building CRUD app, building real-time app, building chat app,\nExpress + React, Next.js API, Node.js backend, Python backend, Go backend,\ndesigning service layers, implementing error handling, managing config\u002Fauth,\nsetting up API clients, implementing auth flows, handling file uploads,\nadding real-time features (SSE\u002FWebSocket), hardening for production.\nDO NOT TRIGGER when: pure frontend UI work, pure CSS\u002Fstyling, database schema only.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1045,1048,1049,1052,1055],{"name":1046,"slug":1047,"type":16},"Backend","backend",{"name":1033,"slug":1034,"type":16},{"name":1050,"slug":1051,"type":16},"Full-stack","full-stack",{"name":1053,"slug":1054,"type":16},"REST API","rest-api",{"name":1036,"slug":1037,"type":16},"2026-07-13T06:16:43.219005",{"slug":1058,"name":1058,"fn":1059,"description":1060,"org":1061,"tags":1062,"stars":948,"repoUrl":949,"updatedAt":1071},"gif-sticker-maker","create animated GIF stickers from photos","Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions.\nUse when: user wants to create cartoon stickers, GIF expressions, emoji packs, animated avatars,\nor convert photos to Funko Pop \u002F Pop Mart blind box style animations.\nTriggers: sticker, GIF, cartoon, emoji, expression pack, avatar animation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1063,1064,1065,1068],{"name":1028,"slug":1029,"type":16},{"name":964,"slug":965,"type":16},{"name":1066,"slug":1067,"type":16},"Images","images",{"name":1069,"slug":1070,"type":16},"Media","media","2026-07-13T06:16:51.74461",{"slug":1073,"name":1073,"fn":1074,"description":1075,"org":1076,"tags":1077,"stars":948,"repoUrl":949,"updatedAt":1087},"ios-application-dev","develop iOS applications with SwiftUI and UIKit","iOS application development guide covering UIKit, SnapKit, and SwiftUI. Includes touch targets, safe areas, navigation patterns, Dynamic Type, Dark Mode, accessibility, collection views, common UI components, and SwiftUI design guidelines. For detailed references on specific topics, see the reference files.\nUse when: developing iOS apps, implementing UI, reviewing iOS code, working with UIKit\u002FSnapKit\u002FSwiftUI layouts, building iPhone interfaces, Swift mobile development, Apple HIG compliance, iOS accessibility implementation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1078,1079,1082,1083,1086],{"name":934,"slug":935,"type":16},{"name":1080,"slug":1081,"type":16},"iOS","ios",{"name":943,"slug":944,"type":16},{"name":1084,"slug":1085,"type":16},"SwiftUI","swiftui",{"name":946,"slug":947,"type":16},"2026-07-13T06:16:55.686092",{"slug":1089,"name":1089,"fn":1090,"description":1091,"org":1092,"tags":1093,"stars":948,"repoUrl":949,"updatedAt":1104},"minimax-docx","create and edit DOCX documents","Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill\u002Fedit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say \"write a report\", \"draft a proposal\", \"make a contract\", \"fill in this form\", \"reformat to match this template\", or any task whose final output is a .docx file. Even if the user doesn't mention \"docx\" explicitly, if the task implies a printable\u002Fformal document, use this skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1094,1095,1098,1101],{"name":21,"slug":22,"type":16},{"name":1096,"slug":1097,"type":16},"DOCX","docx",{"name":1099,"slug":1100,"type":16},"Office","office",{"name":1102,"slug":1103,"type":16},"Templates","templates","2026-07-13T06:16:40.461868",{"slug":1106,"name":1106,"fn":1107,"description":1108,"org":1109,"tags":1110,"stars":948,"repoUrl":949,"updatedAt":1114},"minimax-music-gen","generate music and audio tracks","Use when user wants to generate music, songs, or audio tracks. Triggers on any request involving music creation, song writing, lyrics generation, audio production, or covers. Also triggers when user provides lyrics and wants them turned into a song, or describes a mood\u002Fscene and wants background music. Supports multilingual triggers — match equivalent phrases in any language. Do NOT use for music playback of existing files, music theory questions, or music recommendation without generation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1111,1112,1113],{"name":961,"slug":962,"type":16},{"name":964,"slug":965,"type":16},{"name":1069,"slug":1070,"type":16},"2026-07-13T06:16:50.381758",{"slug":1116,"name":1116,"fn":1117,"description":1118,"org":1119,"tags":1120,"stars":948,"repoUrl":949,"updatedAt":1124},"minimax-music-playlist","generate personalized music playlists","Generate personalized music playlists by analyzing the user's music taste and generation feedback history. Triggers on any request involving playlist generation, music taste profiling, or personalized music recommendations. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1121,1122,1123],{"name":961,"slug":962,"type":16},{"name":964,"slug":965,"type":16},{"name":1069,"slug":1070,"type":16},"2026-07-13T06:16:57.002997",84,{"items":1127,"total":1224},[1128,1144,1160,1171,1183,1198,1212],{"slug":1129,"name":1129,"fn":1130,"description":1131,"org":1132,"tags":1133,"stars":26,"repoUrl":27,"updatedAt":1143},"article2tasks","convert articles into Dida365 tasks","将技术周报（批量）或单篇文章整理为滴答清单待办事项，自动分类到已有清单并打标签，全程通过 MCP 写入，跨平台无需任何本地脚本。当用户提供周报内容、文章链接，或提及「周报」「文章汇总」「添加到滴答」时，使用此技能。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1134,1137,1140],{"name":1135,"slug":1136,"type":16},"Content Creation","content-creation",{"name":1138,"slug":1139,"type":16},"MCP","mcp",{"name":1141,"slug":1142,"type":16},"Task Management","task-management","2026-08-18T03:49:38.751656",{"slug":878,"name":878,"fn":1145,"description":1146,"org":1147,"tags":1148,"stars":26,"repoUrl":27,"updatedAt":1159},"verify academic citation accuracy","当用户需要核验参考文献真实性、检查 BibTeX 条目是否有误、审查论文引用是否可靠、 排查 bibliography 中的错误条目、验证 DOI 与题录是否对得上、发现参考文献张冠李戴、 做投稿前引用体检或审稿引用抽查时使用。同义场景：参考文献核验、引用核查、 文献真伪鉴别、bib 文件检查、参考文献纠错、引用元数据比对、 \"帮我看看这些参考文献有没有问题\"\"这个 DOI 对得上吗\"\"有没有编造的引用\"。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1149,1152,1155,1158],{"name":1150,"slug":1151,"type":16},"Code Analysis","code-analysis",{"name":1153,"slug":1154,"type":16},"Documentation","documentation",{"name":1156,"slug":1157,"type":16},"QA","qa",{"name":14,"slug":15,"type":16},"2026-08-21T03:59:17.615117",{"slug":896,"name":896,"fn":1161,"description":1162,"org":1163,"tags":1164,"stars":26,"repoUrl":27,"updatedAt":1170},"verify research claims against evidence","当需要检查论文草稿中的事实性论断是否有证据支撑、做引用-论断对齐审计、 找出没有出处的陈述、核对文内引用是否真能支撑所在句子时加载使用； 通常由 evidence-loop 或审稿类流程调用，不直接面向用户。同义场景： 论断支撑检查、claim 支撑审计、无支撑断言排查、证据覆盖检查、 引用与论断对齐、\"这段话有没有文献撑\"\"哪些说法没有引用\"。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1165,1168,1169],{"name":1166,"slug":1167,"type":16},"Audit","audit",{"name":1150,"slug":1151,"type":16},{"name":14,"slug":15,"type":16},"2026-08-21T03:59:02.154691",{"slug":1172,"name":1172,"fn":1173,"description":1174,"org":1175,"tags":1176,"stars":26,"repoUrl":27,"updatedAt":1182},"cn-literature","search and organize Chinese academic literature","当用户需要检索或整理中文文献（CNKI 知网、万方、维普、超星）、把中文数据库 导出的题录文件解析成统一 PaperDocument、或把中文文献与英文检索结果合并去重 时使用。同义场景：中文文献检索、知网导出题录解析、万方检索、Refworks\u002FEndNote 格式转换、\"帮我把这份 CNKI 导出的 txt 整理成文献表\"\"中文核心期刊上关于 X 有哪些研究\"。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1177,1180,1181],{"name":1178,"slug":1179,"type":16},"Data Cleaning","data-cleaning",{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},"2026-08-21T03:59:12.24404",{"slug":1184,"name":1184,"fn":1185,"description":1186,"org":1187,"tags":1188,"stars":26,"repoUrl":27,"updatedAt":1197},"cold-start-interview","initialize research profiles via interviews","当用户首次使用科研工作台、研究画像仍为空白，或用户主动说\"先做个访谈\"\"重新设置我的研究信息\"\"初始化画像\"\"cold start\"\"重新 interview\"时使用。本技能通过结构化访谈收集用户的研究领域、常用数据源、算力环境、写作语言与目标期刊、引用格式、团队协作规范、伦理合规要求，并把回答以散文形式写回插件根目录 CLAUDE.md 的研究画像部分。支持 quick（2 分钟 5 问）、full（完整 15 问）、--redo（推翻重谈）、--check（只检查画像完整度不提问）四种模式，支持中断后续谈。同义触发场景：新用户引导、首次配置、研究背景调查、填研究档案、更新个人研究信息、check 画像。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1189,1190,1193,1196],{"name":1153,"slug":1154,"type":16},{"name":1191,"slug":1192,"type":16},"Onboarding","onboarding",{"name":1194,"slug":1195,"type":16},"Productivity","productivity",{"name":14,"slug":15,"type":16},"2026-08-21T03:59:58.579998",{"slug":1199,"name":1199,"fn":1200,"description":1201,"org":1202,"tags":1203,"stars":26,"repoUrl":27,"updatedAt":1211},"customize","customize research guardrails and settings","当用户想修改研究画像或共享守则（guardrails）时使用：换了研究领域、换了目标期刊、换了引用格式、换了算力环境、合规要求变化、想调整某条 guardrail 的严格程度。同义触发场景：改一下画像、更新我的研究信息、修改 CLAUDE.md、调整设置、换引用格式、customize、个性化配置、改规则、重新配置工作台。本技能是画像与守则的唯一维护入口：读取 CLAUDE.md、与用户逐项确认修改点、写回文件、并明确告知哪些 skill 的行为会因此变化。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1204,1207,1210],{"name":1205,"slug":1206,"type":16},"Best Practices","best-practices",{"name":1208,"slug":1209,"type":16},"Configuration","configuration",{"name":14,"slug":15,"type":16},"2026-08-21T03:59:35.867596",{"slug":1213,"name":1213,"fn":1214,"description":1215,"org":1216,"tags":1217,"stars":26,"repoUrl":27,"updatedAt":1223},"dida365","manage Dida365 tasks and habits","Manage 滴答清单 (Dida365 China) tasks, lists, habits, focus records and countdowns through the official Dida365 MCP server at mcp.dida365.com. Use when the user asks to check, plan, create, update, complete or review tasks and habits on dida365.com, or asks about focus history and countdowns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1218,1219,1222],{"name":1138,"slug":1139,"type":16},{"name":1220,"slug":1221,"type":16},"Scheduling","scheduling",{"name":1141,"slug":1142,"type":16},"2026-08-18T03:49:37.126385",36]