AI generates interactive knowledge quizzes with instant feedback and one-click Notebook export
- Instant Feedback - Automatically generates quizzes based on task context, with immediate result display, explanation, and walkthrough demo
- User Feedback Loop - Type a follow-up prompt at the bottom of the quiz; agent responds and generates another quiz
- Auto PDF Notebook Generation - Click "Save to Notebook" to auto-generate PDF with screenshot
- Easy Integration - Works with Windsurf, Cursor, Kilo Code, and more
Task Complete → AI Summarizes → Generate Quiz → User Answers in GUI
→ [Optional: type feedback prompt] → Agent responds → Generate another Quiz (loop)
→ [If Save to Notebook clicked] → PDF Auto-generated → Saved to ~/Desktop/Notebook/
npm install
npm run buildAdd to your IDE's MCP config, replacing [PATH_TO_PROJECT] with the actual path:
Configuration:
{
"mcpServers": {
"live-time-tutorial": {
"args": [
"[PATH_TO_PROJECT]/dist/index.js"
],
"command": "node",
"disabled": false
}
}
}Add this global rule (rules\task-feedback.md) to your agent to increase the trigger frequency of this MCP.
Restart your IDE to activate the MCP service.
- Auto-trigger: AI asks for a quiz after completing tasks
- Manual trigger: Type "give me a quiz" or "quiz" in chat
- Answer in GUI: Click an option card to submit instantly
- Leave feedback (optional): Type a follow-up prompt in the Feedback to Agent box at the bottom
- PDF auto-generated: If you clicked Save to Notebook, a PDF will be created automatically
All files are saved directly to ~/Desktop/Notebook/:
{topic}.pdf- Rich study note with screenshot as header
Generate a quiz and open the GUI window. MCP waits for window to close
Behavior:
- If user entered feedback → Agent responds to feedback, then calls
generate_quizagain - If user clicked Save to Notebook → Agent automatically calls
save_notebook_note_pdf - If user did neither → Agent summarizes and ends conversation
Set custom Notebook storage path (default: ~/Desktop/Notebook).
Generate a rich PDF study note using the rich-notebook-pdf-generator agent skill.
Located in src/builtin-skills/rich-notebook-pdf-generator/:
SKILL.md guides the agent to generate content with:
- Terminology & Definitions - Key terms with bold highlighting
- Key Concepts & Principles - Core ideas with critical takeaways
- Practical Examples - Runnable code and real-world scenarios
- Analogy & Memory Aids - Everyday analogies and comparisons
- Summary Table - Comparison tables for quick review
- Process Flowchart - Text-based flowcharts using box-drawing characters
Crafted with ❤️ for effective learning
