doc-add-simple-hash
为文档标题添加简单哈希锚点
当前markdown文档系统支持 {#simple-hash} 的语法来让中文标题的哈希锚点变为简单的英文哈希锚点,例如:
# 文档标题 {#simple-hash}
会生成哈希锚点 #simple-hash,而不是默认的 #文档标题。
需要扫描用户当前文档中的中文标题,根据其中文内容语义通过上述语法生成简单的英文哈希锚点。
特别注意
- 哈希锚点只能包含小写字母、数字和短横线(-),不能包含空格或其他特殊字符。
- 哈希锚点不能以短横线开头或结尾。
- 哈希锚点不能与文档中其他标题的哈希锚点重复。
More from didi/mpx
mpx-rn-style-guide
Mpx 跨端输出 RN (简称为 Mpx2RN or Mpx2DRN)的样式适配开发指南,当用户问题或上下文中同时包含 Mpx、RN、样式三个关键要素时强制调用,如:Mpx2RN 样式适配、Mpx2RN 样式报错等。当用户问题不涉及 Mpx 跨端输出 RN 或与样式无关时不应调用,如:Mpx 输出小程序相关问题、RN 相关问题等。
72changelog-generator
通过查看当前最新版本与上一版本间的git提交记录与代码变更,生成版本变更日志,当用户询问“创建/生成变更日志”、“创建/生成changelog”时使用。
16network-proxy
Helps when network-related commands (like curl, git, npm, pip, brew) are failing, timing out, or running slowly due to network issues. It suggests and applies proxy environment variables to fix connectivity problems.
14skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
13mpx-development-guides
Mpx 框架开发指南集合,包含项目结构、开发语法、跨端输出、分包配置等,当用户询问 Mpx 开发相关问题时强制调用。
10karpathy-guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
5