D
dsh-grill-me
v0.1.0 · 0 天前发布
苏格拉底式追问技能:不断向用户提问,直到对方案/设计达成共识(grill me)。Pure-skill bundle for DeepSeek Harness.
README
dsh-grill-me
苏格拉底式追问技能:不断向用户提问,直到对方案/设计达成共识。
灵感来自 RobMitt/grill-me-skill
(skills.sh 热门技能,226★)。本实现为 DSH 原创改编:使用 DSH 的ask_user_question 工具逐个提问,2-4 个具体选项,逐步走完决策树后输出总结。
安装
sh
dsh plugin --profile web add dsh-grill-me
或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-grill-me
重启 dsh web 生效
使用
装好后新会话的 <available_skills> 目录会出现 grill-me。对 agent 说
"grill me" / "帮我挑毛病" / "帮我验证这个方案",它会用结构化提问逐条追问。
结构
dsh-grill-me/
├── index.js # 注册 skills/ 到 ctx.skills(与官方技能提供方同秩 600)
├── cordis.patch.yml # bundle patch 层
├── package.json # dsh.bundle manifest
└── skills/grill-me/SKILL.md
License
MIT。技能灵感来自 grill-me-skill(无 LICENSE 的公开仓库),正文为原创。
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-grill-me
- Repo
- git+https://github.com/satan9394/dsh-grill-me.git
- Engines
{"node":">=20.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}