PranitMohnot

6 mods across 1 repository, 4 stars between them.

code-quiz

01

PranitMohnot/repo-learner-suite

Skill Claude CodeCodex

Quiz the user on their understanding of a curriculum section. Adaptive, one question at a time, always shows code context, honest verdicts. Trigger on "/learn quiz", "quiz me", "test my understanding", "grill me", "do I understand this", or when another skill delegates quizzing. Requires learn/curriculum.md and…

4 3mo ago A 88 tokens original MIT

code-tutor

02

PranitMohnot/repo-learner-suite

Skill Claude CodeCodex

Socratic tutor for walking through a codebase curriculum section by section. Asks questions instead of giving answers. Points to specific code. Pushes back when the user is wrong. Trigger on "/learn tutor", "tutor me on section X", "walk me through this section", "help me understand this module", or when the…

4 3mo ago A 95 tokens original MIT

exercise-gen

03

PranitMohnot/repo-learner-suite

Skill Claude CodeCodex

Generate Jupyter notebook exercises from a codebase analysis. Reads the manifest at learn/internals/exercise-plan.md, scaffolds notebooks (or short inline blocks where the manifest says so), runs MANDATORY mock-student + nbconvert validation, then inserts links into learn/curriculum.md at the step markers the analyzer…

4 3mo ago A 143 tokens original MIT

repo-analyzer

04

PranitMohnot/repo-learner-suite

Skill Claude CodeCodex

Deep-read a codebase and generate a structured learning curriculum with a cheatsheet and quiz bank. Trigger on "/learn analyze", "analyze this repo", "scan this codebase", or when another skill (repo-learner orchestrator) delegates analysis. This is the expensive first step — it reads broadly before any tutoring or…

4 3mo ago A 119 tokens original MIT

repo-learner

05

PranitMohnot/repo-learner-suite

Skill Claude CodeCodex

Orchestrator for the repo-learner skill suite. Routes /learn commands to specialized sub-skills for analyzing codebases, generating exercises, tutoring, and quizzing. Trigger on any /learn command, "help me learn this repo", "teach me this codebase", "I want to understand this project", or any request to…

4 3mo ago C 92 tokens original MIT