Labels: new skill education productivity file-processing
University students receive lecture slide decks that are dense and poorly formatted for active recall. Manually converting a 60-slide PPT into structured notes, Q&A blocks, and a cheat sheet before exams takes hours. This skill automates that entire pipeline — the student uploads the file and receives exam-ready study material immediately, formatted to match typical university marking conventions (2-mark definitions, 5-mark explanations, comparison tables).
Engineering and science undergraduates in India and globally who have back-to-back external exam cycles. Specifically useful for courses with heavy theoretical content — NoSQL, OS, SEPM, DSA, Python — where slides contain definitions, comparison tables, and step-by-step processes that map directly to exam questions. Also useful for professors preparing revision guides from their own lecture material.
Built and iterated by Rutul Patel, Co-Founder & CTO at CampusCollab, during Semester 4 external exams at Ganpat University, Gujarat. The skill was refined through real exam prep sessions across subjects including NoSQL, DAA, OS, and Python, validating that the output format (inline compact Q&A for 50+ slides, full block Q&A for smaller decks) matches how students actually study and how examiners mark. The session-size branching logic was added after noticing large PPTs were consuming too much context for follow-up chapters.
ppt-to-notes/ SKILL.md references/ format.md
User: [attaches NoSQL_Unit3.pptx] generate notes for exam
Claude: 📊 Detected: 48 slides 📝 Plan: Full notes in one message (~22% session usage) Generating now...
# NoSQL Database Systems — Unit 3
## CAP Theorem
### Study Notes
- **CAP Theorem**: A distributed system can guarantee only 2 of 3 properties simultaneously...
### Q&A
**Q: What is the CAP Theorem?**
- States that a distributed system cannot guarantee Consistency, Availability, and Partition Tolerance simultaneously
- ...
---
## Quick Revision — Exam Cheat Sheet
### Key Definitions *(2-mark ready)*
| Term | Definition |
|---|---|
| **CAP Theorem** | ... |
NoSQL (Neo4j, MongoDB), DAA, Operating Systems, Python, SEPM lecture slide decks ranging from 18 to 120 slides. Output quality validated against university exam papers for Ganpat University CE Semester 4.