claudeers.
// Claude Skills

smart-learn

Smart Learn - Claude Code interactive learning skill. Feynman Technique five-step pipeline: concept map + Feynman explanation + self-test + association + sum…

Slowing down
82/100
last commit 2 months ago
last release none
releases 0
open issues 1

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.
// or install directly (claude-plugin)
/plugin marketplace add HYH926/smart-learn
/plugin install smart-learn@HYH926/smart-learn
// or clone
git clone https://github.com/HYH926/smart-learn

// compatibility

Platformscli
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

Smart Learn — AI 交互式学习插件

基于费曼学习法五步闭环:概念地图 → 费曼解释 → 自测检验 → 关联内化 → 巩固总结。 支持所有主流大模型。零核心依赖。

支持的大模型

AI使用方式
Claude Code安装为 Skill,/smart-learn 主题
ChatGPT / GPT-4pip install . + 复制 Prompt 模板
Gemini / DeepSeek同上
通义千问 / 文心一言 / Kimi同上
任意支持 Bash 的 AIpip 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-searchsmart-learn knowledge search
学习统计/smart-statssmart-learn knowledge stats
间隔复习提醒自动CLI 输出
前置评估自然语言触发Prompt 内支持
思维导图Mermaid .mdMermaid .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.

1 views
21 stars
unclaimed
updated 14 days ago

// embed badge

smart-learn on Claudeers
[![Claudeers](https://claudeers.com/api/badge/smart-learn.svg)](https://claudeers.com/smart-learn)

// retro hit counter

smart-learn hit counter
[![Hits](https://claudeers.com/api/counter/smart-learn.svg)](https://claudeers.com/smart-learn)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

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,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how smart-learn connects across the ecosystem