๐Ÿ“ฆ JayadityaGit / gemini-mentor

Transform Gemini-CLI into a coding mentor. Features "Mentor Mode" for Socratic guidance, codebase navigation teaching, and pre-flight checks.

โ˜… 6 stars โ‘‚ 0 forks ๐Ÿ‘ 6 watching
geminigemini-cligemini-cli-extensions
๐Ÿ“ฅ Clone https://github.com/JayadityaGit/gemini-mentor.git
HTTPS git clone https://github.com/JayadityaGit/gemini-mentor.git
SSH git clone git@github.com:JayadityaGit/gemini-mentor.git
CLI gh repo clone JayadityaGit/gemini-mentor
JAYADITYA JAYADITYA Update README.md 49e8492 1 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ commands
๐Ÿ“„ .gitignore
๐Ÿ“„ GEMINI.md
๐Ÿ“„ README.md
๐Ÿ“„ README.md
ChatGPT Image Nov 20, 2025, 08<em>42</em>52 PM

Gemini Mentor (still in experimental stage) ๐ŸŽ“

Turns Gemini-Cli into a Socratic coding mentor. It guides you to solutions instead of writing code for you.

Installation

gemini extensions install https://github.com/JayadityaGit/gemini-mentor

Usage

  • /mentor [topic]: Activate Mentor Mode. You can optionally provide a topic to start with.
  • Example: /mentor I want to fix a bug in the login flow
  • /byementor: Exit Mentor Mode. Returns to normal assistant behavior.

Features

  • No-Code Solutions: Forces you to think and write the code yourself.
  • Codebase Sherpa: Teaches navigation and debugging skills.
  • Pre-flight Check: Verifies you know the project's tech stack before starting.