{"id":47997596,"url":"https://github.com/jeff7712/claude-tutor","last_synced_at":"2026-04-04T12:03:14.152Z","repository":{"id":346483013,"uuid":"1190189825","full_name":"JEFF7712/claude-tutor","owner":"JEFF7712","description":"A tutor skill for Claude","archived":false,"fork":false,"pushed_at":"2026-03-25T02:38:49.000Z","size":65,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T04:00:20.756Z","etag":null,"topics":["claude-code","claude-plugin","claude-skills","learning","tutor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JEFF7712.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T03:35:54.000Z","updated_at":"2026-03-25T02:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/JEFF7712/claude-tutor","commit_stats":null,"previous_names":["jeff7712/claude-tutor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/JEFF7712/claude-tutor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JEFF7712%2Fclaude-tutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JEFF7712%2Fclaude-tutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JEFF7712%2Fclaude-tutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JEFF7712%2Fclaude-tutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JEFF7712","download_url":"https://codeload.github.com/JEFF7712/claude-tutor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JEFF7712%2Fclaude-tutor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-plugin","claude-skills","learning","tutor"],"created_at":"2026-04-04T12:03:13.451Z","updated_at":"2026-04-04T12:03:14.143Z","avatar_url":"https://github.com/JEFF7712.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Tutor Plugin\n\nAn adaptive tutor skill for Claude Code that makes Claude act as an interactive coach for learning any topic.\n\n## What's New in v2\n\n- **Live Code Execution** — tutor writes and runs examples so you see real output\n- **Interactive Exercises** — practice with real code challenges, get feedback on your solutions\n- **Visual Aids** — Mermaid diagrams and ASCII visuals for abstract concepts\n- **Web Research** — pulls in current docs and examples when topics need up-to-date info\n\n## Visual Companion (v2.1)\n\nAsk the tutor to \"show me in the browser\" or \"open visuals\" during any session to launch a browser-based visual companion. The tutor pushes rich content to your browser while the conversation continues in the terminal:\n\n- **Rendered diagrams** — Mermaid diagrams rendered as interactive SVGs\n- **Interactive quizzes** — click-based multiple choice with instant feedback\n- **Visual walkthroughs** — step-through animations with CSS transitions\n\nRequires Node.js. Start with any visual request during a tutoring session.\n\n## Install\n\n### As a plugin\n\n```\n/plugin marketplace add JEFF7712/claude-tutor\n/plugin install tutor@claude-tutor\n```\n\n### Manual\n\n```bash\ngit clone https://github.com/JEFF7712/claude-tutor.git ~/.claude/skills/claude-tutor\n```\n\n## Usage\n\n- `/tutor \u003ctopic\u003e` — start a tutoring session\n- Or just ask naturally: \"teach me about quantum physics\", \"help me learn SQL\", \"explain how DNS works\"\n\n## Teaching Modes\n\nThe tutor auto-selects and blends 10 teaching modes based on your responses:\n\n| Mode | What it does | Tools |\n|------|-------------|-------|\n| Socratic Drillmaster | Asks questions that lead you to the answer | — |\n| Mixed Practice Architect | Interleaved drills mixing related concepts | Exercises, Code |\n| Why-How Interrogator | Challenges surface-level understanding | — |\n| Mental Model Forge | Builds frameworks: principles -\u003e rules -\u003e examples | Visuals |\n| Visual Thinking Translator | Diagrams, tables, and flowcharts | Visuals |\n| Active Recall Generator | Makes you summarize, create analogies, and build flashcards | Exercises, Code |\n| Meta-Learning Coach | Checks what's working and adjusts the approach | — |\n| Analogy Bridge Tutor | Explains concepts through familiar domains | Visuals |\n| Simplified Learning | Breaks complex ideas down for beginners | Visuals, Research |\n| Progressive Recall Mentor | Climbs from recall to application to synthesis | Code |\n\nYou can also switch modes explicitly: \"quiz me\", \"explain it simpler\", \"use an analogy\", \"give me drills\", \"let's wrap up\".\n\n## Credits\n\n- Teaching modes inspired by [@AI_with_jasmin](https://x.com/AI_with_jasmin).\n- Visual Companion inspired by the [Superpowers](https://github.com/obra/superpowers) Visual Companion pattern.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff7712%2Fclaude-tutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff7712%2Fclaude-tutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff7712%2Fclaude-tutor/lists"}