Smart Learn
Bucle de estudio método Feynman que escribe notas en un documento de Word y un mapa mental
Funciona con configuración
Qué hace
Ejecuta un bucle de aprendizaje Feynman de cinco pasos (mapa conceptual, explicación, autoevaluación, asociación, resumen) sobre cualquier tema que desee dominar, y persiste cada paso en una nota Markdown, un documento de Word y un mapa mental Mermaid en knowledge_store/. Se activa con /smart-learn <topic> o frases como "teach me X" y "help me systematically learn X", y permanece en silencio para solicitudes simples de definición o resumen. La interfaz y las plantillas están en chino.
Informe de la prueba
La Word half es real: docx_utils.py built a styled .docx that reopens cleanly con headings and per-step sections intact. La mind map half es not — el Mermaid file it emits puts every concept at the same indent level as the root, and Mermaid 11.16 rejects it con "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). La teaching structure genuinely changes the answer: explaining Kubernetes Services unaided opened con una 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 está written as python .claude/skills/smart-learn/... so it fails from a project directory once the skill is installed globally.
Probado el: 2026-07-30 · Claude Code 2.x (agent harness)
Instalación
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
Comandos y prompts de ejemplo
/smart-learnBucle de estudio método Feynman que escribe notas en un documento de Word y un mapa mental
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
教我系统学习一下Kubernetes里Service网络模型,用费曼学习法讲一遍帮我系统学习一下DDD领域驱动设计这个主题,生成完整学习笔记和一份思维导图存下来/smart-learn 分布式事务这个主题,把整个学习过程存成一份Word文档给我