Smart Learn

Ciclo di studio metodo Feynman che scrive appunti in un documento Word e una mappa mentale

di HYH926 · HYH926/smart-learn

Richiede configurazione ★ 7.6/10

Smart Learn — Ciclo di studio metodo Feynman che scrive appunti in un documento Word e una mappa mentale

Cosa fa

Esegue un five-step Feynman learning loop (concept map, explanation, self-test, association, summary) over any topic you want to master, and persists each step to a Markdown note, a Word document e a Mermaid mind map in knowledge_store/. Si attiva su /smart-learn <topic> o phrasings like "teach me X" and "help me systematically learn X", and stays quiet for simple definition o summarisation requests. Interface and templates are in Chinese.

Rapporto di test

La Word half è reale: docx_utils.py built a styled .docx that reopens cleanly with headings and per-step sections intact. The mind map half is not — the Mermaid file it emits puts every concept at the same indent level as the root, and Mermaid 11.16 rejects it with "There can be only one root", so the artifact the skill advertises as rendering natively in GitHub, VSCode, Notion and Obsidian renders nowhere (one extra level of indentation fixes it). The teaching structure genuinely changes the answer: explaining Kubernetes Services unaided opened with a definition and 10 pieces of jargon, while the skill's five-dimension template opened from motivation, used one jargon term, a non-technical analogy and a boundary-layer self-test question. Expect one manual fix: every bundled command is written as python .claude/skills/smart-learn/... so it fails from a project directory once the skill is installed globally.

Testato il: 2026-07-30 · Claude Code 2.x (agent harness)

Installazione

git clone https://github.com/HYH926/smart-learn.git
mkdir -p ~/.claude/skills
cd smart-learn && cp -r .claude/skills/smart-learn ~/.claude/skills/smart-learn

Comandi e prompt di esempio

  • /smart-learnCiclo di studio metodo Feynman che scrive appunti in un documento Word e una mappa mentale

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • 教我系统学习一下Kubernetes里Service网络模型,用费曼学习法讲一遍
  • 帮我系统学习一下DDD领域驱动设计这个主题,生成完整学习笔记和一份思维导图存下来
  • /smart-learn 分布式事务这个主题,把整个学习过程存成一份Word文档给我