deepening-learning

deepening-learning is a skill for Claude Code, Codex from hwl668/Scientific-learning-skills-. It costs 76 tokens per session (1,265 once invoked), scanned A, original, MIT.

A study aid for learners who already know the basics and want a deeper understanding of a subject. It explains ideas from multiple viewpoints, connects them to other topics, and may include proofs, examples, and harder practice.

In plain words
What is it for?
Use it to explore mathematical, scientific, or technical concepts through different explanations, proofs, counterexamples, applications, and variations. It can also create advanced exercises that combine several ideas.
Why use it?
It helps move beyond memorising standard methods or facts. It reveals why an idea works, when it stops working, and how it connects to the wider subject.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to explore mathematical, scientific, or technical concepts through different explanations, proofs, counterexamples, applications, and variations. It can also create advanced exercises that combine several ideas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hwl668/scientific-learning-skills-/deepening-learning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hwl668/Scientific-learning-skills- --skill deepening-learning
Clone the repo
git clone --depth 1 https://github.com/hwl668/Scientific-learning-skills-

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deepening-learning

README.md
[![agentmods](https://agentmods.dev/badge/skills/hwl668/scientific-learning-skills-/deepening-learning/github.svg)](https://agentmods.dev/skills/hwl668/scientific-learning-skills-/deepening-learning)
Your own site
<a href="https://agentmods.dev/skills/hwl668/scientific-learning-skills-/deepening-learning"><img src="https://agentmods.dev/badge/skills/hwl668/scientific-learning-skills-/deepening-learning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deepening-learning

Your own site · 80×15
<a href="https://agentmods.dev/skills/hwl668/scientific-learning-skills-/deepening-learning"><img src="https://agentmods.dev/badge/skills/hwl668/scientific-learning-skills-/deepening-learning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,265 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.01265
Opus 5 $0.00038 $0.00633
Sonnet 5 $0.00015 $0.00253
Haiku 4.5 $0.00008 $0.00127

Measured 12d ago against content hash c438c80d6508, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

deepening-learning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deepening-learning/SKILL.md · 128 lines

What it actually says

目标

在已有基础上,从多个维度深化对一个知识点的理解,建立更丰富的认知结构。

适用场景

  • 已经理解基本概念,能做常规题目
  • 想知道"这个知识还能怎么看"
  • 想知道这个知识和其它知识的关联
  • 想知道这个知识在实际中怎么用
  • 想看到这个知识的证明/推导

Memory 系统

类型:分析记忆(不参与间隔复习)。

存储位置memory/deepening-learning/

存储内容

  • 有效的深化角度组合:哪些维度组合(如"多视角+反例+跨知识")在哪些知识点上效果好
  • 高频关联知识:哪些跨知识连接被用户反复追问(说明连接价值高)

读/写规则

  • 写入:每次深化结束后,记录使用的维度组合和用户反馈。
  • 读取:下次遇到同类知识点的深化请求时,参考已记录的高效维度组合。
  • 管理:说"清除 deepening-learning 记忆"删除。

输入判断

确认学习者已经掌握了基础。快速验证:

  • 能用一句话说清楚这个概念吗?
  • 能做一道基本题吗?

如果基础还没牢固,先用 fuzzy-understandingzero-base-learning

执行流程

根据具体情况选择 2-4 个深化维度,不需要全做:

选择维度 → 深入展开 → 跨知识连接 → 高维验证

七大深化维度

1. 多视角解释

同一个概念的不同解释方式。例如:

  • 导数 = 切线斜率(几何视角)
  • 导数 = 变化率(物理视角)
  • 导数 = 线性近似(近似视角)
  • 导数 = 函数局部线性化的算子(算子视角)

2. 跨知识联系

把当前知识和其它知识连接起来。例如:

  • 矩阵的秩、方程组的自由变量个数、线性变换的核空间维数,这三者在说同一件事。

3. 证明或推导

展示关键定理的证明思路。不是全文背诵,而是抓住核心技巧。

4. 反例意识

给出满足部分条件但不满足全部条件的反例,说明为什么定理的条件缺一不可。

5. 变式迁移

改变问题条件,观察方法是否仍然适用。不适用时需要怎么调整。

6. 实际应用

这个概念在物理/工程/计算机中的实际应用场景。

7. 高阶题训练

1-2 道综合题,需要同时调用多个知识点。

输出格式

## 基础确认
[快速验证理解]

## 深化维度
### [维度名称]
[展开内容]

## 综合训练
[一道需要综合理解的题]

## 延伸阅读方向
[下一步可以学什么]

常见误区

常见错误 为什么错 正确理解
"深化 = 学更难的内容" 把"深"等同于"高"——用实分析"深化"微积分是用更高阶知识替代深化 深化是同一概念的多视角、反例、跨知识联系,不是升维
"多罗列几个视角就是深化" 堆视角不建立联系 = 信息堆叠,没有结构 选 2-4 个互补视角,明确说明它们如何互相支撑
"深化不需要验证" 以为"懂了"就行 深化后必须用变式题验证——能解决改了条件的问题才是真深化

反例:什么时候不要这样做

  • 学习者基础不牢 → 先修复基础
  • 不是讲更难的内容(如微积分还没学清楚就去讲实分析)
  • 不是堆更多公式和定理
  • 不要讲和当前知识没有联系的高阶内容
  • 不要假设学习者有研究者级别的数学成熟度

测试样例

输入:我学完了一元微积分,导数和积分都会算。但我觉得我对"微积分基本定理"的理解还很表面——我知道它是说微分和积分互为逆运算,但就这?

期望输出方向

  1. 基础确认:让学习者用自己话说一遍 FTC
  2. 多视角解释:从"累积量"和"变化率"的关系重新理解 FTC
  3. 证明思路:用黎曼和的视角展示为什么微分是积分的逆
  4. 跨知识联系:FTC 和泰勒定理的关系(积分余项)
  5. 反例:连续性是必要条件——给出一个可积但不可在某点微分的例子
  6. 综合训练:一道需要先用 FTC 再换元的题
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 128 lines · 76 tokens per session scan A c438c80d6508

Subscribe to this mod's changes

deepening-learning is a skill published in the GitHub repository hwl668/Scientific-learning-skills- (13 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 1,265 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deeptutor-cli

Configure, manage, and use DeepTutor through its CLI, including capabilities, knowledge bases, partners, memory, sessions, notebooks, providers, skills, and the server or Web app.

HKUDS/DeepTutor · 42 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

exam-ingest

A workspace setup tool for exam preparation. It reads PDFs, Word documents, presentations, spreadsheets, images, text files, and Markdown, then creates chapter notes, a question bank, and tracked preparation data.

ZeKaiNie/universal-examprep-skill · 116 tokens

exam-cram

An exam-preparation guide for studying shortly before a test. It turns course materials into chapter notes and a question bank, then manages teaching, practice, grading, mistake review, and progress tracking.

ZeKaiNie/universal-examprep-skill · 111 tokens

exam-tutor

A teaching workflow for learning one chapter from a study wiki at a time, using everyday comparisons and step-by-step explanations of formulas and important questions. TDD is not involved here; the material concerns guided study and exam preparation.

ZeKaiNie/universal-examprep-skill · 88 tokens

exam-audit

A read-only health check for an exam-preparation workspace, meaning the folder that stores study materials, questions, notes, plans, and progress. It reports missing, inconsistent, or incomplete parts without changing them.

ZeKaiNie/universal-examprep-skill · 95 tokens