[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-minimax-statute-verify":3,"mdc-mhxxzx-key":37,"related-org-minimax-statute-verify":1148,"related-repo-minimax-statute-verify":1351},{"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},"statute-verify","verify validity of legal statutes","当用户需要核验法条引用的时效——\"民法典第153条现在有效吗\u002F这个法条是不是改了\u002F 核验一下这段引用\u002F某规定废止了吗\u002F确认条文现行状态\"时使用；也被其他技能在填入 [CITE:__] 占位前调用。通过内置 flk 数据源核验法律、行政法规、司法解释的现行 有效性（有效\u002F已修正\u002F已废止\u002F尚未施行）、生效与失效日期、修正记录、效力层级与 发布机关，输出六档判定并写入 verification-log.md 避免重复劳动。",{"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},"Compliance","compliance",{"name":21,"slug":22,"type":16},"Audit","audit",{"name":24,"slug":25,"type":16},"Legal","legal",5,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins","2026-08-27T13:31:57.174884",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\u002Fstatute-verify","---\nname: statute-verify\ndescription: >-\n  当用户需要核验法条引用的时效——\"民法典第153条现在有效吗\u002F这个法条是不是改了\u002F\n  核验一下这段引用\u002F某规定废止了吗\u002F确认条文现行状态\"时使用；也被其他技能在填入\n  [CITE:__] 占位前调用。通过内置 flk 数据源核验法律、行政法规、司法解释的现行\n  有效性（有效\u002F已修正\u002F已废止\u002F尚未施行）、生效与失效日期、修正记录、效力层级与\n  发布机关，输出六档判定并写入 verification-log.md 避免重复劳动。\nargument-hint: '[法条引用，如：民法典第153条]'\nmetadata:\n  legal_frame: cn-mainland\n  last_reviewed: '2026-08-18'\n---\n\n# statute-verify：法条时效核验\n\n## 目的\n\n引用失效或已修正的法条，是法律文件最硬伤的错误之一。中国法规更新频繁：\n法律修正、行政法规修订、司法解释废改、配套细则出台，都会让\"记忆中的条文\"\n变成错误引用。\n\n本技能在引用落入产物之前做一道时效核验：**引用先占位（[CITE:__]），核验\n通过才填入**（G10）。核验结论按六档输出，全部留痕到 verification-log.md。\n\n## 前置检查\n\n1. 读取 docs\u002Fguardrails.md 执业画像，确认无 `[填空]`；有则停止并引导先跑\n   `cold-start-interview`；\n2. 查 `verification-log.md`（事项目录或工作区根目录）：同一引用在近 90 天\n   内已核验且判定为 verified_current 的，可直接复用结论并注明复用日期；\n   属于 `references\u002Fcurrency-watch.md` 清单内法规的，即使 90 天内验过，\n   也按清单的复核周期从严处理；\n3. 确认 flk 数据源可用（MCP 已挂载）。不可用时不得假装核验——判定为\n   source_unavailable。\n\n## 操作规程\n\n### 1. 解析引用\n\n把使用者给的引用解析为结构化要素：\n\n- 文件名称（如\"民法典\"→ 全称《中华人民共和国民法典》）；\n- 条号（第几条，款、项如有也记录）；\n- 文件类型判断：法律 \u002F 行政法规 \u002F 司法解释 \u002F 部门规章 \u002F 地方性法规。\n\n解析示例：\n\n| 使用者输入 | 解析结果 |\n| --- | --- |\n| 民法典第153条 | 《中华人民共和国民法典》第153条，法律 |\n| 劳动合同法38 | 《中华人民共和国劳动合同法》第38条，法律 |\n| 公司法解释三第13条 | 需先确认具体是哪一部司法解释（公司法有多个配套解释 [模型知识—待核实]），向使用者确认后再查 |\n| 个保法 | 名称不完整，确认是《中华人民共和国个人信息保护法》后按法律查 |\n\n名称不精确时（如\"合同法\"——已并入民法典 [模型知识—待核实]；\"劳动合同法\n实施条例\"与\"劳动合同法\"混淆），先向使用者确认目标文件，不猜着查。\n\n### 2. 查 verification-log.md 去重\n\n- 近 90 天同引用同判定 → 复用，注明\"复用 {日期} 核验结论\"；\n- 超过 90 天或判定为 amended \u002F not_found → 重新核验；\n- currency-watch 清单内法规：超过清单建议复核周期即重验。\n\n### 3. 执行核验\n\n按优先级调用：\n\n1. `flk_check {title}`：按精确标题取状态（有效\u002F已修正\u002F已废止\u002F尚未生效）；\n2. 标题命中但需确认条文级细节时，`flk_detail {id}` 取元数据与正文链接，\n   核对：发布机关、公布日期、施行日期、效力层级、修正记录；\n3. `flk_check` 未命中时，`flk_search {keyword}` 放宽检索，排查是否名称\n   不精确（如漏了\"中华人民共和国\"前缀、用了简称）；\n4. 已配置北大法宝时，可用其交叉核对修正记录与时效标注。\n\n### 4. 对照 effective_date\n\n若调用方（技能或画像）声明了 `legal_sources.effective_date`（分析基准日），\n核对法规在**该基准日**的状态而非今天的状态——例如分析一份 2023 年签署的\n合同，应以签署时有效的文本为准；法规在基准日后修正的，两个版本都标注，\n注明各自适用区间。\n\n基准日分析示例：分析 2020 年 8 月签订的借款合同利率条款时，司法保护上限\n规则在 2020 年 8 月 20 日发生过重要调整 [模型知识—待核实，具体日期与内容\n以核验为准]——签约日恰好跨调整点的，必须两版规则并列并标 `[需复核]`，\n提示这是结论敏感点。\n\n### 5. 六档判定\n\n| 判定 | 含义 | 产物处理 |\n| --- | --- | --- |\n| verified_current | 现行有效 | 可填入正式引用，标 `[已确认—YYYY-MM-DD]` |\n| amended | 已修正 | 给出修正确认（修正案\u002F修订决定名称与施行日期），引用按新文本；新旧差异影响结论时并列说明 |\n| repealed | 已废止 | 不得引用为现行依据；说明废止日期与承继规定（如有） |\n| not_yet_effective | 尚未施行 | 可引用但须标明施行日期，提示基准日下尚不生效 |\n| not_found | 未检索到 | **不等于不存在**：可能是名称不精确。给出精确名称建议与人工核查路径（北大法宝\u002F监管官网\u002F公报） |\n| source_unavailable | 数据源不可用 | 显式标注，**不得当作任何结论**；建议网络恢复后重验或人工核查 |\n\n### 6. 写入 verification-log.md\n\n每条核验追加一行记录：\n\n```markdown\n| 日期 | 引用 | 判定 | 证据来源 | 复核截止 |\n| --- | --- | --- | --- | --- |\n| 2026-08-18 | 《中华人民共和国民法典》第153条 | verified_current | flk_check id=xxx | 2026-11-16 |\n```\n\n复核截止 = 核验日 + 90 天；currency-watch 清单内法规按清单周期。\n\n## 覆盖范围说明\n\nflk 覆盖法律、行政法规、监察法规、司法解释与地方性法规 [法律法规数据库，\n以 connectors.yaml 登记为准]。部门规章、地方政府规章、监管机关规范性文件\n不一定能经 flk 精确命中——此类引用核验不到时，按 not_found 流程处理并\n给出北大法宝\u002F发布机关官网的人工核查路径，不得把\"flk 查不到\"表述成\n\"该规章不存在\"。\n\n## 输出模板\n\n```markdown\n## 法条核验表\n| 引用 | 判定 | 生效\u002F施行日期 | 证据来源 | 建议 |\n| --- | --- | --- | --- | --- |\n| 《XX法》第N条 | verified_current | 2021-01-01 施行 | [法律法规数据库] flk_check | 可引用，标 [已确认—2026-08-18] |\n\n## 说明\n{amended\u002Frepealed\u002Fnot_found 时的详细信息；source_unavailable 时的显式声明}\n\n## [需复核] 项\n{条文级内容未能逐字核对的部分}\n```\n\n## 本技能不做什么\n\n- 不解释条文含义、不做法律适用分析（那是 legal-research 与具体业务技能的\n  工作；本技能只回答\"这个引用现在是什么状态\"）；\n- 不逐字核对条文全文（flk 正文为 PDF\u002FWORD\u002FHTML 链接时，只核对元数据与\n  状态字段；逐字核对需求应提示使用者打开正文链接人工比对）；\n- 不把 not_found 当作\"该法规不存在\"的结论；\n- 不在 flk 不可用时输出任何判定（除 source_unavailable 本身）；\n- 不核验案例（那是 case-verify）。\n\n## 收尾与下一步\n\n- 判定结果回填调用方的 `[CITE:__]` 占位；全部占位处理完毕后，提醒产物\n  发出前仍需过 `citation-audit`；\n- 核验中发现法规属高频变动领域（数据、平台经济、公司登记等）但未在\n  `references\u002Fcurrency-watch.md` 清单中的，建议把该法规补入清单；\n- amended\u002Frepealed 判定影响在手事项的，提示用 `matter-workspace` 在相关\n  事项 notes.md 记录影响。\n",{"data":38,"body":43},{"name":4,"description":6,"argument-hint":39,"metadata":40},"[法条引用，如：民法典第153条]",{"legal_frame":41,"last_reviewed":42},"cn-mainland","2026-08-18",{"type":44,"children":45},"root",[46,55,61,67,88,93,146,151,158,163,182,187,274,285,291,309,315,320,371,377,397,417,423,576,582,587,759,764,769,781,786,1056,1061,1089,1094,1142],{"type":47,"tag":48,"props":49,"children":51},"element","h1",{"id":50},"statute-verify法条时效核验",[52],{"type":53,"value":54},"text","statute-verify：法条时效核验",{"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,86],{"type":53,"value":71},"本技能在引用落入产物之前做一道时效核验：",{"type":47,"tag":73,"props":74,"children":75},"strong",{},[76,78,84],{"type":53,"value":77},"引用先占位（",{"type":47,"tag":79,"props":80,"children":81},"span",{},[82],{"type":53,"value":83},"CITE:__",{"type":53,"value":85},"），核验\n通过才填入",{"type":53,"value":87},"（G10）。核验结论按六档输出，全部留痕到 verification-log.md。",{"type":47,"tag":56,"props":89,"children":91},{"id":90},"前置检查",[92],{"type":53,"value":90},{"type":47,"tag":94,"props":95,"children":96},"ol",{},[97,120,141],{"type":47,"tag":98,"props":99,"children":100},"li",{},[101,103,110,112,118],{"type":53,"value":102},"读取 docs\u002Fguardrails.md 执业画像，确认无 ",{"type":47,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":53,"value":109},"[填空]",{"type":53,"value":111},"；有则停止并引导先跑\n",{"type":47,"tag":104,"props":113,"children":115},{"className":114},[],[116],{"type":53,"value":117},"cold-start-interview",{"type":53,"value":119},"；",{"type":47,"tag":98,"props":121,"children":122},{},[123,125,131,133,139],{"type":53,"value":124},"查 ",{"type":47,"tag":104,"props":126,"children":128},{"className":127},[],[129],{"type":53,"value":130},"verification-log.md",{"type":53,"value":132},"（事项目录或工作区根目录）：同一引用在近 90 天\n内已核验且判定为 verified_current 的，可直接复用结论并注明复用日期；\n属于 ",{"type":47,"tag":104,"props":134,"children":136},{"className":135},[],[137],{"type":53,"value":138},"references\u002Fcurrency-watch.md",{"type":53,"value":140}," 清单内法规的，即使 90 天内验过，\n也按清单的复核周期从严处理；",{"type":47,"tag":98,"props":142,"children":143},{},[144],{"type":53,"value":145},"确认 flk 数据源可用（MCP 已挂载）。不可用时不得假装核验——判定为\nsource_unavailable。",{"type":47,"tag":56,"props":147,"children":149},{"id":148},"操作规程",[150],{"type":53,"value":148},{"type":47,"tag":152,"props":153,"children":155},"h3",{"id":154},"_1-解析引用",[156],{"type":53,"value":157},"1. 解析引用",{"type":47,"tag":62,"props":159,"children":160},{},[161],{"type":53,"value":162},"把使用者给的引用解析为结构化要素：",{"type":47,"tag":164,"props":165,"children":166},"ul",{},[167,172,177],{"type":47,"tag":98,"props":168,"children":169},{},[170],{"type":53,"value":171},"文件名称（如\"民法典\"→ 全称《中华人民共和国民法典》）；",{"type":47,"tag":98,"props":173,"children":174},{},[175],{"type":53,"value":176},"条号（第几条，款、项如有也记录）；",{"type":47,"tag":98,"props":178,"children":179},{},[180],{"type":53,"value":181},"文件类型判断：法律 \u002F 行政法规 \u002F 司法解释 \u002F 部门规章 \u002F 地方性法规。",{"type":47,"tag":62,"props":183,"children":184},{},[185],{"type":53,"value":186},"解析示例：",{"type":47,"tag":188,"props":189,"children":190},"table",{},[191,210],{"type":47,"tag":192,"props":193,"children":194},"thead",{},[195],{"type":47,"tag":196,"props":197,"children":198},"tr",{},[199,205],{"type":47,"tag":200,"props":201,"children":202},"th",{},[203],{"type":53,"value":204},"使用者输入",{"type":47,"tag":200,"props":206,"children":207},{},[208],{"type":53,"value":209},"解析结果",{"type":47,"tag":211,"props":212,"children":213},"tbody",{},[214,228,241,261],{"type":47,"tag":196,"props":215,"children":216},{},[217,223],{"type":47,"tag":218,"props":219,"children":220},"td",{},[221],{"type":53,"value":222},"民法典第153条",{"type":47,"tag":218,"props":224,"children":225},{},[226],{"type":53,"value":227},"《中华人民共和国民法典》第153条，法律",{"type":47,"tag":196,"props":229,"children":230},{},[231,236],{"type":47,"tag":218,"props":232,"children":233},{},[234],{"type":53,"value":235},"劳动合同法38",{"type":47,"tag":218,"props":237,"children":238},{},[239],{"type":53,"value":240},"《中华人民共和国劳动合同法》第38条，法律",{"type":47,"tag":196,"props":242,"children":243},{},[244,249],{"type":47,"tag":218,"props":245,"children":246},{},[247],{"type":53,"value":248},"公司法解释三第13条",{"type":47,"tag":218,"props":250,"children":251},{},[252,254,259],{"type":53,"value":253},"需先确认具体是哪一部司法解释（公司法有多个配套解释 ",{"type":47,"tag":79,"props":255,"children":256},{},[257],{"type":53,"value":258},"模型知识—待核实",{"type":53,"value":260},"），向使用者确认后再查",{"type":47,"tag":196,"props":262,"children":263},{},[264,269],{"type":47,"tag":218,"props":265,"children":266},{},[267],{"type":53,"value":268},"个保法",{"type":47,"tag":218,"props":270,"children":271},{},[272],{"type":53,"value":273},"名称不完整，确认是《中华人民共和国个人信息保护法》后按法律查",{"type":47,"tag":62,"props":275,"children":276},{},[277,279,283],{"type":53,"value":278},"名称不精确时（如\"合同法\"——已并入民法典 ",{"type":47,"tag":79,"props":280,"children":281},{},[282],{"type":53,"value":258},{"type":53,"value":284},"；\"劳动合同法\n实施条例\"与\"劳动合同法\"混淆），先向使用者确认目标文件，不猜着查。",{"type":47,"tag":152,"props":286,"children":288},{"id":287},"_2-查-verification-logmd-去重",[289],{"type":53,"value":290},"2. 查 verification-log.md 去重",{"type":47,"tag":164,"props":292,"children":293},{},[294,299,304],{"type":47,"tag":98,"props":295,"children":296},{},[297],{"type":53,"value":298},"近 90 天同引用同判定 → 复用，注明\"复用 {日期} 核验结论\"；",{"type":47,"tag":98,"props":300,"children":301},{},[302],{"type":53,"value":303},"超过 90 天或判定为 amended \u002F not_found → 重新核验；",{"type":47,"tag":98,"props":305,"children":306},{},[307],{"type":53,"value":308},"currency-watch 清单内法规：超过清单建议复核周期即重验。",{"type":47,"tag":152,"props":310,"children":312},{"id":311},"_3-执行核验",[313],{"type":53,"value":314},"3. 执行核验",{"type":47,"tag":62,"props":316,"children":317},{},[318],{"type":53,"value":319},"按优先级调用：",{"type":47,"tag":94,"props":321,"children":322},{},[323,334,347,366],{"type":47,"tag":98,"props":324,"children":325},{},[326,332],{"type":47,"tag":104,"props":327,"children":329},{"className":328},[],[330],{"type":53,"value":331},"flk_check {title}",{"type":53,"value":333},"：按精确标题取状态（有效\u002F已修正\u002F已废止\u002F尚未生效）；",{"type":47,"tag":98,"props":335,"children":336},{},[337,339,345],{"type":53,"value":338},"标题命中但需确认条文级细节时，",{"type":47,"tag":104,"props":340,"children":342},{"className":341},[],[343],{"type":53,"value":344},"flk_detail {id}",{"type":53,"value":346}," 取元数据与正文链接，\n核对：发布机关、公布日期、施行日期、效力层级、修正记录；",{"type":47,"tag":98,"props":348,"children":349},{},[350,356,358,364],{"type":47,"tag":104,"props":351,"children":353},{"className":352},[],[354],{"type":53,"value":355},"flk_check",{"type":53,"value":357}," 未命中时，",{"type":47,"tag":104,"props":359,"children":361},{"className":360},[],[362],{"type":53,"value":363},"flk_search {keyword}",{"type":53,"value":365}," 放宽检索，排查是否名称\n不精确（如漏了\"中华人民共和国\"前缀、用了简称）；",{"type":47,"tag":98,"props":367,"children":368},{},[369],{"type":53,"value":370},"已配置北大法宝时，可用其交叉核对修正记录与时效标注。",{"type":47,"tag":152,"props":372,"children":374},{"id":373},"_4-对照-effective_date",[375],{"type":53,"value":376},"4. 对照 effective_date",{"type":47,"tag":62,"props":378,"children":379},{},[380,382,388,390,395],{"type":53,"value":381},"若调用方（技能或画像）声明了 ",{"type":47,"tag":104,"props":383,"children":385},{"className":384},[],[386],{"type":53,"value":387},"legal_sources.effective_date",{"type":53,"value":389},"（分析基准日），\n核对法规在",{"type":47,"tag":73,"props":391,"children":392},{},[393],{"type":53,"value":394},"该基准日",{"type":53,"value":396},"的状态而非今天的状态——例如分析一份 2023 年签署的\n合同，应以签署时有效的文本为准；法规在基准日后修正的，两个版本都标注，\n注明各自适用区间。",{"type":47,"tag":62,"props":398,"children":399},{},[400,402,407,409,415],{"type":53,"value":401},"基准日分析示例：分析 2020 年 8 月签订的借款合同利率条款时，司法保护上限\n规则在 2020 年 8 月 20 日发生过重要调整 ",{"type":47,"tag":79,"props":403,"children":404},{},[405],{"type":53,"value":406},"模型知识—待核实，具体日期与内容\n以核验为准",{"type":53,"value":408},"——签约日恰好跨调整点的，必须两版规则并列并标 ",{"type":47,"tag":104,"props":410,"children":412},{"className":411},[],[413],{"type":53,"value":414},"[需复核]",{"type":53,"value":416},"，\n提示这是结论敏感点。",{"type":47,"tag":152,"props":418,"children":420},{"id":419},"_5-六档判定",[421],{"type":53,"value":422},"5. 六档判定",{"type":47,"tag":188,"props":424,"children":425},{},[426,447],{"type":47,"tag":192,"props":427,"children":428},{},[429],{"type":47,"tag":196,"props":430,"children":431},{},[432,437,442],{"type":47,"tag":200,"props":433,"children":434},{},[435],{"type":53,"value":436},"判定",{"type":47,"tag":200,"props":438,"children":439},{},[440],{"type":53,"value":441},"含义",{"type":47,"tag":200,"props":443,"children":444},{},[445],{"type":53,"value":446},"产物处理",{"type":47,"tag":211,"props":448,"children":449},{},[450,474,492,510,528,551],{"type":47,"tag":196,"props":451,"children":452},{},[453,458,463],{"type":47,"tag":218,"props":454,"children":455},{},[456],{"type":53,"value":457},"verified_current",{"type":47,"tag":218,"props":459,"children":460},{},[461],{"type":53,"value":462},"现行有效",{"type":47,"tag":218,"props":464,"children":465},{},[466,468],{"type":53,"value":467},"可填入正式引用，标 ",{"type":47,"tag":104,"props":469,"children":471},{"className":470},[],[472],{"type":53,"value":473},"[已确认—YYYY-MM-DD]",{"type":47,"tag":196,"props":475,"children":476},{},[477,482,487],{"type":47,"tag":218,"props":478,"children":479},{},[480],{"type":53,"value":481},"amended",{"type":47,"tag":218,"props":483,"children":484},{},[485],{"type":53,"value":486},"已修正",{"type":47,"tag":218,"props":488,"children":489},{},[490],{"type":53,"value":491},"给出修正确认（修正案\u002F修订决定名称与施行日期），引用按新文本；新旧差异影响结论时并列说明",{"type":47,"tag":196,"props":493,"children":494},{},[495,500,505],{"type":47,"tag":218,"props":496,"children":497},{},[498],{"type":53,"value":499},"repealed",{"type":47,"tag":218,"props":501,"children":502},{},[503],{"type":53,"value":504},"已废止",{"type":47,"tag":218,"props":506,"children":507},{},[508],{"type":53,"value":509},"不得引用为现行依据；说明废止日期与承继规定（如有）",{"type":47,"tag":196,"props":511,"children":512},{},[513,518,523],{"type":47,"tag":218,"props":514,"children":515},{},[516],{"type":53,"value":517},"not_yet_effective",{"type":47,"tag":218,"props":519,"children":520},{},[521],{"type":53,"value":522},"尚未施行",{"type":47,"tag":218,"props":524,"children":525},{},[526],{"type":53,"value":527},"可引用但须标明施行日期，提示基准日下尚不生效",{"type":47,"tag":196,"props":529,"children":530},{},[531,536,541],{"type":47,"tag":218,"props":532,"children":533},{},[534],{"type":53,"value":535},"not_found",{"type":47,"tag":218,"props":537,"children":538},{},[539],{"type":53,"value":540},"未检索到",{"type":47,"tag":218,"props":542,"children":543},{},[544,549],{"type":47,"tag":73,"props":545,"children":546},{},[547],{"type":53,"value":548},"不等于不存在",{"type":53,"value":550},"：可能是名称不精确。给出精确名称建议与人工核查路径（北大法宝\u002F监管官网\u002F公报）",{"type":47,"tag":196,"props":552,"children":553},{},[554,559,564],{"type":47,"tag":218,"props":555,"children":556},{},[557],{"type":53,"value":558},"source_unavailable",{"type":47,"tag":218,"props":560,"children":561},{},[562],{"type":53,"value":563},"数据源不可用",{"type":47,"tag":218,"props":565,"children":566},{},[567,569,574],{"type":53,"value":568},"显式标注，",{"type":47,"tag":73,"props":570,"children":571},{},[572],{"type":53,"value":573},"不得当作任何结论",{"type":53,"value":575},"；建议网络恢复后重验或人工核查",{"type":47,"tag":152,"props":577,"children":579},{"id":578},"_6-写入-verification-logmd",[580],{"type":53,"value":581},"6. 写入 verification-log.md",{"type":47,"tag":62,"props":583,"children":584},{},[585],{"type":53,"value":586},"每条核验追加一行记录：",{"type":47,"tag":588,"props":589,"children":594},"pre",{"className":590,"code":591,"language":592,"meta":593,"style":593},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","| 日期 | 引用 | 判定 | 证据来源 | 复核截止 |\n| --- | --- | --- | --- | --- |\n| 2026-08-18 | 《中华人民共和国民法典》第153条 | verified_current | flk_check id=xxx | 2026-11-16 |\n","markdown","",[595],{"type":47,"tag":104,"props":596,"children":597},{"__ignoreMap":593},[598,656,706],{"type":47,"tag":79,"props":599,"children":602},{"class":600,"line":601},"line",1,[603,609,615,619,624,628,633,637,642,646,651],{"type":47,"tag":79,"props":604,"children":606},{"style":605},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[607],{"type":53,"value":608},"|",{"type":47,"tag":79,"props":610,"children":612},{"style":611},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[613],{"type":53,"value":614}," 日期 ",{"type":47,"tag":79,"props":616,"children":617},{"style":605},[618],{"type":53,"value":608},{"type":47,"tag":79,"props":620,"children":621},{"style":611},[622],{"type":53,"value":623}," 引用 ",{"type":47,"tag":79,"props":625,"children":626},{"style":605},[627],{"type":53,"value":608},{"type":47,"tag":79,"props":629,"children":630},{"style":611},[631],{"type":53,"value":632}," 判定 ",{"type":47,"tag":79,"props":634,"children":635},{"style":605},[636],{"type":53,"value":608},{"type":47,"tag":79,"props":638,"children":639},{"style":611},[640],{"type":53,"value":641}," 证据来源 ",{"type":47,"tag":79,"props":643,"children":644},{"style":605},[645],{"type":53,"value":608},{"type":47,"tag":79,"props":647,"children":648},{"style":611},[649],{"type":53,"value":650}," 复核截止 ",{"type":47,"tag":79,"props":652,"children":653},{"style":605},[654],{"type":53,"value":655},"|\n",{"type":47,"tag":79,"props":657,"children":658},{"class":600,"line":30},[659,663,668,673,677,681,685,689,693,697,701],{"type":47,"tag":79,"props":660,"children":661},{"style":605},[662],{"type":53,"value":608},{"type":47,"tag":79,"props":664,"children":665},{"style":605},[666],{"type":53,"value":667}," ---",{"type":47,"tag":79,"props":669,"children":670},{"style":605},[671],{"type":53,"value":672}," |",{"type":47,"tag":79,"props":674,"children":675},{"style":605},[676],{"type":53,"value":667},{"type":47,"tag":79,"props":678,"children":679},{"style":605},[680],{"type":53,"value":672},{"type":47,"tag":79,"props":682,"children":683},{"style":605},[684],{"type":53,"value":667},{"type":47,"tag":79,"props":686,"children":687},{"style":605},[688],{"type":53,"value":672},{"type":47,"tag":79,"props":690,"children":691},{"style":605},[692],{"type":53,"value":667},{"type":47,"tag":79,"props":694,"children":695},{"style":605},[696],{"type":53,"value":672},{"type":47,"tag":79,"props":698,"children":699},{"style":605},[700],{"type":53,"value":667},{"type":47,"tag":79,"props":702,"children":703},{"style":605},[704],{"type":53,"value":705}," |\n",{"type":47,"tag":79,"props":707,"children":709},{"class":600,"line":708},3,[710,714,719,723,728,732,737,741,746,750,755],{"type":47,"tag":79,"props":711,"children":712},{"style":605},[713],{"type":53,"value":608},{"type":47,"tag":79,"props":715,"children":716},{"style":611},[717],{"type":53,"value":718}," 2026-08-18 ",{"type":47,"tag":79,"props":720,"children":721},{"style":605},[722],{"type":53,"value":608},{"type":47,"tag":79,"props":724,"children":725},{"style":611},[726],{"type":53,"value":727}," 《中华人民共和国民法典》第153条 ",{"type":47,"tag":79,"props":729,"children":730},{"style":605},[731],{"type":53,"value":608},{"type":47,"tag":79,"props":733,"children":734},{"style":611},[735],{"type":53,"value":736}," verified_current ",{"type":47,"tag":79,"props":738,"children":739},{"style":605},[740],{"type":53,"value":608},{"type":47,"tag":79,"props":742,"children":743},{"style":611},[744],{"type":53,"value":745}," flk_check id=xxx ",{"type":47,"tag":79,"props":747,"children":748},{"style":605},[749],{"type":53,"value":608},{"type":47,"tag":79,"props":751,"children":752},{"style":611},[753],{"type":53,"value":754}," 2026-11-16 ",{"type":47,"tag":79,"props":756,"children":757},{"style":605},[758],{"type":53,"value":655},{"type":47,"tag":62,"props":760,"children":761},{},[762],{"type":53,"value":763},"复核截止 = 核验日 + 90 天；currency-watch 清单内法规按清单周期。",{"type":47,"tag":56,"props":765,"children":767},{"id":766},"覆盖范围说明",[768],{"type":53,"value":766},{"type":47,"tag":62,"props":770,"children":771},{},[772,774,779],{"type":53,"value":773},"flk 覆盖法律、行政法规、监察法规、司法解释与地方性法规 ",{"type":47,"tag":79,"props":775,"children":776},{},[777],{"type":53,"value":778},"法律法规数据库，\n以 connectors.yaml 登记为准",{"type":53,"value":780},"。部门规章、地方政府规章、监管机关规范性文件\n不一定能经 flk 精确命中——此类引用核验不到时，按 not_found 流程处理并\n给出北大法宝\u002F发布机关官网的人工核查路径，不得把\"flk 查不到\"表述成\n\"该规章不存在\"。",{"type":47,"tag":56,"props":782,"children":784},{"id":783},"输出模板",[785],{"type":53,"value":783},{"type":47,"tag":588,"props":787,"children":789},{"className":590,"code":788,"language":592,"meta":593,"style":593},"## 法条核验表\n| 引用 | 判定 | 生效\u002F施行日期 | 证据来源 | 建议 |\n| --- | --- | --- | --- | --- |\n| 《XX法》第N条 | verified_current | 2021-01-01 施行 | [法律法规数据库] flk_check | 可引用，标 [已确认—2026-08-18] |\n\n## 说明\n{amended\u002Frepealed\u002Fnot_found 时的详细信息；source_unavailable 时的显式声明}\n\n## [需复核] 项\n{条文级内容未能逐字核对的部分}\n",[790],{"type":47,"tag":104,"props":791,"children":792},{"__ignoreMap":593},[793,807,856,903,985,994,1007,1016,1024,1047],{"type":47,"tag":79,"props":794,"children":795},{"class":600,"line":601},[796,801],{"type":47,"tag":79,"props":797,"children":798},{"style":605},[799],{"type":53,"value":800},"## ",{"type":47,"tag":79,"props":802,"children":804},{"style":803},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[805],{"type":53,"value":806},"法条核验表\n",{"type":47,"tag":79,"props":808,"children":809},{"class":600,"line":30},[810,814,818,822,826,830,835,839,843,847,852],{"type":47,"tag":79,"props":811,"children":812},{"style":605},[813],{"type":53,"value":608},{"type":47,"tag":79,"props":815,"children":816},{"style":611},[817],{"type":53,"value":623},{"type":47,"tag":79,"props":819,"children":820},{"style":605},[821],{"type":53,"value":608},{"type":47,"tag":79,"props":823,"children":824},{"style":611},[825],{"type":53,"value":632},{"type":47,"tag":79,"props":827,"children":828},{"style":605},[829],{"type":53,"value":608},{"type":47,"tag":79,"props":831,"children":832},{"style":611},[833],{"type":53,"value":834}," 生效\u002F施行日期 ",{"type":47,"tag":79,"props":836,"children":837},{"style":605},[838],{"type":53,"value":608},{"type":47,"tag":79,"props":840,"children":841},{"style":611},[842],{"type":53,"value":641},{"type":47,"tag":79,"props":844,"children":845},{"style":605},[846],{"type":53,"value":608},{"type":47,"tag":79,"props":848,"children":849},{"style":611},[850],{"type":53,"value":851}," 建议 ",{"type":47,"tag":79,"props":853,"children":854},{"style":605},[855],{"type":53,"value":655},{"type":47,"tag":79,"props":857,"children":858},{"class":600,"line":708},[859,863,867,871,875,879,883,887,891,895,899],{"type":47,"tag":79,"props":860,"children":861},{"style":605},[862],{"type":53,"value":608},{"type":47,"tag":79,"props":864,"children":865},{"style":605},[866],{"type":53,"value":667},{"type":47,"tag":79,"props":868,"children":869},{"style":605},[870],{"type":53,"value":672},{"type":47,"tag":79,"props":872,"children":873},{"style":605},[874],{"type":53,"value":667},{"type":47,"tag":79,"props":876,"children":877},{"style":605},[878],{"type":53,"value":672},{"type":47,"tag":79,"props":880,"children":881},{"style":605},[882],{"type":53,"value":667},{"type":47,"tag":79,"props":884,"children":885},{"style":605},[886],{"type":53,"value":672},{"type":47,"tag":79,"props":888,"children":889},{"style":605},[890],{"type":53,"value":667},{"type":47,"tag":79,"props":892,"children":893},{"style":605},[894],{"type":53,"value":672},{"type":47,"tag":79,"props":896,"children":897},{"style":605},[898],{"type":53,"value":667},{"type":47,"tag":79,"props":900,"children":901},{"style":605},[902],{"type":53,"value":705},{"type":47,"tag":79,"props":904,"children":906},{"class":600,"line":905},4,[907,911,916,920,924,928,933,937,942,948,953,958,962,967,972,977,981],{"type":47,"tag":79,"props":908,"children":909},{"style":605},[910],{"type":53,"value":608},{"type":47,"tag":79,"props":912,"children":913},{"style":611},[914],{"type":53,"value":915}," 《XX法》第N条 ",{"type":47,"tag":79,"props":917,"children":918},{"style":605},[919],{"type":53,"value":608},{"type":47,"tag":79,"props":921,"children":922},{"style":611},[923],{"type":53,"value":736},{"type":47,"tag":79,"props":925,"children":926},{"style":605},[927],{"type":53,"value":608},{"type":47,"tag":79,"props":929,"children":930},{"style":611},[931],{"type":53,"value":932}," 2021-01-01 施行 ",{"type":47,"tag":79,"props":934,"children":935},{"style":605},[936],{"type":53,"value":608},{"type":47,"tag":79,"props":938,"children":939},{"style":605},[940],{"type":53,"value":941}," [",{"type":47,"tag":79,"props":943,"children":945},{"style":944},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[946],{"type":53,"value":947},"法律法规数据库",{"type":47,"tag":79,"props":949,"children":950},{"style":605},[951],{"type":53,"value":952},"]",{"type":47,"tag":79,"props":954,"children":955},{"style":611},[956],{"type":53,"value":957}," flk_check ",{"type":47,"tag":79,"props":959,"children":960},{"style":605},[961],{"type":53,"value":608},{"type":47,"tag":79,"props":963,"children":964},{"style":611},[965],{"type":53,"value":966}," 可引用，标 ",{"type":47,"tag":79,"props":968,"children":969},{"style":605},[970],{"type":53,"value":971},"[",{"type":47,"tag":79,"props":973,"children":974},{"style":944},[975],{"type":53,"value":976},"已确认—2026-08-18",{"type":47,"tag":79,"props":978,"children":979},{"style":605},[980],{"type":53,"value":952},{"type":47,"tag":79,"props":982,"children":983},{"style":605},[984],{"type":53,"value":705},{"type":47,"tag":79,"props":986,"children":987},{"class":600,"line":26},[988],{"type":47,"tag":79,"props":989,"children":991},{"emptyLinePlaceholder":990},true,[992],{"type":53,"value":993},"\n",{"type":47,"tag":79,"props":995,"children":997},{"class":600,"line":996},6,[998,1002],{"type":47,"tag":79,"props":999,"children":1000},{"style":605},[1001],{"type":53,"value":800},{"type":47,"tag":79,"props":1003,"children":1004},{"style":803},[1005],{"type":53,"value":1006},"说明\n",{"type":47,"tag":79,"props":1008,"children":1010},{"class":600,"line":1009},7,[1011],{"type":47,"tag":79,"props":1012,"children":1013},{"style":611},[1014],{"type":53,"value":1015},"{amended\u002Frepealed\u002Fnot_found 时的详细信息；source_unavailable 时的显式声明}\n",{"type":47,"tag":79,"props":1017,"children":1019},{"class":600,"line":1018},8,[1020],{"type":47,"tag":79,"props":1021,"children":1022},{"emptyLinePlaceholder":990},[1023],{"type":53,"value":993},{"type":47,"tag":79,"props":1025,"children":1027},{"class":600,"line":1026},9,[1028,1033,1038,1042],{"type":47,"tag":79,"props":1029,"children":1030},{"style":605},[1031],{"type":53,"value":1032},"## [",{"type":47,"tag":79,"props":1034,"children":1035},{"style":944},[1036],{"type":53,"value":1037},"需复核",{"type":47,"tag":79,"props":1039,"children":1040},{"style":605},[1041],{"type":53,"value":952},{"type":47,"tag":79,"props":1043,"children":1044},{"style":803},[1045],{"type":53,"value":1046}," 项\n",{"type":47,"tag":79,"props":1048,"children":1050},{"class":600,"line":1049},10,[1051],{"type":47,"tag":79,"props":1052,"children":1053},{"style":611},[1054],{"type":53,"value":1055},"{条文级内容未能逐字核对的部分}\n",{"type":47,"tag":56,"props":1057,"children":1059},{"id":1058},"本技能不做什么",[1060],{"type":53,"value":1058},{"type":47,"tag":164,"props":1062,"children":1063},{},[1064,1069,1074,1079,1084],{"type":47,"tag":98,"props":1065,"children":1066},{},[1067],{"type":53,"value":1068},"不解释条文含义、不做法律适用分析（那是 legal-research 与具体业务技能的\n工作；本技能只回答\"这个引用现在是什么状态\"）；",{"type":47,"tag":98,"props":1070,"children":1071},{},[1072],{"type":53,"value":1073},"不逐字核对条文全文（flk 正文为 PDF\u002FWORD\u002FHTML 链接时，只核对元数据与\n状态字段；逐字核对需求应提示使用者打开正文链接人工比对）；",{"type":47,"tag":98,"props":1075,"children":1076},{},[1077],{"type":53,"value":1078},"不把 not_found 当作\"该法规不存在\"的结论；",{"type":47,"tag":98,"props":1080,"children":1081},{},[1082],{"type":53,"value":1083},"不在 flk 不可用时输出任何判定（除 source_unavailable 本身）；",{"type":47,"tag":98,"props":1085,"children":1086},{},[1087],{"type":53,"value":1088},"不核验案例（那是 case-verify）。",{"type":47,"tag":56,"props":1090,"children":1092},{"id":1091},"收尾与下一步",[1093],{"type":53,"value":1091},{"type":47,"tag":164,"props":1095,"children":1096},{},[1097,1117,1129],{"type":47,"tag":98,"props":1098,"children":1099},{},[1100,1102,1108,1110,1116],{"type":53,"value":1101},"判定结果回填调用方的 ",{"type":47,"tag":104,"props":1103,"children":1105},{"className":1104},[],[1106],{"type":53,"value":1107},"[CITE:__]",{"type":53,"value":1109}," 占位；全部占位处理完毕后，提醒产物\n发出前仍需过 ",{"type":47,"tag":104,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":53,"value":1115},"citation-audit",{"type":53,"value":119},{"type":47,"tag":98,"props":1118,"children":1119},{},[1120,1122,1127],{"type":53,"value":1121},"核验中发现法规属高频变动领域（数据、平台经济、公司登记等）但未在\n",{"type":47,"tag":104,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":53,"value":138},{"type":53,"value":1128}," 清单中的，建议把该法规补入清单；",{"type":47,"tag":98,"props":1130,"children":1131},{},[1132,1134,1140],{"type":53,"value":1133},"amended\u002Frepealed 判定影响在手事项的，提示用 ",{"type":47,"tag":104,"props":1135,"children":1137},{"className":1136},[],[1138],{"type":53,"value":1139},"matter-workspace",{"type":53,"value":1141}," 在相关\n事项 notes.md 记录影响。",{"type":47,"tag":1143,"props":1144,"children":1145},"style",{},[1146],{"type":53,"value":1147},"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":1149,"total":1350},[1150,1174,1190,1209,1224,1244,1262,1280,1295,1311,1330,1340],{"slug":1151,"name":1151,"fn":1152,"description":1153,"org":1154,"tags":1155,"stars":1171,"repoUrl":1172,"updatedAt":1173},"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},[1156,1159,1162,1165,1168],{"name":1157,"slug":1158,"type":16},"Accessibility","accessibility",{"name":1160,"slug":1161,"type":16},"Android","android",{"name":1163,"slug":1164,"type":16},"Kotlin","kotlin",{"name":1166,"slug":1167,"type":16},"Mobile","mobile",{"name":1169,"slug":1170,"type":16},"UI Components","ui-components",13030,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills","2026-07-13T06:16:54.247834",{"slug":1175,"name":1175,"fn":1176,"description":1177,"org":1178,"tags":1179,"stars":1171,"repoUrl":1172,"updatedAt":1189},"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},[1180,1183,1186],{"name":1181,"slug":1182,"type":16},"Agents","agents",{"name":1184,"slug":1185,"type":16},"Audio","audio",{"name":1187,"slug":1188,"type":16},"Creative","creative","2026-07-13T06:16:35.130644",{"slug":1191,"name":1191,"fn":1192,"description":1193,"org":1194,"tags":1195,"stars":1171,"repoUrl":1172,"updatedAt":1208},"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},[1196,1199,1202,1205],{"name":1197,"slug":1198,"type":16},"Design","design",{"name":1200,"slug":1201,"type":16},"Presentations","presentations",{"name":1203,"slug":1204,"type":16},"Themes","themes",{"name":1206,"slug":1207,"type":16},"Typography","typography","2026-07-13T06:17:02.785587",{"slug":1210,"name":1210,"fn":1211,"description":1212,"org":1213,"tags":1214,"stars":1171,"repoUrl":1172,"updatedAt":1223},"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},[1215,1216,1219,1222],{"name":1197,"slug":1198,"type":16},{"name":1217,"slug":1218,"type":16},"Design System","design-system",{"name":1220,"slug":1221,"type":16},"PowerPoint","powerpoint",{"name":1200,"slug":1201,"type":16},"2026-07-13T06:17:10.398389",{"slug":1225,"name":1225,"fn":1226,"description":1227,"org":1228,"tags":1229,"stars":1171,"repoUrl":1172,"updatedAt":1243},"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},[1230,1233,1236,1237,1240],{"name":1231,"slug":1232,"type":16},"Dart","dart",{"name":1234,"slug":1235,"type":16},"Flutter","flutter",{"name":1166,"slug":1167,"type":16},{"name":1238,"slug":1239,"type":16},"Performance","performance",{"name":1241,"slug":1242,"type":16},"State Management","state-management","2026-07-13T06:16:36.626679",{"slug":1245,"name":1245,"fn":1246,"description":1247,"org":1248,"tags":1249,"stars":1171,"repoUrl":1172,"updatedAt":1261},"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},[1250,1253,1254,1255,1258],{"name":1251,"slug":1252,"type":16},"Animation","animation",{"name":1187,"slug":1188,"type":16},{"name":1197,"slug":1198,"type":16},{"name":1256,"slug":1257,"type":16},"Frontend","frontend",{"name":1259,"slug":1260,"type":16},"Web Development","web-development","2026-07-13T06:16:39.108827",{"slug":1263,"name":1263,"fn":1264,"description":1265,"org":1266,"tags":1267,"stars":1171,"repoUrl":1172,"updatedAt":1279},"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},[1268,1271,1272,1275,1278],{"name":1269,"slug":1270,"type":16},"Backend","backend",{"name":1256,"slug":1257,"type":16},{"name":1273,"slug":1274,"type":16},"Full-stack","full-stack",{"name":1276,"slug":1277,"type":16},"REST API","rest-api",{"name":1259,"slug":1260,"type":16},"2026-07-13T06:16:43.219005",{"slug":1281,"name":1281,"fn":1282,"description":1283,"org":1284,"tags":1285,"stars":1171,"repoUrl":1172,"updatedAt":1294},"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},[1286,1287,1288,1291],{"name":1251,"slug":1252,"type":16},{"name":1187,"slug":1188,"type":16},{"name":1289,"slug":1290,"type":16},"Images","images",{"name":1292,"slug":1293,"type":16},"Media","media","2026-07-13T06:16:51.74461",{"slug":1296,"name":1296,"fn":1297,"description":1298,"org":1299,"tags":1300,"stars":1171,"repoUrl":1172,"updatedAt":1310},"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},[1301,1302,1305,1306,1309],{"name":1157,"slug":1158,"type":16},{"name":1303,"slug":1304,"type":16},"iOS","ios",{"name":1166,"slug":1167,"type":16},{"name":1307,"slug":1308,"type":16},"SwiftUI","swiftui",{"name":1169,"slug":1170,"type":16},"2026-07-13T06:16:55.686092",{"slug":1312,"name":1312,"fn":1313,"description":1314,"org":1315,"tags":1316,"stars":1171,"repoUrl":1172,"updatedAt":1329},"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},[1317,1320,1323,1326],{"name":1318,"slug":1319,"type":16},"Documents","documents",{"name":1321,"slug":1322,"type":16},"DOCX","docx",{"name":1324,"slug":1325,"type":16},"Office","office",{"name":1327,"slug":1328,"type":16},"Templates","templates","2026-07-13T06:16:40.461868",{"slug":1331,"name":1331,"fn":1332,"description":1333,"org":1334,"tags":1335,"stars":1171,"repoUrl":1172,"updatedAt":1339},"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},[1336,1337,1338],{"name":1184,"slug":1185,"type":16},{"name":1187,"slug":1188,"type":16},{"name":1292,"slug":1293,"type":16},"2026-07-13T06:16:50.381758",{"slug":1341,"name":1341,"fn":1342,"description":1343,"org":1344,"tags":1345,"stars":1171,"repoUrl":1172,"updatedAt":1349},"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},[1346,1347,1348],{"name":1184,"slug":1185,"type":16},{"name":1187,"slug":1188,"type":16},{"name":1292,"slug":1293,"type":16},"2026-07-13T06:16:57.002997",141,{"items":1352,"total":1451},[1353,1369,1386,1399,1410,1423,1432],{"slug":1354,"name":1354,"fn":1355,"description":1356,"org":1357,"tags":1358,"stars":26,"repoUrl":27,"updatedAt":1368},"article2tasks","convert articles into Dida365 tasks","将技术周报（批量）或单篇文章整理为滴答清单待办事项，自动分类到已有清单并打标签，全程通过 MCP 写入，跨平台无需任何本地脚本。当用户提供周报内容、文章链接，或提及「周报」「文章汇总」「添加到滴答」时，使用此技能。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1359,1362,1365],{"name":1360,"slug":1361,"type":16},"Content Creation","content-creation",{"name":1363,"slug":1364,"type":16},"MCP","mcp",{"name":1366,"slug":1367,"type":16},"Task Management","task-management","2026-08-18T03:49:38.751656",{"slug":1370,"name":1370,"fn":1371,"description":1372,"org":1373,"tags":1374,"stars":26,"repoUrl":27,"updatedAt":1385},"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},[1375,1376,1379,1382],{"name":1181,"slug":1182,"type":16},{"name":1377,"slug":1378,"type":16},"Benchmarking","benchmarking",{"name":1380,"slug":1381,"type":16},"Evals","evals",{"name":1383,"slug":1384,"type":16},"LLM","llm","2026-08-27T13:32:30.156635",{"slug":1387,"name":1387,"fn":1388,"description":1389,"org":1390,"tags":1391,"stars":26,"repoUrl":27,"updatedAt":1398},"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},[1392,1395],{"name":1393,"slug":1394,"type":16},"Automation","automation",{"name":1396,"slug":1397,"type":16},"Data Engineering","data-engineering","2026-08-27T13:32:32.957864",{"slug":1400,"name":1400,"fn":1401,"description":1402,"org":1403,"tags":1404,"stars":26,"repoUrl":27,"updatedAt":1409},"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},[1405,1406],{"name":1393,"slug":1394,"type":16},{"name":1407,"slug":1408,"type":16},"YAML","yaml","2026-08-27T13:32:33.760978",{"slug":1411,"name":1411,"fn":1412,"description":1413,"org":1414,"tags":1415,"stars":26,"repoUrl":27,"updatedAt":1422},"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},[1416,1419],{"name":1417,"slug":1418,"type":16},"Data Analysis","data-analysis",{"name":1420,"slug":1421,"type":16},"QA","qa","2026-08-27T13:32:34.155444",{"slug":1424,"name":1424,"fn":1425,"description":1426,"org":1427,"tags":1428,"stars":26,"repoUrl":27,"updatedAt":1431},"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},[1429,1430],{"name":1393,"slug":1394,"type":16},{"name":1417,"slug":1418,"type":16},"2026-08-27T13:32:33.346398",{"slug":1433,"name":1433,"fn":1434,"description":1435,"org":1436,"tags":1437,"stars":26,"repoUrl":27,"updatedAt":1450},"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},[1438,1441,1444,1447],{"name":1439,"slug":1440,"type":16},"Documentation","documentation",{"name":1442,"slug":1443,"type":16},"Operations","operations",{"name":1445,"slug":1446,"type":16},"Reporting","reporting",{"name":1448,"slug":1449,"type":16},"Summarization","summarization","2026-08-27T13:32:26.101404",93]