A Chrome extension built with TypeScript that (should) promotes adaptive help-seeking from LLMs like ChatGPT during coding.
Based on research in computer science education, I hope this extension helps novice programmers by:
- Recognizing when they're seeking "executive help" (asking for answers)
- Redirecting toward "adaptive help" (asking for hints, concepts, verification)
- Guiding them towards building metacognitive skills for effective learning
- Node/npm
- Chrome browser(for now)
-
Clone/download the repo
-
Install dependencies
cd PromptMentor-Extensionnpm install
-
Build the extension
# Build once npm run build # Watch mode (rebuilds on file changes) npm run watch
-
Load in Chrome
- Open
chrome://extensions - Enable "Developer mode" (top-right toggle)
- Click "Load unpacked"
- Select the
PromptMentor-Extensionfolder
- Open
- Loksa & Ko (2016) - Problem-solving framework
- Chrome Extension Docs
- Lodash Debounce