Flagrare/llm-tutor

Socratic-method tutor plugin for Claude Code. Asks questions, reveals hints in layers, refuses to give you the answer until you've made the discovery yourself.

5Stars on the repository
14Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

tutor-codebase

01

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Start a Socratic tutoring journey grounded in an actual codebase. Reads files via Read/Grep/Glob to build the learning path; concepts carry file:symbol anchors so the tutor can reference real code. Invoke with a path: /tutor-codebase ./my-repo (defaults to 'overview' aspect) or /tutor-codebase ./my-repo 'auth flow'…

5 3mo ago B 139 tokens original MIT

tutor-done

02

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Close an active tutoring topic. Calculates XP earned from per-concept first-attempt quality, marks the topic complete in state, runs the hybrid feedback flow (thumbs + targeted rotating question with cycles rewards), and logs feedback for later analysis. Invoke when you're done with a topic. Use with no arg to close…

5 3mo ago B 120 tokens original MIT

tutor-path

03

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Show the learning path for an active or completed tutoring topic — the ordered list of prerequisite concepts with progress markers and dependency annotations. Internal-by-default; the path is generated by /tutor-start but kept hidden unless the user explicitly asks to see it. Invoke with no arg to show the current…

5 3mo ago A 116 tokens original MIT

tutor-project

04

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Start a tutoring session on the current working directory — convenience wrapper for /tutor-codebase against $PWD. Accepts an optional aspect: /tutor-project (defaults to overview) or /tutor-project 'how requests flow'. Triggers: '/tutor-project', 'tutor me on this project', 'tutor me on what I'm working on', 'teach me…

5 3mo ago A 82 tokens original MIT

tutor-resume

05

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Pick up a paused tutoring session. Finds the user's active in-progress topic, briefly reorients them (where they are, what's acquired, what's coming), and hands the dialogue back to the active persona. If multiple topics are in progress, asks which one. Invoke when you're returning after a break. Triggers…

5 3mo ago A 95 tokens original MIT

tutor-start

06

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Start a Socratic tutoring journey on any user-supplied topic. Generates a learning path of 5-8 prerequisite concepts, calibrates the user's knowledge via 3 graduated prompts, charges 1 cycle, and hands off to the active Echo/Cipher/Vex persona for the dialogue. Invoke with the subject as an argument (e.g. /tutor-start…

5 3mo ago B 163 tokens original MIT

tutor-status

07

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Show the llm-tutor dashboard — XP total, cycles balance with time-until-next-refill, active topics with progress, completed topics with XP earned, and lifetime stats. Invoke with no arguments. Triggers: '/tutor-status', 'show me my tutor status', 'how am I doing', 'check my XP', 'where am I at with the tutor'.

5 3mo ago A 80 tokens original MIT

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Switch llm-tutor statusline icon mode between emoji (default), nerd (Nerd Font glyphs), unicode (geometric text-presentation symbols), and ascii (pure 7-bit fallback). Mirrors claude-statusline's /statusline-icons. Pass an explicit mode name or no argument to cycle. Triggers: '/tutor-statusline-icons'…

5 3mo ago A 104 tokens original MIT

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Install the llm-tutor statusline integration. Wraps your existing Claude Code statusline (any statusline — claude-statusline, custom, none) so llm-tutor's segment renders as an extra row alongside it. Saves your original statusline command so /tutor-statusline-uninstall can restore it. Triggers…

5 3mo ago B 105 tokens original MIT

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Toggle the llm-tutor statusline segment on or off without uninstalling the wrapper. When off, the wrapper still runs but only emits the user's original statusline — zero visible change vs. no integration. Triggers: '/tutor-statusline-toggle', '/tutor-statusline-toggle on', '/tutor-statusline-toggle off', 'turn the…

5 3mo ago A 96 tokens original MIT

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Uninstall the llm-tutor statusline integration. Restores the user's original Claude Code statusline command from before /tutor-statusline-install. Leaves tutoring state (XP, cycles, topics) intact. Triggers: '/tutor-statusline-uninstall', 'remove the tutor statusline', 'unwrap the statusline', 'restore my statusline'.

5 3mo ago B 79 tokens original MIT

tutor-update

12

Flagrare/llm-tutor

Skill Claude CodeCodex

Part of llm-tutor

Check whether llm-tutor has a newer release on GitHub and, if so, surface what's new along with the two commands needed to upgrade. Triggers: '/tutor-update', 'check for llm-tutor updates', 'is there a new tutor version', 'update the tutor', 'pull latest tutor'.

5 3mo ago A 69 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: