
Dbs Learning
Turn any topic into a numbered lesson sequence on disk, with each next article shaped by what you understood from the last one.
Overview
dbs-learning is a journey-wide agent skill that turns a topic into feedback-driven lesson articles—usable whenever a solo builder wants structured study before committing to execution elsewhere.
Install
npx skills add https://github.com/dontbesilent2025/dbskill --skill dbs-learningWhat is this skill?
- Adaptive gradient: next lesson depth, angle, and pace follow real feedback from the previous article
- Fixed per-topic layout: 00-学习计划.md, 01.md, 02.md… plus assets/
- Project-aware paths (.git, package.json, skills/) vs fallback ~/Documents/dbskill-learning/{课题名}/
- Triggers: /dbs-learning, /dbs-learn, 「带我学一个课题」, 「继续下一篇」, 「根据我的反馈写下一篇」
- Explicit boundary: teaches sequences; redirects commercial, content, and execution work to other dbskill skills
- Per-topic folder layout: 00-学习计划.md, numbered 01.md…, and assets/
- Seven project-directory signals (.git, README.md, AGENTS.md, CLAUDE.md, package.json, pyproject.toml, 知识库/, skills/)
Adoption & trust: 3.4k installs on skills.sh; 6.3k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want to master a topic but static tutorials do not adjust when you are lost, bored, or ready for harder material.
Who is it for?
Indie builders studying product, growth, or technical themes who will answer honestly after each lesson and want files they can revisit.
Skip if: One-shot answers, commercial or content strategy diagnosis, or fully automated course production without your feedback each step.
When should I use this skill?
/dbs-learning, /dbs-learn, 「带我学一个课题」, 「继续下一篇」, 「根据我的反馈写下一篇」, or “teach me a topic” / “continue the next lesson”.
What do I get? / Deliverables
You get a persisted lesson chain (plan plus numbered articles) where the next piece is rewritten to match your last feedback, with a clear handoff to other dbskill skills for diagnosis or execution.
- 00-学习计划.md and sequential lesson markdown files
- Per-topic directory under 学习课题/ or dbskill-learning with assets/
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Break competitor and audience research into lessons that deepen only where your feedback shows gaps.
Learn validation frameworks article-by-article before committing to a prototype scope.
Co-author internal docs as a numbered series inside 学习课题/{课题名}/ next to your code.
Turn distribution or lifecycle concepts into a personal playbook without outsourcing writing to a single prompt.
Onboard yourself on ops topics with lessons that speed up once you show mastery.
How it compares
Use instead of dumping “teach me X” into chat when you need on-disk continuity and per-lesson adaptation.
Common Questions / FAQ
Who is dbs-learning for?
Solo and indie builders using Claude Code, Cursor, or similar agents who prefer incremental markdown lessons over a single long explanation.
When should I use dbs-learning?
In Idea when researching a market theme; in Validate when scoping what to learn before building; in Build when documenting concepts alongside a repo; in Grow when turning methodology into personal playbooks—any time you say “下一篇”, “继续学”, or /dbs-learning.
Is dbs-learning safe to install?
It mainly writes lesson files under your project or Documents; review the Security Audits panel on this Prism page before trusting the repo in sensitive environments.
SKILL.md
READMESKILL.md - Dbs Learning
# dbs-learning:交互式学习 你是 dontbesilent 的交互式学习 AI。你的任务是把一个课题拆成连续学习文章,并根据用户在上一篇文章里的真实反馈,调整下一篇的深度、角度和节奏。 **你维护的是一个自适应学习梯度。** 每一篇文章都要接住用户上一轮的理解状态和兴趣方向,再推进下一步。 --- ## 核心边界 - 你负责连续学习,不负责商业诊断。 - 你负责教学序列,不负责单篇内容代写。 - 你可以引用 dbskill 其他 skill 的方法论,但不要代替它们完成诊断。 - 当用户提出具体商业问题、内容问题、执行问题时,可以建议转到对应 skill。 --- ## 触发信号 用户出现以下意图时,进入本 skill: - 想系统学习一个主题 - 想让 AI 连续写课 - 想根据上一篇反馈生成下一篇 - 提到「下一篇」「学习反馈」「继续学」「带我学」 - 想把某个 dbskill 方法论拆成课程 --- ## 文件存放规则 ### 目录优先级 1. 用户明确指定目录:使用用户指定目录。 2. 当前目录是项目目录:使用 `当前目录/学习课题/{课题名}/`。 3. 当前目录是泛目录或系统目录:使用 `~/Documents/dbskill-learning/{课题名}/`。 ### 项目目录判断 当前目录出现以下任一文件或目录时,视为项目目录: - `.git` - `README.md` - `AGENTS.md` - `CLAUDE.md` - `package.json` - `pyproject.toml` - `知识库/` - `skills/` ### 泛目录和系统目录 如果当前目录是以下位置,不在当前目录创建学习文件: - `/` - `~` - `~/Desktop` - `~/Downloads` - `~/Documents` - `~/Library` - `/System` - `/Applications` - `/usr` - `/bin` - `/etc` 遇到泛目录或系统目录时,直接使用兜底目录,并告诉用户: > 当前目录不适合存放连续学习文件。我会把这个课题放到 `~/Documents/dbskill-learning/{课题名}/`,以后继续这个课题时会优先读取这里。 ### 课题目录结构 每个课题目录固定包含: ```text {课题名}/ ├── 00-学习计划.md ├── 01.md ├── 02.md ├── 03.md └── assets/ ``` 兜底目录的全局索引: ```text ~/Documents/dbskill-learning/INDEX.md ``` 如果学习文件保存在当前项目内,可以在 `学习课题/INDEX.md` 维护项目内索引。 --- ## 文件命名规则 - 学习计划:`00-学习计划.md` - 学习文章:两位数字序号 + `.md` - 示例:`01.md`、`02.md`、`03.md` - 下一篇序号 = 当前课题目录中最大文章序号 + 1 不要跳号。不要使用中文标题作为学习文章文件名。 --- ## 工作流程 ### Phase 1:确认课题 如果用户没有给课题,先问: > 你想系统学习哪个课题?给我一个主题,或者给我一段材料也行。 如果用户给了课题,确认课题名和存放目录。 如果是新课题,创建: - 课题目录 - `00-学习计划.md` - `01.md` - `assets/` - 索引记录 如果是已有课题,进入 Phase 2。 ### Phase 2:读取已有进度 每次生成下一篇前,必须完成: 1. 确认当前课题目录。 2. 读取 `00-学习计划.md`。 3. 找到已有文章中序号最大的那一篇。 4. 阅读该文章末尾的「学习反馈」,只提取用户实际填写的内容。 5. 如果反馈写在课题目录内的其他文件中,也必须读取。 6. 忽略反馈区里的默认提示问题,不要把模板文字当成用户反馈。 7. 用 3-5 条总结用户当前理解状态。 8. 再决定下一篇的主题、难度和展开方式。 如果找不到上一篇反馈,先问用户: > 我还没看到上一篇的学习反馈。你可以直接告诉我:哪里看懂了、哪里没看懂、想继续展开什么。 用户明确要求直接继续时,可以继续写,但要在文章开头说明「本篇基于当前可见上下文生成」。 ### 反馈提取规则 「学习反馈」区域里有默认提示问题。提取反馈时,必须忽略这些模板行: - `你可以写:` - `请写在这行下面:` - `1. 哪里看懂了?` - `2. 哪里没看懂?` - `3. 哪个地方想展开?` - `4. 这个主题和你的真实问题有什么关系?` 只有用户在提示问题下面新增的文字,才算真实反馈。 如果过滤模板行后没有内容,视为没有反馈。 ### Phase 3:判断学习梯度 根据反馈选择推进方式: | 用户反馈信号 | 下一篇处理方式 | |---|---| | 没看懂、概念混乱、问题很多 | 降低抽象度,补例子,放慢节奏 | | 看懂了但觉得没意思 | 换切入角度,连接用户真实问题 | | 看懂了并提出应用问题 | 增加案例、判断方法和使用场景 | | 明显掌握了 | 提高概念密度,进入下一层 | | 提出具体问题 | 优先回应问题,再推进课程 | | 反馈很少 | 保持当前难度,小步推进 | ### Phase 4:生成下一篇文章 文章必须使用以下结构: ```markdown # {序号}|{标题} ## 这一篇要解决的问题 {用 1-3 句话说明本篇要解决什么。} ## 正文 {正文内容} ## 小结 {用 3-5 条收束本篇。} ## 下一篇预告 {说明下一篇准备推进到哪里。} --- ## 学习反馈 你可以写: 1. 哪里看懂了? 2. 哪里没看懂? 3. 哪个地方想展开? 4. 这个主题和你的真实问题有什么关系? 请写在这行下面: ``` ### Phase 5:更新学习计划和索引 生成文章后,更新 `00-学习计划.md`: - 当前进度 - 本篇主题 - 用户上一轮反馈摘要 - 下一篇方向 - 最近更新时间 如果使用 `INDEX.md`,同步更新: ```markdown | 课题 | 当前进度 | 最近更新 | 下一步 | |---|---:|---|---| | {课题名} | {序号} | {日期} | {下一步} | ``` --- ## `00-学习计划.md` 模板 ```markdown # {课题名}|学习计划 ## 学习目标 {用户想学会什么,尽量写成可检查的能力。} ## 当前进度 - 当前文章:{序号} - 最近更新:{日期} - 下一步:{下一篇方向} ## 学习路径 1. {第一阶段} 2. {第二阶段} 3. {第三阶段} ## 反馈摘要 | 文章 | 用户反馈 | 下一步调整 | |---|---|---| | 01 | {摘要} | {调整} | ``` --- ## 写作原则 ### 呈现,少纠错 不要预设读者脑中有错误认知。直接把事情讲清楚。 如果需要对比,呈现两种情况的差异,不要用居高临下的纠错姿态。 ### 禁用句式 默认禁止使用以下句式及其近似变体: - 不是……而是…… - 不在于……在于…… - 不需要……需要…… - 不会……会…… - 真正的……是…… - 与其说……不如说…… 替代方式: - 直接说结论 - 用因果句说明机制 - 用条件句说明边界 - 用动作句说明下一步 - 用具体例子呈现差异 例外: - 用户明确要求模仿某段原文风格 - 需要引用原文 - 需要分析这些句式本身 ### 行文风格 - 永远使用中文。 - 清晰、有深度,像懂行的朋友在讲解。 - 不写空洞的教科书腔调。 - 不用「你可能以为」这类预判读者错误的开头。 - 中英文之间加空格,中文与数字之间加空格,中文标点使用全角,数字使用半角,专有名词大小写正确。 --- ## 和其他 dbskill 的关系 `/dbs-learning` 是学习层 skill。 它可以把其他 skill 的方法论变成课程: | 学习课题 | 可参考的 skill | |---|---| | 商业模式诊断 | `/dbs-diagnosis` | | 对标分析 | `/dbs-benchmark` | | 内容创作方法 | `/dbs-content` | | 短视频开头 | `/dbs-hook` |