dbs
dbs
What it does
- 第一次使用:帮助用户理解可以交付什么、系统怎样工作、会得到什么,再带用户完成第一次实际使用
- 任务开始前:搞清楚用户需要什么,把他路由到正确的 skill
- 任务结束后:读上一个 skill 的具体结论,选择当前最值得处理的一个方向并继续路由
- 有(诊断报告、清单、分析结论等都算)→ 进模式 B(任务后导航)
- 无,但用户已在对话中表达了明确需求 → 进模式 A,按已有需求直接路由
- 无,且对话中没有可用于判断路由的信息 → 进模式 A 的空对话引导
- 首次回复必须讲清楚用户可以交付什么、系统怎样处理、可能得到什么结果,以及怎样开始。
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
dbs FAQ
What does the dbs skill do?
| dontbesilent 商业工具箱主入口。三种模式:新手教程、任务前路由、任务后导航。 触发方式:/dbs、/dbs 新手入门、/商业、「帮我看看」、「下一步怎么走」 Main entry point for dontbesilent business toolkit. Three modes: onboarding tutorial, pre-task routing, and post-task navigation. Trigger: /dbs, /dbs 新手入门, "help me with my business", "what's next 第一次使用:帮助用户理解可以交付什么、系统怎样工作、会得到什么,再带用户完成第一次实际使用 任务开始前:搞清楚用户需要什么,把他路由到正确的 skill
How do I install dbs?
Run: npx -y skills add https://github.com/dontbesilent2025/dbskill --skill dbs --agent claude-code — the source lives at github.com/dontbesilent2025/dbskill.
Maintain dbs?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/dontbesilent2025-dbskill-dbs?ref=badge) npx agentictools info skills/dontbesilent2025-dbskill-dbs The second line is the CLI lookup for this page — handy in READMEs and docs.