本周热门 · 2026-08-24#21
amosblomqvist/learn
My AI learning system.
TypeScript380402 issues
创建于 2026-08-24最近推送 2026-08-25
项目说明
learn
My AI learning system from this video: How I Use AI to Learn Things.
This is a personal system I built for myself, shared as-is. Built as a pi configuration: the teaching philosophy encoded in a skill, a few small extensions, and agent definitions.
What's in it
skills/teach/— the philosophy and the processskills/visualize/— adds a correct, minimal diagram to a lesson when an idea is clearer as a pictureextensions/ask-user-question/— the agent asks you questions through a UI popupextensions/quiz/— graded questions with instant feedback (✓/✗, correct answer, explanation)extensions/md-log/— link a markdown file to the sessionextensions/visual-tools/— tools for visualization subagentsagents/—researcher,svg-maker,mermaid-maker: the subagents the system delegates to
Install
This repo is a .pi directory. From your learning project's root:
git clone https://github.com/amosblomqvist/learn .pi
Then open pi in that directory. (Or copy the pieces you want into your existing project config.)
