[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-minimax-matter-workspace":3,"mdc-fs83o8-key":37,"related-repo-minimax-matter-workspace":1649,"related-org-minimax-matter-workspace":1749},{"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},"matter-workspace","manage legal matter workspaces","当用户说\"建个事项\u002F开个新案子\u002F登记这个合同项目\u002F整理这个纠纷\u002F看看我在办哪些事\u002F 更新一下某事项进展\u002F这个事项结了\u002F归档某事项\"时使用。提供轻量的事项工作台：用 matters\u002F_log.yaml 登记簿加每事项一个目录（intake.md、notes.md、drafts\u002F、evidence\u002F） 管理法律工作事项的登记、跟进、版本与结项归档，保证历史不覆盖、外发版本可追溯。",{"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},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Project Management","project-management",{"name":21,"slug":22,"type":16},"Knowledge Management","knowledge-management",{"name":24,"slug":25,"type":16},"Legal","legal",5,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins","2026-08-27T13:33:03.547895",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\u002Fmcodeforlegal\u002Fskills\u002Fmatter-workspace","---\nname: matter-workspace\ndescription: >-\n  当用户说\"建个事项\u002F开个新案子\u002F登记这个合同项目\u002F整理这个纠纷\u002F看看我在办哪些事\u002F\n  更新一下某事项进展\u002F这个事项结了\u002F归档某事项\"时使用。提供轻量的事项工作台：用\n  matters\u002F_log.yaml 登记簿加每事项一个目录（intake.md、notes.md、drafts\u002F、evidence\u002F）\n  管理法律工作事项的登记、跟进、版本与结项归档，保证历史不覆盖、外发版本可追溯。\nargument-hint: '[intake | update | close] [事项名]'\nmetadata:\n  legal_frame: cn-mainland\n  last_reviewed: '2026-08-18'\n---\n\n# matter-workspace：事项工作台\n\n## 目的\n\n法律实务中，一个\"事\"（一单合同谈判、一个劳动纠纷、一次合规整改）会产生\n多轮文档、证据和沟通记录。散落存放会导致：找不到最新版本、外发过的版本被\n覆盖无法还原、时效和关键日期没人盯。\n\n本技能提供一套**目录即台账**的轻量约定：一个登记簿文件总览全部事项，每个\n事项一个目录承载过程文件。它不替代专业案件管理系统，只保证在本插件工作区\n内，任何事项的历史都可追溯、版本永不丢失。\n\n## 前置检查\n\n1. 读取 docs\u002Fguardrails.md 执业画像，确认无 `[填空]` 残留；有则停止并引导先跑\n   `cold-start-interview`；\n2. 确认当前目录上下文：工作台目录 `matters\u002F` 位于使用者的工作项目根目录\n   （不是插件安装目录）。首次使用时在使用者当前项目下创建；\n3. 命中升级矩阵的事项（如刑事线索），按 G5 处理：停止推进，提示升级，\n   只登记不分析。\n\n## 目录约定\n\n```\n\u003C项目根>\u002Fmatters\u002F\n├── _log.yaml                  # 事项登记簿（总账）\n└── \u003Cslug>\u002F                    # 每个事项一个目录，slug 为短横线命名\n    ├── intake.md              # 立案信息（创建后只做追加式勘误，不覆盖）\n    ├── notes.md               # 跟进笔记（追加制，新条目在文末）\n    ├── drafts\u002F                # 过程稿与外发版本\n    │   ├── \u003C文档名>-v1.md\n    │   └── \u003C文档名>-v2.md\n    └── evidence\u002F              # 证据与原始材料（只进不出，不改名不覆盖）\n```\n\n### _log.yaml 登记簿格式\n\n每条登记：\n\n```yaml\n- id: 3                        # 递增整数，永不复用（事项删除后 id 也不回收）\n  slug: acme-supply-contract   # 与目录名一致\n  title: 与 Acme 公司的供货合同审查\n  type: 合同审查                # 自由文本：合同审查\u002F劳动争议\u002F合规整改\u002F咨询\u002F诉讼等\n  parties: [本公司, Acme 贸易（上海）有限公司]\n  status: open                 # open | pending | closed\n  opened: '2026-08-10'\n  updated: '2026-08-18'\n  notes: 对方坚持境外仲裁条款，已标红线提示\n```\n\n完整示例（两个事项）：\n\n```yaml\n# matters\u002F_log.yaml —— 事项登记簿\n# 规则：id 递增不复用；status 只能是 open\u002Fpending\u002Fclosed；\n# 每次 update\u002Fclose 必须刷新 updated 日期；历史条目不删除。\n- id: 1\n  slug: hr-layoff-consult\n  title: 某部门人员优化方案法律咨询\n  type: 劳动人事咨询\n  parties: [本公司]\n  status: closed\n  opened: '2026-07-02'\n  updated: '2026-07-20'\n  notes: 已出具备忘录并结项；补偿方案按法务总监确认版执行\n- id: 2\n  slug: acme-supply-contract\n  title: 与 Acme 公司的供货合同审查\n  type: 合同审查\n  parties: [本公司, Acme 贸易（上海）有限公司]\n  status: open\n  opened: '2026-08-10'\n  updated: '2026-08-18'\n  notes: 对方坚持境外仲裁条款，已按画像红线提示；待业务反馈\n```\n\n## 操作规程\n\n### 1. intake（新建事项）\n\n1. 与使用者确认：事项名称、类型、当事人（己方与对方）、来源（谁交办的）；\n2. 生成 slug：英文小写短横线（如 `acme-supply-contract`），与既有 slug 不重复；\n3. 询问关键日期：合同时效、诉讼时效\u002F答辩期\u002F上诉期、监管回复期限、付款节点等；\n   **时效类日期必须登记**，并在 intake.md 顶部单列\"时效提醒\"；无法确定时效\n   起算点的，标 `[需复核]` 并提示咨询执业律师（时效判断是专业判断，模型不得\n   给出确定结论 [模型知识—待核实]）；\n4. 管辖线索：争议解决条款、履行地、被告住所地等，按 G3 记录法域判断；\n5. 在 `_log.yaml` 追加登记条目（status: open，opened\u002Fupdated 为当天）；\n6. 创建 `matters\u002F\u003Cslug>\u002F` 目录与 `intake.md`，模板：\n\n```markdown\n# {事项标题}\n\n> 登记日期：{opened} ｜ 类型：{type} ｜ 状态：open\n\n## 时效提醒\n- {日期}：{事项，如\"对方付款账期截止\" \u002F \"答辩期届满[需复核]\"}\n\n## 当事人\n- 己方：{主体全称}\n- 对方：{主体全称}\n\n## 事项背景\n{使用者描述，忠实记录，不补充法律分析}\n\n## 管辖与法域\n{已知线索；不确定标 [需复核]}\n\n## 待办\n- [ ] {第一项待办}\n\n## 勘误记录\n（创建后如需更正 intake 信息，在此追加，注明日期与原因，不改上文）\n```\n\n### 2. update（跟进）\n\n1. 按 slug 或标题在 `_log.yaml` 中定位事项；匹配不到时列出 open 事项让使用者选；\n2. 在 `notes.md` 文末追加新条目，格式：\n\n```markdown\n## {YYYY-MM-DD} {一句话主题}\n{进展内容；涉及法律判断的按 G1 标注来源}\n- 待办变化：{新增\u002F完成的待办}\n```\n\n3. 把 `_log.yaml` 中该条的 `updated` 刷新为当天；状态变化时更新 `status`\n   （open ↔ pending 用于等对方\u002F等审批等挂起情形）；\n4. **历史不覆盖**：notes.md 与 intake.md 既有内容只追加不修改；发现既往记录\n   有错的，在新条目或 intake 勘误区更正；\n5. 更新过程中识别到命中画像红线或升级矩阵的，立即提示（G5\u002FG9）。\n\n### 3. 版本规则（外发文档）\n\n- drafts\u002F 下文档版本命名：`\u003C文档名>-v1.md`、`-v2`、`-v3`……递增；\n- **已发版本历史本身就是记录**：任何已经对外发出（或虽未发出但已给对方看过）\n  的版本，永不覆盖、永不删除、永不改名；下一轮修改另存新版本号；\n- 未外发的草稿也建议保留版本链，删除前需使用者显式确认；\n- 对外发出前必须过 `citation-audit`（G10）；\n- 在 notes.md 记录每次外发：`{日期} 外发 {文档名}-v2 给 {对象}，方式 {邮件\u002F\n  平台}，citation-audit 结果 PASS`。\n\n### 4. evidence（证据目录）\n\n- 原始材料放入 evidence\u002F 后**只进不出**：不改名、不编辑、不覆盖；需要标注\n  或摘录的，在 notes.md 或 drafts\u002F 中另写；\n- 建议在 notes.md 维护证据清单：`{日期} 收到 {文件名}，来源 {谁提供}，\n  拟证明 {事项}`；\n- 证据原件的法律效力问题（如电子证据的真实性认定）是专业判断，标\n  `[模型知识—待核实]` 并提示咨询执业律师。\n\n### 5. close（结项归档）\n\n1. 确认事项确已了结（使用者明确指令）；\n2. 生成结项小结，追加到 notes.md 文末：\n\n```markdown\n## {YYYY-MM-DD} 结项小结\n- 结果：{一句话，如\"合同已签署\" \u002F \"双方和解\" \u002F \"咨询完成，未委托\"}\n- 关键产出：{drafts\u002F 中最终版本清单}\n- 遗留事项：{无 \u002F 需后续跟进的事项与日期}\n- 经验教训：{可选，一句话}\n```\n\n3. `_log.yaml` 中该条 `status` 改为 `closed`，`updated` 刷新为当天；\n4. 目录与文件**不删除不搬移**，closed 事项保留在原位供检索；\n5. 如事项衍生新事项（如合同签署后进入履约管理），新建事项并在两边 notes\n   互相关联 slug。\n\n## 输出模板\n\n工作台总览（使用者问\"我在办哪些事\"时）：\n\n```\n在办事项（截至 {今天}）\n| id | slug | 类型 | 状态 | 最近更新 | 时效提醒 |\n| --- | --- | --- | --- | --- | --- |\n| 2 | acme-supply-contract | 合同审查 | open | 2026-08-18 | {最近一个关键日期} |\n\n已结项：{N} 个（用 close 列表查看）\n```\n\n## 本技能不做什么\n\n- 不做法律分析本身（分析走 legal-research \u002F contract-review-cn 等技能，\n  本技能只管台账与文件）；\n- 不替代执业机构的案件管理系统与利益冲突检索系统——G11 冲突审查仍是\n  使用者的执业责任；\n- 不主动删除、搬移、重命名任何历史文件；\n- 不做时效的计算性结论（\"还有几天过时效\"可以算，\"时效是否届满\u002F是否中断\"\n  是专业判断，标 [需复核]）；\n- 不向任何第三方发送文件，只记录外发事实。\n\n## 收尾与下一步\n\n- 每次操作后确认 `_log.yaml` 与目录结构一致（登记有条目必有目录）；\n- 提示时效提醒中最近一个日期；\n- 事项涉及法规引用的，提醒相关产物发出前过 `citation-audit`；\n- 涉及监控相关法规更新的，提示使用者定期对照在办事项与法规更新。\n",{"data":38,"body":43},{"name":4,"description":6,"argument-hint":39,"metadata":40},"[intake | update | close] [事项名]",{"legal_frame":41,"last_reviewed":42},"cn-mainland","2026-08-18",{"type":44,"children":45},"root",[46,55,61,67,80,85,130,135,147,154,159,398,403,793,798,804,891,1164,1170,1197,1236,1282,1288,1361,1367,1407,1413,1426,1493,1545,1550,1555,1564,1569,1602,1607,1643],{"type":47,"tag":48,"props":49,"children":51},"element","h1",{"id":50},"matter-workspace事项工作台",[52],{"type":53,"value":54},"text","matter-workspace：事项工作台",{"type":47,"tag":56,"props":57,"children":59},"h2",{"id":58},"目的",[60],{"type":53,"value":58},{"type":47,"tag":62,"props":63,"children":64},"p",{},[65],{"type":53,"value":66},"法律实务中，一个\"事\"（一单合同谈判、一个劳动纠纷、一次合规整改）会产生\n多轮文档、证据和沟通记录。散落存放会导致：找不到最新版本、外发过的版本被\n覆盖无法还原、时效和关键日期没人盯。",{"type":47,"tag":62,"props":68,"children":69},{},[70,72,78],{"type":53,"value":71},"本技能提供一套",{"type":47,"tag":73,"props":74,"children":75},"strong",{},[76],{"type":53,"value":77},"目录即台账",{"type":53,"value":79},"的轻量约定：一个登记簿文件总览全部事项，每个\n事项一个目录承载过程文件。它不替代专业案件管理系统，只保证在本插件工作区\n内，任何事项的历史都可追溯、版本永不丢失。",{"type":47,"tag":56,"props":81,"children":83},{"id":82},"前置检查",[84],{"type":53,"value":82},{"type":47,"tag":86,"props":87,"children":88},"ol",{},[89,112,125],{"type":47,"tag":90,"props":91,"children":92},"li",{},[93,95,102,104,110],{"type":53,"value":94},"读取 docs\u002Fguardrails.md 执业画像，确认无 ",{"type":47,"tag":96,"props":97,"children":99},"code",{"className":98},[],[100],{"type":53,"value":101},"[填空]",{"type":53,"value":103}," 残留；有则停止并引导先跑\n",{"type":47,"tag":96,"props":105,"children":107},{"className":106},[],[108],{"type":53,"value":109},"cold-start-interview",{"type":53,"value":111},"；",{"type":47,"tag":90,"props":113,"children":114},{},[115,117,123],{"type":53,"value":116},"确认当前目录上下文：工作台目录 ",{"type":47,"tag":96,"props":118,"children":120},{"className":119},[],[121],{"type":53,"value":122},"matters\u002F",{"type":53,"value":124}," 位于使用者的工作项目根目录\n（不是插件安装目录）。首次使用时在使用者当前项目下创建；",{"type":47,"tag":90,"props":126,"children":127},{},[128],{"type":53,"value":129},"命中升级矩阵的事项（如刑事线索），按 G5 处理：停止推进，提示升级，\n只登记不分析。",{"type":47,"tag":56,"props":131,"children":133},{"id":132},"目录约定",[134],{"type":53,"value":132},{"type":47,"tag":136,"props":137,"children":141},"pre",{"className":138,"code":140,"language":53},[139],"language-text","\u003C项目根>\u002Fmatters\u002F\n├── _log.yaml                  # 事项登记簿（总账）\n└── \u003Cslug>\u002F                    # 每个事项一个目录，slug 为短横线命名\n    ├── intake.md              # 立案信息（创建后只做追加式勘误，不覆盖）\n    ├── notes.md               # 跟进笔记（追加制，新条目在文末）\n    ├── drafts\u002F                # 过程稿与外发版本\n    │   ├── \u003C文档名>-v1.md\n    │   └── \u003C文档名>-v2.md\n    └── evidence\u002F              # 证据与原始材料（只进不出，不改名不覆盖）\n",[142],{"type":47,"tag":96,"props":143,"children":145},{"__ignoreMap":144},"",[146],{"type":53,"value":140},{"type":47,"tag":148,"props":149,"children":151},"h3",{"id":150},"_logyaml-登记簿格式",[152],{"type":53,"value":153},"_log.yaml 登记簿格式",{"type":47,"tag":62,"props":155,"children":156},{},[157],{"type":53,"value":158},"每条登记：",{"type":47,"tag":136,"props":160,"children":164},{"className":161,"code":162,"language":163,"meta":144,"style":144},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","- id: 3                        # 递增整数，永不复用（事项删除后 id 也不回收）\n  slug: acme-supply-contract   # 与目录名一致\n  title: 与 Acme 公司的供货合同审查\n  type: 合同审查                # 自由文本：合同审查\u002F劳动争议\u002F合规整改\u002F咨询\u002F诉讼等\n  parties: [本公司, Acme 贸易（上海）有限公司]\n  status: open                 # open | pending | closed\n  opened: '2026-08-10'\n  updated: '2026-08-18'\n  notes: 对方坚持境外仲裁条款，已标红线提示\n","yaml",[165],{"type":47,"tag":96,"props":166,"children":167},{"__ignoreMap":144},[168,203,226,244,267,304,327,355,380],{"type":47,"tag":169,"props":170,"children":173},"span",{"class":171,"line":172},"line",1,[174,180,186,191,197],{"type":47,"tag":169,"props":175,"children":177},{"style":176},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[178],{"type":53,"value":179},"-",{"type":47,"tag":169,"props":181,"children":183},{"style":182},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[184],{"type":53,"value":185}," id",{"type":47,"tag":169,"props":187,"children":188},{"style":176},[189],{"type":53,"value":190},":",{"type":47,"tag":169,"props":192,"children":194},{"style":193},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[195],{"type":53,"value":196}," 3",{"type":47,"tag":169,"props":198,"children":200},{"style":199},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[201],{"type":53,"value":202},"                        # 递增整数，永不复用（事项删除后 id 也不回收）\n",{"type":47,"tag":169,"props":204,"children":205},{"class":171,"line":30},[206,211,215,221],{"type":47,"tag":169,"props":207,"children":208},{"style":182},[209],{"type":53,"value":210},"  slug",{"type":47,"tag":169,"props":212,"children":213},{"style":176},[214],{"type":53,"value":190},{"type":47,"tag":169,"props":216,"children":218},{"style":217},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[219],{"type":53,"value":220}," acme-supply-contract",{"type":47,"tag":169,"props":222,"children":223},{"style":199},[224],{"type":53,"value":225},"   # 与目录名一致\n",{"type":47,"tag":169,"props":227,"children":229},{"class":171,"line":228},3,[230,235,239],{"type":47,"tag":169,"props":231,"children":232},{"style":182},[233],{"type":53,"value":234},"  title",{"type":47,"tag":169,"props":236,"children":237},{"style":176},[238],{"type":53,"value":190},{"type":47,"tag":169,"props":240,"children":241},{"style":217},[242],{"type":53,"value":243}," 与 Acme 公司的供货合同审查\n",{"type":47,"tag":169,"props":245,"children":247},{"class":171,"line":246},4,[248,253,257,262],{"type":47,"tag":169,"props":249,"children":250},{"style":182},[251],{"type":53,"value":252},"  type",{"type":47,"tag":169,"props":254,"children":255},{"style":176},[256],{"type":53,"value":190},{"type":47,"tag":169,"props":258,"children":259},{"style":217},[260],{"type":53,"value":261}," 合同审查",{"type":47,"tag":169,"props":263,"children":264},{"style":199},[265],{"type":53,"value":266},"                # 自由文本：合同审查\u002F劳动争议\u002F合规整改\u002F咨询\u002F诉讼等\n",{"type":47,"tag":169,"props":268,"children":269},{"class":171,"line":26},[270,275,279,284,289,294,299],{"type":47,"tag":169,"props":271,"children":272},{"style":182},[273],{"type":53,"value":274},"  parties",{"type":47,"tag":169,"props":276,"children":277},{"style":176},[278],{"type":53,"value":190},{"type":47,"tag":169,"props":280,"children":281},{"style":176},[282],{"type":53,"value":283}," [",{"type":47,"tag":169,"props":285,"children":286},{"style":217},[287],{"type":53,"value":288},"本公司",{"type":47,"tag":169,"props":290,"children":291},{"style":176},[292],{"type":53,"value":293},",",{"type":47,"tag":169,"props":295,"children":296},{"style":217},[297],{"type":53,"value":298}," Acme 贸易（上海）有限公司",{"type":47,"tag":169,"props":300,"children":301},{"style":176},[302],{"type":53,"value":303},"]\n",{"type":47,"tag":169,"props":305,"children":307},{"class":171,"line":306},6,[308,313,317,322],{"type":47,"tag":169,"props":309,"children":310},{"style":182},[311],{"type":53,"value":312},"  status",{"type":47,"tag":169,"props":314,"children":315},{"style":176},[316],{"type":53,"value":190},{"type":47,"tag":169,"props":318,"children":319},{"style":217},[320],{"type":53,"value":321}," open",{"type":47,"tag":169,"props":323,"children":324},{"style":199},[325],{"type":53,"value":326},"                 # open | pending | closed\n",{"type":47,"tag":169,"props":328,"children":330},{"class":171,"line":329},7,[331,336,340,345,350],{"type":47,"tag":169,"props":332,"children":333},{"style":182},[334],{"type":53,"value":335},"  opened",{"type":47,"tag":169,"props":337,"children":338},{"style":176},[339],{"type":53,"value":190},{"type":47,"tag":169,"props":341,"children":342},{"style":176},[343],{"type":53,"value":344}," '",{"type":47,"tag":169,"props":346,"children":347},{"style":217},[348],{"type":53,"value":349},"2026-08-10",{"type":47,"tag":169,"props":351,"children":352},{"style":176},[353],{"type":53,"value":354},"'\n",{"type":47,"tag":169,"props":356,"children":358},{"class":171,"line":357},8,[359,364,368,372,376],{"type":47,"tag":169,"props":360,"children":361},{"style":182},[362],{"type":53,"value":363},"  updated",{"type":47,"tag":169,"props":365,"children":366},{"style":176},[367],{"type":53,"value":190},{"type":47,"tag":169,"props":369,"children":370},{"style":176},[371],{"type":53,"value":344},{"type":47,"tag":169,"props":373,"children":374},{"style":217},[375],{"type":53,"value":42},{"type":47,"tag":169,"props":377,"children":378},{"style":176},[379],{"type":53,"value":354},{"type":47,"tag":169,"props":381,"children":383},{"class":171,"line":382},9,[384,389,393],{"type":47,"tag":169,"props":385,"children":386},{"style":182},[387],{"type":53,"value":388},"  notes",{"type":47,"tag":169,"props":390,"children":391},{"style":176},[392],{"type":53,"value":190},{"type":47,"tag":169,"props":394,"children":395},{"style":217},[396],{"type":53,"value":397}," 对方坚持境外仲裁条款，已标红线提示\n",{"type":47,"tag":62,"props":399,"children":400},{},[401],{"type":53,"value":402},"完整示例（两个事项）：",{"type":47,"tag":136,"props":404,"children":406},{"className":161,"code":405,"language":163,"meta":144,"style":144},"# matters\u002F_log.yaml —— 事项登记簿\n# 规则：id 递增不复用；status 只能是 open\u002Fpending\u002Fclosed；\n# 每次 update\u002Fclose 必须刷新 updated 日期；历史条目不删除。\n- id: 1\n  slug: hr-layoff-consult\n  title: 某部门人员优化方案法律咨询\n  type: 劳动人事咨询\n  parties: [本公司]\n  status: closed\n  opened: '2026-07-02'\n  updated: '2026-07-20'\n  notes: 已出具备忘录并结项；补偿方案按法务总监确认版执行\n- id: 2\n  slug: acme-supply-contract\n  title: 与 Acme 公司的供货合同审查\n  type: 合同审查\n  parties: [本公司, Acme 贸易（上海）有限公司]\n  status: open\n  opened: '2026-08-10'\n  updated: '2026-08-18'\n  notes: 对方坚持境外仲裁条款，已按画像红线提示；待业务反馈\n",[407],{"type":47,"tag":96,"props":408,"children":409},{"__ignoreMap":144},[410,418,426,434,454,470,486,502,525,541,566,591,608,629,646,662,679,711,728,752,776],{"type":47,"tag":169,"props":411,"children":412},{"class":171,"line":172},[413],{"type":47,"tag":169,"props":414,"children":415},{"style":199},[416],{"type":53,"value":417},"# matters\u002F_log.yaml —— 事项登记簿\n",{"type":47,"tag":169,"props":419,"children":420},{"class":171,"line":30},[421],{"type":47,"tag":169,"props":422,"children":423},{"style":199},[424],{"type":53,"value":425},"# 规则：id 递增不复用；status 只能是 open\u002Fpending\u002Fclosed；\n",{"type":47,"tag":169,"props":427,"children":428},{"class":171,"line":228},[429],{"type":47,"tag":169,"props":430,"children":431},{"style":199},[432],{"type":53,"value":433},"# 每次 update\u002Fclose 必须刷新 updated 日期；历史条目不删除。\n",{"type":47,"tag":169,"props":435,"children":436},{"class":171,"line":246},[437,441,445,449],{"type":47,"tag":169,"props":438,"children":439},{"style":176},[440],{"type":53,"value":179},{"type":47,"tag":169,"props":442,"children":443},{"style":182},[444],{"type":53,"value":185},{"type":47,"tag":169,"props":446,"children":447},{"style":176},[448],{"type":53,"value":190},{"type":47,"tag":169,"props":450,"children":451},{"style":193},[452],{"type":53,"value":453}," 1\n",{"type":47,"tag":169,"props":455,"children":456},{"class":171,"line":26},[457,461,465],{"type":47,"tag":169,"props":458,"children":459},{"style":182},[460],{"type":53,"value":210},{"type":47,"tag":169,"props":462,"children":463},{"style":176},[464],{"type":53,"value":190},{"type":47,"tag":169,"props":466,"children":467},{"style":217},[468],{"type":53,"value":469}," hr-layoff-consult\n",{"type":47,"tag":169,"props":471,"children":472},{"class":171,"line":306},[473,477,481],{"type":47,"tag":169,"props":474,"children":475},{"style":182},[476],{"type":53,"value":234},{"type":47,"tag":169,"props":478,"children":479},{"style":176},[480],{"type":53,"value":190},{"type":47,"tag":169,"props":482,"children":483},{"style":217},[484],{"type":53,"value":485}," 某部门人员优化方案法律咨询\n",{"type":47,"tag":169,"props":487,"children":488},{"class":171,"line":329},[489,493,497],{"type":47,"tag":169,"props":490,"children":491},{"style":182},[492],{"type":53,"value":252},{"type":47,"tag":169,"props":494,"children":495},{"style":176},[496],{"type":53,"value":190},{"type":47,"tag":169,"props":498,"children":499},{"style":217},[500],{"type":53,"value":501}," 劳动人事咨询\n",{"type":47,"tag":169,"props":503,"children":504},{"class":171,"line":357},[505,509,513,517,521],{"type":47,"tag":169,"props":506,"children":507},{"style":182},[508],{"type":53,"value":274},{"type":47,"tag":169,"props":510,"children":511},{"style":176},[512],{"type":53,"value":190},{"type":47,"tag":169,"props":514,"children":515},{"style":176},[516],{"type":53,"value":283},{"type":47,"tag":169,"props":518,"children":519},{"style":217},[520],{"type":53,"value":288},{"type":47,"tag":169,"props":522,"children":523},{"style":176},[524],{"type":53,"value":303},{"type":47,"tag":169,"props":526,"children":527},{"class":171,"line":382},[528,532,536],{"type":47,"tag":169,"props":529,"children":530},{"style":182},[531],{"type":53,"value":312},{"type":47,"tag":169,"props":533,"children":534},{"style":176},[535],{"type":53,"value":190},{"type":47,"tag":169,"props":537,"children":538},{"style":217},[539],{"type":53,"value":540}," closed\n",{"type":47,"tag":169,"props":542,"children":544},{"class":171,"line":543},10,[545,549,553,557,562],{"type":47,"tag":169,"props":546,"children":547},{"style":182},[548],{"type":53,"value":335},{"type":47,"tag":169,"props":550,"children":551},{"style":176},[552],{"type":53,"value":190},{"type":47,"tag":169,"props":554,"children":555},{"style":176},[556],{"type":53,"value":344},{"type":47,"tag":169,"props":558,"children":559},{"style":217},[560],{"type":53,"value":561},"2026-07-02",{"type":47,"tag":169,"props":563,"children":564},{"style":176},[565],{"type":53,"value":354},{"type":47,"tag":169,"props":567,"children":569},{"class":171,"line":568},11,[570,574,578,582,587],{"type":47,"tag":169,"props":571,"children":572},{"style":182},[573],{"type":53,"value":363},{"type":47,"tag":169,"props":575,"children":576},{"style":176},[577],{"type":53,"value":190},{"type":47,"tag":169,"props":579,"children":580},{"style":176},[581],{"type":53,"value":344},{"type":47,"tag":169,"props":583,"children":584},{"style":217},[585],{"type":53,"value":586},"2026-07-20",{"type":47,"tag":169,"props":588,"children":589},{"style":176},[590],{"type":53,"value":354},{"type":47,"tag":169,"props":592,"children":594},{"class":171,"line":593},12,[595,599,603],{"type":47,"tag":169,"props":596,"children":597},{"style":182},[598],{"type":53,"value":388},{"type":47,"tag":169,"props":600,"children":601},{"style":176},[602],{"type":53,"value":190},{"type":47,"tag":169,"props":604,"children":605},{"style":217},[606],{"type":53,"value":607}," 已出具备忘录并结项；补偿方案按法务总监确认版执行\n",{"type":47,"tag":169,"props":609,"children":611},{"class":171,"line":610},13,[612,616,620,624],{"type":47,"tag":169,"props":613,"children":614},{"style":176},[615],{"type":53,"value":179},{"type":47,"tag":169,"props":617,"children":618},{"style":182},[619],{"type":53,"value":185},{"type":47,"tag":169,"props":621,"children":622},{"style":176},[623],{"type":53,"value":190},{"type":47,"tag":169,"props":625,"children":626},{"style":193},[627],{"type":53,"value":628}," 2\n",{"type":47,"tag":169,"props":630,"children":632},{"class":171,"line":631},14,[633,637,641],{"type":47,"tag":169,"props":634,"children":635},{"style":182},[636],{"type":53,"value":210},{"type":47,"tag":169,"props":638,"children":639},{"style":176},[640],{"type":53,"value":190},{"type":47,"tag":169,"props":642,"children":643},{"style":217},[644],{"type":53,"value":645}," acme-supply-contract\n",{"type":47,"tag":169,"props":647,"children":649},{"class":171,"line":648},15,[650,654,658],{"type":47,"tag":169,"props":651,"children":652},{"style":182},[653],{"type":53,"value":234},{"type":47,"tag":169,"props":655,"children":656},{"style":176},[657],{"type":53,"value":190},{"type":47,"tag":169,"props":659,"children":660},{"style":217},[661],{"type":53,"value":243},{"type":47,"tag":169,"props":663,"children":665},{"class":171,"line":664},16,[666,670,674],{"type":47,"tag":169,"props":667,"children":668},{"style":182},[669],{"type":53,"value":252},{"type":47,"tag":169,"props":671,"children":672},{"style":176},[673],{"type":53,"value":190},{"type":47,"tag":169,"props":675,"children":676},{"style":217},[677],{"type":53,"value":678}," 合同审查\n",{"type":47,"tag":169,"props":680,"children":682},{"class":171,"line":681},17,[683,687,691,695,699,703,707],{"type":47,"tag":169,"props":684,"children":685},{"style":182},[686],{"type":53,"value":274},{"type":47,"tag":169,"props":688,"children":689},{"style":176},[690],{"type":53,"value":190},{"type":47,"tag":169,"props":692,"children":693},{"style":176},[694],{"type":53,"value":283},{"type":47,"tag":169,"props":696,"children":697},{"style":217},[698],{"type":53,"value":288},{"type":47,"tag":169,"props":700,"children":701},{"style":176},[702],{"type":53,"value":293},{"type":47,"tag":169,"props":704,"children":705},{"style":217},[706],{"type":53,"value":298},{"type":47,"tag":169,"props":708,"children":709},{"style":176},[710],{"type":53,"value":303},{"type":47,"tag":169,"props":712,"children":714},{"class":171,"line":713},18,[715,719,723],{"type":47,"tag":169,"props":716,"children":717},{"style":182},[718],{"type":53,"value":312},{"type":47,"tag":169,"props":720,"children":721},{"style":176},[722],{"type":53,"value":190},{"type":47,"tag":169,"props":724,"children":725},{"style":217},[726],{"type":53,"value":727}," open\n",{"type":47,"tag":169,"props":729,"children":731},{"class":171,"line":730},19,[732,736,740,744,748],{"type":47,"tag":169,"props":733,"children":734},{"style":182},[735],{"type":53,"value":335},{"type":47,"tag":169,"props":737,"children":738},{"style":176},[739],{"type":53,"value":190},{"type":47,"tag":169,"props":741,"children":742},{"style":176},[743],{"type":53,"value":344},{"type":47,"tag":169,"props":745,"children":746},{"style":217},[747],{"type":53,"value":349},{"type":47,"tag":169,"props":749,"children":750},{"style":176},[751],{"type":53,"value":354},{"type":47,"tag":169,"props":753,"children":755},{"class":171,"line":754},20,[756,760,764,768,772],{"type":47,"tag":169,"props":757,"children":758},{"style":182},[759],{"type":53,"value":363},{"type":47,"tag":169,"props":761,"children":762},{"style":176},[763],{"type":53,"value":190},{"type":47,"tag":169,"props":765,"children":766},{"style":176},[767],{"type":53,"value":344},{"type":47,"tag":169,"props":769,"children":770},{"style":217},[771],{"type":53,"value":42},{"type":47,"tag":169,"props":773,"children":774},{"style":176},[775],{"type":53,"value":354},{"type":47,"tag":169,"props":777,"children":779},{"class":171,"line":778},21,[780,784,788],{"type":47,"tag":169,"props":781,"children":782},{"style":182},[783],{"type":53,"value":388},{"type":47,"tag":169,"props":785,"children":786},{"style":176},[787],{"type":53,"value":190},{"type":47,"tag":169,"props":789,"children":790},{"style":217},[791],{"type":53,"value":792}," 对方坚持境外仲裁条款，已按画像红线提示；待业务反馈\n",{"type":47,"tag":56,"props":794,"children":796},{"id":795},"操作规程",[797],{"type":53,"value":795},{"type":47,"tag":148,"props":799,"children":801},{"id":800},"_1-intake新建事项",[802],{"type":53,"value":803},"1. intake（新建事项）",{"type":47,"tag":86,"props":805,"children":806},{},[807,812,825,852,857,870],{"type":47,"tag":90,"props":808,"children":809},{},[810],{"type":53,"value":811},"与使用者确认：事项名称、类型、当事人（己方与对方）、来源（谁交办的）；",{"type":47,"tag":90,"props":813,"children":814},{},[815,817,823],{"type":53,"value":816},"生成 slug：英文小写短横线（如 ",{"type":47,"tag":96,"props":818,"children":820},{"className":819},[],[821],{"type":53,"value":822},"acme-supply-contract",{"type":53,"value":824},"），与既有 slug 不重复；",{"type":47,"tag":90,"props":826,"children":827},{},[828,830,835,837,843,845,850],{"type":53,"value":829},"询问关键日期：合同时效、诉讼时效\u002F答辩期\u002F上诉期、监管回复期限、付款节点等；\n",{"type":47,"tag":73,"props":831,"children":832},{},[833],{"type":53,"value":834},"时效类日期必须登记",{"type":53,"value":836},"，并在 intake.md 顶部单列\"时效提醒\"；无法确定时效\n起算点的，标 ",{"type":47,"tag":96,"props":838,"children":840},{"className":839},[],[841],{"type":53,"value":842},"[需复核]",{"type":53,"value":844}," 并提示咨询执业律师（时效判断是专业判断，模型不得\n给出确定结论 ",{"type":47,"tag":169,"props":846,"children":847},{},[848],{"type":53,"value":849},"模型知识—待核实",{"type":53,"value":851},"）；",{"type":47,"tag":90,"props":853,"children":854},{},[855],{"type":53,"value":856},"管辖线索：争议解决条款、履行地、被告住所地等，按 G3 记录法域判断；",{"type":47,"tag":90,"props":858,"children":859},{},[860,862,868],{"type":53,"value":861},"在 ",{"type":47,"tag":96,"props":863,"children":865},{"className":864},[],[866],{"type":53,"value":867},"_log.yaml",{"type":53,"value":869}," 追加登记条目（status: open，opened\u002Fupdated 为当天）；",{"type":47,"tag":90,"props":871,"children":872},{},[873,875,881,883,889],{"type":53,"value":874},"创建 ",{"type":47,"tag":96,"props":876,"children":878},{"className":877},[],[879],{"type":53,"value":880},"matters\u002F\u003Cslug>\u002F",{"type":53,"value":882}," 目录与 ",{"type":47,"tag":96,"props":884,"children":886},{"className":885},[],[887],{"type":53,"value":888},"intake.md",{"type":53,"value":890},"，模板：",{"type":47,"tag":136,"props":892,"children":896},{"className":893,"code":894,"language":895,"meta":144,"style":144},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# {事项标题}\n\n> 登记日期：{opened} ｜ 类型：{type} ｜ 状态：open\n\n## 时效提醒\n- {日期}：{事项，如\"对方付款账期截止\" \u002F \"答辩期届满[需复核]\"}\n\n## 当事人\n- 己方：{主体全称}\n- 对方：{主体全称}\n\n## 事项背景\n{使用者描述，忠实记录，不补充法律分析}\n\n## 管辖与法域\n{已知线索；不确定标 [需复核]}\n\n## 待办\n- [ ] {第一项待办}\n\n## 勘误记录\n（创建后如需更正 intake 信息，在此追加，注明日期与原因，不改上文）\n","markdown",[897],{"type":47,"tag":96,"props":898,"children":899},{"__ignoreMap":144},[900,914,923,938,945,958,991,998,1010,1022,1034,1041,1053,1061,1068,1080,1105,1112,1124,1136,1143,1155],{"type":47,"tag":169,"props":901,"children":902},{"class":171,"line":172},[903,908],{"type":47,"tag":169,"props":904,"children":905},{"style":176},[906],{"type":53,"value":907},"# ",{"type":47,"tag":169,"props":909,"children":911},{"style":910},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[912],{"type":53,"value":913},"{事项标题}\n",{"type":47,"tag":169,"props":915,"children":916},{"class":171,"line":30},[917],{"type":47,"tag":169,"props":918,"children":920},{"emptyLinePlaceholder":919},true,[921],{"type":53,"value":922},"\n",{"type":47,"tag":169,"props":924,"children":925},{"class":171,"line":228},[926,932],{"type":47,"tag":169,"props":927,"children":929},{"style":928},"--shiki-light:#FF5370;--shiki-light-font-style:italic;--shiki-default:#FF9CAC;--shiki-default-font-style:italic;--shiki-dark:#FF9CAC;--shiki-dark-font-style:italic",[930],{"type":53,"value":931},">",{"type":47,"tag":169,"props":933,"children":935},{"style":934},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[936],{"type":53,"value":937}," 登记日期：{opened} ｜ 类型：{type} ｜ 状态：open\n",{"type":47,"tag":169,"props":939,"children":940},{"class":171,"line":246},[941],{"type":47,"tag":169,"props":942,"children":943},{"emptyLinePlaceholder":919},[944],{"type":53,"value":922},{"type":47,"tag":169,"props":946,"children":947},{"class":171,"line":26},[948,953],{"type":47,"tag":169,"props":949,"children":950},{"style":176},[951],{"type":53,"value":952},"## ",{"type":47,"tag":169,"props":954,"children":955},{"style":910},[956],{"type":53,"value":957},"时效提醒\n",{"type":47,"tag":169,"props":959,"children":960},{"class":171,"line":306},[961,965,971,976,981,986],{"type":47,"tag":169,"props":962,"children":963},{"style":176},[964],{"type":53,"value":179},{"type":47,"tag":169,"props":966,"children":968},{"style":967},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[969],{"type":53,"value":970}," {日期}：{事项，如\"对方付款账期截止\" \u002F \"答辩期届满",{"type":47,"tag":169,"props":972,"children":973},{"style":176},[974],{"type":53,"value":975},"[",{"type":47,"tag":169,"props":977,"children":978},{"style":217},[979],{"type":53,"value":980},"需复核",{"type":47,"tag":169,"props":982,"children":983},{"style":176},[984],{"type":53,"value":985},"]",{"type":47,"tag":169,"props":987,"children":988},{"style":967},[989],{"type":53,"value":990},"\"}\n",{"type":47,"tag":169,"props":992,"children":993},{"class":171,"line":329},[994],{"type":47,"tag":169,"props":995,"children":996},{"emptyLinePlaceholder":919},[997],{"type":53,"value":922},{"type":47,"tag":169,"props":999,"children":1000},{"class":171,"line":357},[1001,1005],{"type":47,"tag":169,"props":1002,"children":1003},{"style":176},[1004],{"type":53,"value":952},{"type":47,"tag":169,"props":1006,"children":1007},{"style":910},[1008],{"type":53,"value":1009},"当事人\n",{"type":47,"tag":169,"props":1011,"children":1012},{"class":171,"line":382},[1013,1017],{"type":47,"tag":169,"props":1014,"children":1015},{"style":176},[1016],{"type":53,"value":179},{"type":47,"tag":169,"props":1018,"children":1019},{"style":967},[1020],{"type":53,"value":1021}," 己方：{主体全称}\n",{"type":47,"tag":169,"props":1023,"children":1024},{"class":171,"line":543},[1025,1029],{"type":47,"tag":169,"props":1026,"children":1027},{"style":176},[1028],{"type":53,"value":179},{"type":47,"tag":169,"props":1030,"children":1031},{"style":967},[1032],{"type":53,"value":1033}," 对方：{主体全称}\n",{"type":47,"tag":169,"props":1035,"children":1036},{"class":171,"line":568},[1037],{"type":47,"tag":169,"props":1038,"children":1039},{"emptyLinePlaceholder":919},[1040],{"type":53,"value":922},{"type":47,"tag":169,"props":1042,"children":1043},{"class":171,"line":593},[1044,1048],{"type":47,"tag":169,"props":1045,"children":1046},{"style":176},[1047],{"type":53,"value":952},{"type":47,"tag":169,"props":1049,"children":1050},{"style":910},[1051],{"type":53,"value":1052},"事项背景\n",{"type":47,"tag":169,"props":1054,"children":1055},{"class":171,"line":610},[1056],{"type":47,"tag":169,"props":1057,"children":1058},{"style":967},[1059],{"type":53,"value":1060},"{使用者描述，忠实记录，不补充法律分析}\n",{"type":47,"tag":169,"props":1062,"children":1063},{"class":171,"line":631},[1064],{"type":47,"tag":169,"props":1065,"children":1066},{"emptyLinePlaceholder":919},[1067],{"type":53,"value":922},{"type":47,"tag":169,"props":1069,"children":1070},{"class":171,"line":648},[1071,1075],{"type":47,"tag":169,"props":1072,"children":1073},{"style":176},[1074],{"type":53,"value":952},{"type":47,"tag":169,"props":1076,"children":1077},{"style":910},[1078],{"type":53,"value":1079},"管辖与法域\n",{"type":47,"tag":169,"props":1081,"children":1082},{"class":171,"line":664},[1083,1088,1092,1096,1100],{"type":47,"tag":169,"props":1084,"children":1085},{"style":967},[1086],{"type":53,"value":1087},"{已知线索；不确定标 ",{"type":47,"tag":169,"props":1089,"children":1090},{"style":176},[1091],{"type":53,"value":975},{"type":47,"tag":169,"props":1093,"children":1094},{"style":217},[1095],{"type":53,"value":980},{"type":47,"tag":169,"props":1097,"children":1098},{"style":176},[1099],{"type":53,"value":985},{"type":47,"tag":169,"props":1101,"children":1102},{"style":967},[1103],{"type":53,"value":1104},"}\n",{"type":47,"tag":169,"props":1106,"children":1107},{"class":171,"line":681},[1108],{"type":47,"tag":169,"props":1109,"children":1110},{"emptyLinePlaceholder":919},[1111],{"type":53,"value":922},{"type":47,"tag":169,"props":1113,"children":1114},{"class":171,"line":713},[1115,1119],{"type":47,"tag":169,"props":1116,"children":1117},{"style":176},[1118],{"type":53,"value":952},{"type":47,"tag":169,"props":1120,"children":1121},{"style":910},[1122],{"type":53,"value":1123},"待办\n",{"type":47,"tag":169,"props":1125,"children":1126},{"class":171,"line":730},[1127,1131],{"type":47,"tag":169,"props":1128,"children":1129},{"style":176},[1130],{"type":53,"value":179},{"type":47,"tag":169,"props":1132,"children":1133},{"style":967},[1134],{"type":53,"value":1135}," [ ] {第一项待办}\n",{"type":47,"tag":169,"props":1137,"children":1138},{"class":171,"line":754},[1139],{"type":47,"tag":169,"props":1140,"children":1141},{"emptyLinePlaceholder":919},[1142],{"type":53,"value":922},{"type":47,"tag":169,"props":1144,"children":1145},{"class":171,"line":778},[1146,1150],{"type":47,"tag":169,"props":1147,"children":1148},{"style":176},[1149],{"type":53,"value":952},{"type":47,"tag":169,"props":1151,"children":1152},{"style":910},[1153],{"type":53,"value":1154},"勘误记录\n",{"type":47,"tag":169,"props":1156,"children":1158},{"class":171,"line":1157},22,[1159],{"type":47,"tag":169,"props":1160,"children":1161},{"style":967},[1162],{"type":53,"value":1163},"（创建后如需更正 intake 信息，在此追加，注明日期与原因，不改上文）\n",{"type":47,"tag":148,"props":1165,"children":1167},{"id":1166},"_2-update跟进",[1168],{"type":53,"value":1169},"2. update（跟进）",{"type":47,"tag":86,"props":1171,"children":1172},{},[1173,1185],{"type":47,"tag":90,"props":1174,"children":1175},{},[1176,1178,1183],{"type":53,"value":1177},"按 slug 或标题在 ",{"type":47,"tag":96,"props":1179,"children":1181},{"className":1180},[],[1182],{"type":53,"value":867},{"type":53,"value":1184}," 中定位事项；匹配不到时列出 open 事项让使用者选；",{"type":47,"tag":90,"props":1186,"children":1187},{},[1188,1189,1195],{"type":53,"value":861},{"type":47,"tag":96,"props":1190,"children":1192},{"className":1191},[],[1193],{"type":53,"value":1194},"notes.md",{"type":53,"value":1196}," 文末追加新条目，格式：",{"type":47,"tag":136,"props":1198,"children":1200},{"className":893,"code":1199,"language":895,"meta":144,"style":144},"## {YYYY-MM-DD} {一句话主题}\n{进展内容；涉及法律判断的按 G1 标注来源}\n- 待办变化：{新增\u002F完成的待办}\n",[1201],{"type":47,"tag":96,"props":1202,"children":1203},{"__ignoreMap":144},[1204,1216,1224],{"type":47,"tag":169,"props":1205,"children":1206},{"class":171,"line":172},[1207,1211],{"type":47,"tag":169,"props":1208,"children":1209},{"style":176},[1210],{"type":53,"value":952},{"type":47,"tag":169,"props":1212,"children":1213},{"style":910},[1214],{"type":53,"value":1215},"{YYYY-MM-DD} {一句话主题}\n",{"type":47,"tag":169,"props":1217,"children":1218},{"class":171,"line":30},[1219],{"type":47,"tag":169,"props":1220,"children":1221},{"style":967},[1222],{"type":53,"value":1223},"{进展内容；涉及法律判断的按 G1 标注来源}\n",{"type":47,"tag":169,"props":1225,"children":1226},{"class":171,"line":228},[1227,1231],{"type":47,"tag":169,"props":1228,"children":1229},{"style":176},[1230],{"type":53,"value":179},{"type":47,"tag":169,"props":1232,"children":1233},{"style":967},[1234],{"type":53,"value":1235}," 待办变化：{新增\u002F完成的待办}\n",{"type":47,"tag":86,"props":1237,"children":1238},{"start":228},[1239,1267,1277],{"type":47,"tag":90,"props":1240,"children":1241},{},[1242,1244,1249,1251,1257,1259,1265],{"type":53,"value":1243},"把 ",{"type":47,"tag":96,"props":1245,"children":1247},{"className":1246},[],[1248],{"type":53,"value":867},{"type":53,"value":1250}," 中该条的 ",{"type":47,"tag":96,"props":1252,"children":1254},{"className":1253},[],[1255],{"type":53,"value":1256},"updated",{"type":53,"value":1258}," 刷新为当天；状态变化时更新 ",{"type":47,"tag":96,"props":1260,"children":1262},{"className":1261},[],[1263],{"type":53,"value":1264},"status",{"type":53,"value":1266},"\n（open ↔ pending 用于等对方\u002F等审批等挂起情形）；",{"type":47,"tag":90,"props":1268,"children":1269},{},[1270,1275],{"type":47,"tag":73,"props":1271,"children":1272},{},[1273],{"type":53,"value":1274},"历史不覆盖",{"type":53,"value":1276},"：notes.md 与 intake.md 既有内容只追加不修改；发现既往记录\n有错的，在新条目或 intake 勘误区更正；",{"type":47,"tag":90,"props":1278,"children":1279},{},[1280],{"type":53,"value":1281},"更新过程中识别到命中画像红线或升级矩阵的，立即提示（G5\u002FG9）。",{"type":47,"tag":148,"props":1283,"children":1285},{"id":1284},"_3-版本规则外发文档",[1286],{"type":53,"value":1287},"3. 版本规则（外发文档）",{"type":47,"tag":1289,"props":1290,"children":1291},"ul",{},[1292,1320,1330,1335,1348],{"type":47,"tag":90,"props":1293,"children":1294},{},[1295,1297,1303,1305,1311,1312,1318],{"type":53,"value":1296},"drafts\u002F 下文档版本命名：",{"type":47,"tag":96,"props":1298,"children":1300},{"className":1299},[],[1301],{"type":53,"value":1302},"\u003C文档名>-v1.md",{"type":53,"value":1304},"、",{"type":47,"tag":96,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":53,"value":1310},"-v2",{"type":53,"value":1304},{"type":47,"tag":96,"props":1313,"children":1315},{"className":1314},[],[1316],{"type":53,"value":1317},"-v3",{"type":53,"value":1319},"……递增；",{"type":47,"tag":90,"props":1321,"children":1322},{},[1323,1328],{"type":47,"tag":73,"props":1324,"children":1325},{},[1326],{"type":53,"value":1327},"已发版本历史本身就是记录",{"type":53,"value":1329},"：任何已经对外发出（或虽未发出但已给对方看过）\n的版本，永不覆盖、永不删除、永不改名；下一轮修改另存新版本号；",{"type":47,"tag":90,"props":1331,"children":1332},{},[1333],{"type":53,"value":1334},"未外发的草稿也建议保留版本链，删除前需使用者显式确认；",{"type":47,"tag":90,"props":1336,"children":1337},{},[1338,1340,1346],{"type":53,"value":1339},"对外发出前必须过 ",{"type":47,"tag":96,"props":1341,"children":1343},{"className":1342},[],[1344],{"type":53,"value":1345},"citation-audit",{"type":53,"value":1347},"（G10）；",{"type":47,"tag":90,"props":1349,"children":1350},{},[1351,1353,1359],{"type":53,"value":1352},"在 notes.md 记录每次外发：",{"type":47,"tag":96,"props":1354,"children":1356},{"className":1355},[],[1357],{"type":53,"value":1358},"{日期} 外发 {文档名}-v2 给 {对象}，方式 {邮件\u002F 平台}，citation-audit 结果 PASS",{"type":53,"value":1360},"。",{"type":47,"tag":148,"props":1362,"children":1364},{"id":1363},"_4-evidence证据目录",[1365],{"type":53,"value":1366},"4. evidence（证据目录）",{"type":47,"tag":1289,"props":1368,"children":1369},{},[1370,1382,1394],{"type":47,"tag":90,"props":1371,"children":1372},{},[1373,1375,1380],{"type":53,"value":1374},"原始材料放入 evidence\u002F 后",{"type":47,"tag":73,"props":1376,"children":1377},{},[1378],{"type":53,"value":1379},"只进不出",{"type":53,"value":1381},"：不改名、不编辑、不覆盖；需要标注\n或摘录的，在 notes.md 或 drafts\u002F 中另写；",{"type":47,"tag":90,"props":1383,"children":1384},{},[1385,1387,1393],{"type":53,"value":1386},"建议在 notes.md 维护证据清单：",{"type":47,"tag":96,"props":1388,"children":1390},{"className":1389},[],[1391],{"type":53,"value":1392},"{日期} 收到 {文件名}，来源 {谁提供}， 拟证明 {事项}",{"type":53,"value":111},{"type":47,"tag":90,"props":1395,"children":1396},{},[1397,1399,1405],{"type":53,"value":1398},"证据原件的法律效力问题（如电子证据的真实性认定）是专业判断，标\n",{"type":47,"tag":96,"props":1400,"children":1402},{"className":1401},[],[1403],{"type":53,"value":1404},"[模型知识—待核实]",{"type":53,"value":1406}," 并提示咨询执业律师。",{"type":47,"tag":148,"props":1408,"children":1410},{"id":1409},"_5-close结项归档",[1411],{"type":53,"value":1412},"5. close（结项归档）",{"type":47,"tag":86,"props":1414,"children":1415},{},[1416,1421],{"type":47,"tag":90,"props":1417,"children":1418},{},[1419],{"type":53,"value":1420},"确认事项确已了结（使用者明确指令）；",{"type":47,"tag":90,"props":1422,"children":1423},{},[1424],{"type":53,"value":1425},"生成结项小结，追加到 notes.md 文末：",{"type":47,"tag":136,"props":1427,"children":1429},{"className":893,"code":1428,"language":895,"meta":144,"style":144},"## {YYYY-MM-DD} 结项小结\n- 结果：{一句话，如\"合同已签署\" \u002F \"双方和解\" \u002F \"咨询完成，未委托\"}\n- 关键产出：{drafts\u002F 中最终版本清单}\n- 遗留事项：{无 \u002F 需后续跟进的事项与日期}\n- 经验教训：{可选，一句话}\n",[1430],{"type":47,"tag":96,"props":1431,"children":1432},{"__ignoreMap":144},[1433,1445,1457,1469,1481],{"type":47,"tag":169,"props":1434,"children":1435},{"class":171,"line":172},[1436,1440],{"type":47,"tag":169,"props":1437,"children":1438},{"style":176},[1439],{"type":53,"value":952},{"type":47,"tag":169,"props":1441,"children":1442},{"style":910},[1443],{"type":53,"value":1444},"{YYYY-MM-DD} 结项小结\n",{"type":47,"tag":169,"props":1446,"children":1447},{"class":171,"line":30},[1448,1452],{"type":47,"tag":169,"props":1449,"children":1450},{"style":176},[1451],{"type":53,"value":179},{"type":47,"tag":169,"props":1453,"children":1454},{"style":967},[1455],{"type":53,"value":1456}," 结果：{一句话，如\"合同已签署\" \u002F \"双方和解\" \u002F \"咨询完成，未委托\"}\n",{"type":47,"tag":169,"props":1458,"children":1459},{"class":171,"line":228},[1460,1464],{"type":47,"tag":169,"props":1461,"children":1462},{"style":176},[1463],{"type":53,"value":179},{"type":47,"tag":169,"props":1465,"children":1466},{"style":967},[1467],{"type":53,"value":1468}," 关键产出：{drafts\u002F 中最终版本清单}\n",{"type":47,"tag":169,"props":1470,"children":1471},{"class":171,"line":246},[1472,1476],{"type":47,"tag":169,"props":1473,"children":1474},{"style":176},[1475],{"type":53,"value":179},{"type":47,"tag":169,"props":1477,"children":1478},{"style":967},[1479],{"type":53,"value":1480}," 遗留事项：{无 \u002F 需后续跟进的事项与日期}\n",{"type":47,"tag":169,"props":1482,"children":1483},{"class":171,"line":26},[1484,1488],{"type":47,"tag":169,"props":1485,"children":1486},{"style":176},[1487],{"type":53,"value":179},{"type":47,"tag":169,"props":1489,"children":1490},{"style":967},[1491],{"type":53,"value":1492}," 经验教训：{可选，一句话}\n",{"type":47,"tag":86,"props":1494,"children":1495},{"start":228},[1496,1528,1540],{"type":47,"tag":90,"props":1497,"children":1498},{},[1499,1504,1506,1511,1513,1519,1521,1526],{"type":47,"tag":96,"props":1500,"children":1502},{"className":1501},[],[1503],{"type":53,"value":867},{"type":53,"value":1505}," 中该条 ",{"type":47,"tag":96,"props":1507,"children":1509},{"className":1508},[],[1510],{"type":53,"value":1264},{"type":53,"value":1512}," 改为 ",{"type":47,"tag":96,"props":1514,"children":1516},{"className":1515},[],[1517],{"type":53,"value":1518},"closed",{"type":53,"value":1520},"，",{"type":47,"tag":96,"props":1522,"children":1524},{"className":1523},[],[1525],{"type":53,"value":1256},{"type":53,"value":1527}," 刷新为当天；",{"type":47,"tag":90,"props":1529,"children":1530},{},[1531,1533,1538],{"type":53,"value":1532},"目录与文件",{"type":47,"tag":73,"props":1534,"children":1535},{},[1536],{"type":53,"value":1537},"不删除不搬移",{"type":53,"value":1539},"，closed 事项保留在原位供检索；",{"type":47,"tag":90,"props":1541,"children":1542},{},[1543],{"type":53,"value":1544},"如事项衍生新事项（如合同签署后进入履约管理），新建事项并在两边 notes\n互相关联 slug。",{"type":47,"tag":56,"props":1546,"children":1548},{"id":1547},"输出模板",[1549],{"type":53,"value":1547},{"type":47,"tag":62,"props":1551,"children":1552},{},[1553],{"type":53,"value":1554},"工作台总览（使用者问\"我在办哪些事\"时）：",{"type":47,"tag":136,"props":1556,"children":1559},{"className":1557,"code":1558,"language":53},[139],"在办事项（截至 {今天}）\n| id | slug | 类型 | 状态 | 最近更新 | 时效提醒 |\n| --- | --- | --- | --- | --- | --- |\n| 2 | acme-supply-contract | 合同审查 | open | 2026-08-18 | {最近一个关键日期} |\n\n已结项：{N} 个（用 close 列表查看）\n",[1560],{"type":47,"tag":96,"props":1561,"children":1562},{"__ignoreMap":144},[1563],{"type":53,"value":1558},{"type":47,"tag":56,"props":1565,"children":1567},{"id":1566},"本技能不做什么",[1568],{"type":53,"value":1566},{"type":47,"tag":1289,"props":1570,"children":1571},{},[1572,1577,1582,1587,1597],{"type":47,"tag":90,"props":1573,"children":1574},{},[1575],{"type":53,"value":1576},"不做法律分析本身（分析走 legal-research \u002F contract-review-cn 等技能，\n本技能只管台账与文件）；",{"type":47,"tag":90,"props":1578,"children":1579},{},[1580],{"type":53,"value":1581},"不替代执业机构的案件管理系统与利益冲突检索系统——G11 冲突审查仍是\n使用者的执业责任；",{"type":47,"tag":90,"props":1583,"children":1584},{},[1585],{"type":53,"value":1586},"不主动删除、搬移、重命名任何历史文件；",{"type":47,"tag":90,"props":1588,"children":1589},{},[1590,1592,1596],{"type":53,"value":1591},"不做时效的计算性结论（\"还有几天过时效\"可以算，\"时效是否届满\u002F是否中断\"\n是专业判断，标 ",{"type":47,"tag":169,"props":1593,"children":1594},{},[1595],{"type":53,"value":980},{"type":53,"value":851},{"type":47,"tag":90,"props":1598,"children":1599},{},[1600],{"type":53,"value":1601},"不向任何第三方发送文件，只记录外发事实。",{"type":47,"tag":56,"props":1603,"children":1605},{"id":1604},"收尾与下一步",[1606],{"type":53,"value":1604},{"type":47,"tag":1289,"props":1608,"children":1609},{},[1610,1622,1627,1638],{"type":47,"tag":90,"props":1611,"children":1612},{},[1613,1615,1620],{"type":53,"value":1614},"每次操作后确认 ",{"type":47,"tag":96,"props":1616,"children":1618},{"className":1617},[],[1619],{"type":53,"value":867},{"type":53,"value":1621}," 与目录结构一致（登记有条目必有目录）；",{"type":47,"tag":90,"props":1623,"children":1624},{},[1625],{"type":53,"value":1626},"提示时效提醒中最近一个日期；",{"type":47,"tag":90,"props":1628,"children":1629},{},[1630,1632,1637],{"type":53,"value":1631},"事项涉及法规引用的，提醒相关产物发出前过 ",{"type":47,"tag":96,"props":1633,"children":1635},{"className":1634},[],[1636],{"type":53,"value":1345},{"type":53,"value":111},{"type":47,"tag":90,"props":1639,"children":1640},{},[1641],{"type":53,"value":1642},"涉及监控相关法规更新的，提示使用者定期对照在办事项与法规更新。",{"type":47,"tag":1644,"props":1645,"children":1646},"style",{},[1647],{"type":53,"value":1648},"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":1650,"total":1748},[1651,1667,1686,1699,1709,1722,1731],{"slug":1652,"name":1652,"fn":1653,"description":1654,"org":1655,"tags":1656,"stars":26,"repoUrl":27,"updatedAt":1666},"article2tasks","convert articles into Dida365 tasks","将技术周报（批量）或单篇文章整理为滴答清单待办事项，自动分类到已有清单并打标签，全程通过 MCP 写入，跨平台无需任何本地脚本。当用户提供周报内容、文章链接，或提及「周报」「文章汇总」「添加到滴答」时，使用此技能。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1657,1660,1663],{"name":1658,"slug":1659,"type":16},"Content Creation","content-creation",{"name":1661,"slug":1662,"type":16},"MCP","mcp",{"name":1664,"slug":1665,"type":16},"Task Management","task-management","2026-08-18T03:49:38.751656",{"slug":1668,"name":1668,"fn":1669,"description":1670,"org":1671,"tags":1672,"stars":26,"repoUrl":27,"updatedAt":1685},"binder-agent-eval","evaluate LLM agent decision quality","当需要在相同的阶段输入上评测 LLM agent 的结构化决策、或对比多个 provider 的决策质量时使用；对应 openbinder evaluate-agent（--provider\u002F--compare\u002F--case）与 openbinder provider doctor。典型触发语：\"用 mock provider 跑一遍 decision case 评测\"\"对比一下几个 provider 在同一批 case 上的表现\"\"先 doctor 一下 minimax 配置通不通\"。同义场景：agent 评测、decision evaluation、visible\u002Fhidden 分层、泄露检查、provider 对比、冻结决策。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1673,1676,1679,1682],{"name":1674,"slug":1675,"type":16},"Agents","agents",{"name":1677,"slug":1678,"type":16},"Benchmarking","benchmarking",{"name":1680,"slug":1681,"type":16},"Evals","evals",{"name":1683,"slug":1684,"type":16},"LLM","llm","2026-08-27T13:32:30.156635",{"slug":1687,"name":1687,"fn":1688,"description":1689,"org":1690,"tags":1691,"stars":26,"repoUrl":27,"updatedAt":1698},"binder-handoff","export and validate binder task packages","当需要把 binder 设计算力任务打包交给外部平台（Claude Science 或自有服务器）、或校验\u002F导入外部返回的结果包时使用；对应 openbinder handoff export\u002Fvalidate\u002Fimport。典型触发语：\"把这个 target 打包成 handoff 任务包\"\"校验一下对方返回的 result package\"\"把外部算回来的结果导入进来\"。同义场景：external handoff、任务包导出、结果包校验、回传包导入、RUNBOOK。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1692,1695],{"name":1693,"slug":1694,"type":16},"Automation","automation",{"name":1696,"slug":1697,"type":16},"Data Engineering","data-engineering","2026-08-27T13:32:32.957864",{"slug":1700,"name":1700,"fn":1701,"description":1702,"org":1703,"tags":1704,"stars":26,"repoUrl":27,"updatedAt":1708},"binder-protocol","compile and validate binder design protocols","当需要把 binder 设计协议草稿编译成结构化 protocol.yaml、校验协议、或按阶段切出 stage slice 时使用；对应 openbinder protocol validate\u002Fcompile\u002Fshow 三个子命令。典型触发语：\"把这份 protocol 草稿编译一下\"\"校验这个 protocol.yaml\"\"把 cofold_scoring 阶段的切片拿出来\"。同义场景：协议编译、protocol compiler、十阶段、stage slice、阶段上下文、protocol validate。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1705,1706],{"name":1693,"slug":1694,"type":16},{"name":1707,"slug":163,"type":16},"YAML","2026-08-27T13:32:33.760978",{"slug":1710,"name":1710,"fn":1711,"description":1712,"org":1713,"tags":1714,"stars":26,"repoUrl":27,"updatedAt":1721},"binder-ranking-audit","audit binder campaign ranking results","当需要重算并审计 binder campaign 的候选排序、核对 recorded 与 recomputed 是否一致时使用；对应 openbinder audit-ranking（--fixture\u002F--source）。典型触发语：\"审计一下这个 campaign 的排序\"\"recorded 和 recomputed 对得上吗\"\"重算 top-N 命中率和 Spearman\"。同义场景：ranking audit、排序审计、ensemble 重算、hit rate、缺失数据处理、missing data 报告。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1715,1718],{"name":1716,"slug":1717,"type":16},"Data Analysis","data-analysis",{"name":1719,"slug":1720,"type":16},"QA","qa","2026-08-27T13:32:34.155444",{"slug":1723,"name":1723,"fn":1724,"description":1725,"org":1726,"tags":1727,"stars":26,"repoUrl":27,"updatedAt":1730},"binder-replay","replay binder design campaigns","当需要回放已记录的 binder 设计 campaign、重现每一步\"当时知道什么、决定了什么\"时使用；对应 openbinder replay（--fixture\u002F--events\u002F--source）。典型触发语：\"帮我回放一下 IL-7Ra 的 binder campaign\"\"回放那个失败的 campaign\"\"看看当时每一步都知道了什么\"。同义场景：campaign replay、事件流回放、replay report、gap 分析、时间线重建。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1728,1729],{"name":1693,"slug":1694,"type":16},{"name":1716,"slug":1717,"type":16},"2026-08-27T13:32:33.346398",{"slug":1732,"name":1732,"fn":1733,"description":1734,"org":1735,"tags":1736,"stars":26,"repoUrl":27,"updatedAt":1747},"binder-report","generate final reports from agent artifacts","当需要把 output\u002F 下已产生的 replay、agent 评测、ranking 审计产物汇总成最终报告束时使用；收集既有 artifact、按六类证据分级标注、生成 limitations 并提交 stage-gate 审批。典型触发语：\"把这些产物汇总成最终报告\"\"出一份 binder 最终报告和 limitations\"\"把 replay\u002F评测\u002F审计结果打包成报告束\"。同义场景：最终报告、报告束、evidence grading、limitations、claim check、收尾报告。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1737,1740,1741,1744],{"name":1738,"slug":1739,"type":16},"Documentation","documentation",{"name":14,"slug":15,"type":16},{"name":1742,"slug":1743,"type":16},"Reporting","reporting",{"name":1745,"slug":1746,"type":16},"Summarization","summarization","2026-08-27T13:32:26.101404",93,{"items":1750,"total":1949},[1751,1775,1789,1808,1823,1843,1861,1879,1894,1910,1929,1939],{"slug":1752,"name":1752,"fn":1753,"description":1754,"org":1755,"tags":1756,"stars":1772,"repoUrl":1773,"updatedAt":1774},"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},[1757,1760,1763,1766,1769],{"name":1758,"slug":1759,"type":16},"Accessibility","accessibility",{"name":1761,"slug":1762,"type":16},"Android","android",{"name":1764,"slug":1765,"type":16},"Kotlin","kotlin",{"name":1767,"slug":1768,"type":16},"Mobile","mobile",{"name":1770,"slug":1771,"type":16},"UI Components","ui-components",13030,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills","2026-07-13T06:16:54.247834",{"slug":1776,"name":1776,"fn":1777,"description":1778,"org":1779,"tags":1780,"stars":1772,"repoUrl":1773,"updatedAt":1788},"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},[1781,1782,1785],{"name":1674,"slug":1675,"type":16},{"name":1783,"slug":1784,"type":16},"Audio","audio",{"name":1786,"slug":1787,"type":16},"Creative","creative","2026-07-13T06:16:35.130644",{"slug":1790,"name":1790,"fn":1791,"description":1792,"org":1793,"tags":1794,"stars":1772,"repoUrl":1773,"updatedAt":1807},"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},[1795,1798,1801,1804],{"name":1796,"slug":1797,"type":16},"Design","design",{"name":1799,"slug":1800,"type":16},"Presentations","presentations",{"name":1802,"slug":1803,"type":16},"Themes","themes",{"name":1805,"slug":1806,"type":16},"Typography","typography","2026-07-13T06:17:02.785587",{"slug":1809,"name":1809,"fn":1810,"description":1811,"org":1812,"tags":1813,"stars":1772,"repoUrl":1773,"updatedAt":1822},"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},[1814,1815,1818,1821],{"name":1796,"slug":1797,"type":16},{"name":1816,"slug":1817,"type":16},"Design System","design-system",{"name":1819,"slug":1820,"type":16},"PowerPoint","powerpoint",{"name":1799,"slug":1800,"type":16},"2026-07-13T06:17:10.398389",{"slug":1824,"name":1824,"fn":1825,"description":1826,"org":1827,"tags":1828,"stars":1772,"repoUrl":1773,"updatedAt":1842},"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},[1829,1832,1835,1836,1839],{"name":1830,"slug":1831,"type":16},"Dart","dart",{"name":1833,"slug":1834,"type":16},"Flutter","flutter",{"name":1767,"slug":1768,"type":16},{"name":1837,"slug":1838,"type":16},"Performance","performance",{"name":1840,"slug":1841,"type":16},"State Management","state-management","2026-07-13T06:16:36.626679",{"slug":1844,"name":1844,"fn":1845,"description":1846,"org":1847,"tags":1848,"stars":1772,"repoUrl":1773,"updatedAt":1860},"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},[1849,1852,1853,1854,1857],{"name":1850,"slug":1851,"type":16},"Animation","animation",{"name":1786,"slug":1787,"type":16},{"name":1796,"slug":1797,"type":16},{"name":1855,"slug":1856,"type":16},"Frontend","frontend",{"name":1858,"slug":1859,"type":16},"Web Development","web-development","2026-07-13T06:16:39.108827",{"slug":1862,"name":1862,"fn":1863,"description":1864,"org":1865,"tags":1866,"stars":1772,"repoUrl":1773,"updatedAt":1878},"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},[1867,1870,1871,1874,1877],{"name":1868,"slug":1869,"type":16},"Backend","backend",{"name":1855,"slug":1856,"type":16},{"name":1872,"slug":1873,"type":16},"Full-stack","full-stack",{"name":1875,"slug":1876,"type":16},"REST API","rest-api",{"name":1858,"slug":1859,"type":16},"2026-07-13T06:16:43.219005",{"slug":1880,"name":1880,"fn":1881,"description":1882,"org":1883,"tags":1884,"stars":1772,"repoUrl":1773,"updatedAt":1893},"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},[1885,1886,1887,1890],{"name":1850,"slug":1851,"type":16},{"name":1786,"slug":1787,"type":16},{"name":1888,"slug":1889,"type":16},"Images","images",{"name":1891,"slug":1892,"type":16},"Media","media","2026-07-13T06:16:51.74461",{"slug":1895,"name":1895,"fn":1896,"description":1897,"org":1898,"tags":1899,"stars":1772,"repoUrl":1773,"updatedAt":1909},"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},[1900,1901,1904,1905,1908],{"name":1758,"slug":1759,"type":16},{"name":1902,"slug":1903,"type":16},"iOS","ios",{"name":1767,"slug":1768,"type":16},{"name":1906,"slug":1907,"type":16},"SwiftUI","swiftui",{"name":1770,"slug":1771,"type":16},"2026-07-13T06:16:55.686092",{"slug":1911,"name":1911,"fn":1912,"description":1913,"org":1914,"tags":1915,"stars":1772,"repoUrl":1773,"updatedAt":1928},"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},[1916,1919,1922,1925],{"name":1917,"slug":1918,"type":16},"Documents","documents",{"name":1920,"slug":1921,"type":16},"DOCX","docx",{"name":1923,"slug":1924,"type":16},"Office","office",{"name":1926,"slug":1927,"type":16},"Templates","templates","2026-07-13T06:16:40.461868",{"slug":1930,"name":1930,"fn":1931,"description":1932,"org":1933,"tags":1934,"stars":1772,"repoUrl":1773,"updatedAt":1938},"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},[1935,1936,1937],{"name":1783,"slug":1784,"type":16},{"name":1786,"slug":1787,"type":16},{"name":1891,"slug":1892,"type":16},"2026-07-13T06:16:50.381758",{"slug":1940,"name":1940,"fn":1941,"description":1942,"org":1943,"tags":1944,"stars":1772,"repoUrl":1773,"updatedAt":1948},"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},[1945,1946,1947],{"name":1783,"slug":1784,"type":16},{"name":1786,"slug":1787,"type":16},{"name":1891,"slug":1892,"type":16},"2026-07-13T06:16:57.002997",141]