
smart-learn
Smart Learn - Claude Code interactive learning skill. Feynman Technique five-step pipeline: concept map + Feynman explanation + self-test + association + sum…
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up smart-learn (claude-plugin project) into my current project. Found on https://claudeers.com/smart-learn Repo: https://github.com/HYH926/smart-learn Homepage/docs: — Detected install method: claude-plugin → /plugin install smart-learn@HYH926/smart-learn Category: skills. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: slowing; community-verified: false. Confirm the source before running anything.
/plugin marketplace add HYH926/smart-learn /plugin install smart-learn@HYH926/smart-learn
git clone https://github.com/HYH926/smart-learn
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Python |
Smart Learn — AI 交互式学习插件
基于费曼学习法五步闭环:概念地图 → 费曼解释 → 自测检验 → 关联内化 → 巩固总结。 支持所有主流大模型。零核心依赖。
支持的大模型
| AI | 使用方式 |
|---|---|
| Claude Code | 安装为 Skill,/smart-learn 主题 |
| ChatGPT / GPT-4 | pip install . + 复制 Prompt 模板 |
| Gemini / DeepSeek | 同上 |
| 通义千问 / 文心一言 / Kimi | 同上 |
| 任意支持 Bash 的 AI | pip install + 复制 Prompt |
快速开始
Claude Code 用户
git clone https://github.com/HYH926/smart-learn.git
cp -r smart-learn/.claude/* 你的项目路径/.claude/
# 完成。无需 pip install。
输入 /smart-learn Kubernetes 网络模型 即可。
其他 AI 用户(GPT、Gemini、DeepSeek、通义千问等)
git clone https://github.com/HYH926/smart-learn.git
cd smart-learn
pip install . # 安装 CLI 工具(零核心依赖)
pip install .[all] # 或含 Word 文档支持
# 复制 prompts/universal-learn.md 内容,粘贴到任意 AI 聊天
# 告诉 AI:「使用 Smart Learn 学习 {你要学的主题}」
仓库结构(双版本合一)
smart-learn/
│
├── .claude/ ← Claude Code Skill 版
│ ├── commands/ # /smart-learn /smart-review /smart-search /smart-stats
│ └── skills/smart-learn/ # SKILL.md + 5 个模板
│
├── src/smart_learn/ ← Python 插件版(任意 AI 可用)
│ ├── mindmap.py # Mermaid 思维导图生成(零依赖)
│ ├── docx_gen.py # Word 文档生成(可选 python-docx)
│ ├── knowledge.py # 知识库搜索 + 统计 + 间隔复习
│ └── cli.py # 统一 CLI 入口
│
├── prompts/ ← 通用 Prompt 模板(复制到任意 AI)
│ ├── universal-learn.md # 五步学习 Prompt
│ ├── universal-review.md # 快速复习 Prompt
│ └── universal-stats.md # 学习统计 Prompt
│
├── pyproject.toml # pip install smart-learn
└── README.md
功能
| 功能 | Claude Code | 其他 AI |
|---|---|---|
| 五步学习 | /smart-learn | 复制 Prompt + CLI |
| 快速复习 | /smart-review | 复制 Prompt + CLI |
| 全知识库搜索 | /smart-search | smart-learn knowledge search |
| 学习统计 | /smart-stats | smart-learn knowledge stats |
| 间隔复习提醒 | 自动 | CLI 输出 |
| 前置评估 | 自然语言触发 | Prompt 内支持 |
| 思维导图 | Mermaid .md | Mermaid .md |
| Word 文档 | 可选 | 可选 |
License
MIT
// faq
What is smart-learn?
Smart Learn - Claude Code interactive learning skill. Feynman Technique five-step pipeline: concept map + Feynman explanation + self-test + association + summary. Zero dependencies, real-time Word + Mermaid mindmap sync. Claude Code AI learning tool / study skill / knowledge management.. It is open-source on GitHub.
Is smart-learn free to use?
smart-learn is open-source under the MIT license, so it is free to use.
What category does smart-learn belong to?
smart-learn is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/smart-learn)
// retro hit counter
[](https://claudeers.com/smart-learn)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…