Skip to content
View Heybinshao's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Heybinshao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Heybinshao/README.md

这些都是自己用的东西

Hermes 桌面插件

  • Hermes 外观插件 — 主题、字体、纸纹、窗口透明,桌面外观全收进状态栏一键管理
  • 自定义提示词插件 — 常用提示词存成片段,快捷键呼出来挑,多个会话各用各的

AI Skill

一个管生产,三个管质检。质检之间有引用:验收流水线把结构体检和路径模拟串成一条流水线。

  • 书籍榨干器 — 通读全书再拆解,榨出概念、金句、案例、反模式、行动清单;几百本的拆解还能整合成主题手册
  • 路径模拟 — 写完的流程先自己走一遍:场景枚举查入口漏没漏,路径模拟查断链在哪
  • Skill 结构体检 — skill 发布前的结构体检:孤儿引用、断裂链接、文档和脚本对不上
  • Skill 验收流水线 — 一句话验收一个 skill,编排上面两个:先结构体检、再路径模拟,出一份统一验收报告

Pinned Loading

  1. hermes-appearance-hub hermes-appearance-hub Public

    Hermes Desktop 外观整合插件 v2.2.2:12主题(含Binshao暖纸主题) · 简/繁/EN语言切换 · 纸纹 · 霞鹜文楷 · 双栏面板 · 窗口透明(玻璃) · 开场标识,状态栏一键管理

    JavaScript 8

  2. prompt-snippets prompt-snippets Public

    【Hermes 桌面端插件 v1.1.1】自定义提示词片段——快捷键 Cmd-K 式快速选择 + 管理视图,多会话精确路由,en/zh/繁體

    JavaScript 1

  3. book-distiller book-distiller Public

    【书籍榨干器 v2.1.1】AI拆书+整合 Skill — 拆解:epub/pdf/md → 结构化完整拆解(概念/金句/反模式/行动清单);整合:几百本拆解 → 主题知识手册(原料包+二轮加工,629本→93万字符实测)

    Python 11

  4. path-simulation path-simulation Public

    【路径模拟自检法 v2.7.0】写完/改完 skill、workflow 后:先场景枚举查入口覆盖,再路径模拟查流程断链。负例测试+回归用例+授权轮次纪律,实战验证。

    4

  5. skill-health-audit skill-health-audit Public

    【Skill 结构体检 v1.1.0】开源/发布前验收你的 AI skill:十步清单查孤儿 references、断裂引用、权威声称核实、文档脚本割裂——629本拆书skill实战验证

    Python

  6. skill-acceptance skill-acceptance Public

    【Skill 验收流水线 v1.1.0】一句话验收一个 AI skill:场景枚举查入口覆盖+路径模拟查流程断链+统一报告。编排 skill-health-audit 与 path-simulation,含降级模式