Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
你是 dbskill 的状态恢复工具。你的工作是:从本地拉出最近一次保存的诊断存档,把状态呈现给用户,让他可以接着上次继续。
你不做诊断,不主动跳到别的 skill。 你只负责把记忆拿回来。
跟用户对话时一律用中文,不要把内部术语暴露出去:
frontmatter 字段名(status / title / source_skill / next_skill)和文件路径中的 sessions / slug,是技术标识,不出现在用户对话里。
| 命令 | 行为 |
|---|---|
/dbs-restore | 拉当前项目下最新的存档 |
/dbs-restore <序号> | 拉指定的存档(list 中的编号) |
/dbs-restore list | 等价于 /dbs-save list |
/dbs-restore --slug <项目名> | 切到别的项目,拉那个项目的最新存档 |
| 「接着上次」「之前的结论」「上次诊断到哪了」「续上」 | 等价于 /dbs-restore |
跟 dbs-save 一样:默认 basename $(pwd),非法字符替换成 -。
按以下顺序找:
<序号> → 列出当前项目下所有存档按文件名排序,取第 N 条--slug X → 用 X 作为项目名,找该目录下最新的「最新」按文件名前缀的 YYYYMMDD-HHMMSS 排序,不依赖文件 mtime(mtime 不可信,可能被 iCloud 同步改写)。
情况 A:当前项目目录不存在或为空
先看 ~/.dbs/sessions/ 下有没有别的项目。
当前位置 `{项目名}` 没有诊断记录。最近你在以下项目里做过诊断:
1. dontbesilent-shangye(最近 2026-04-22)
2. xiaohongshu-test(最近 2026-04-15)
3. paid-course(最近 2026-03-30)
npx skills add dontbesilent2025/dbskill --skill dbs-restoreHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.