Stem Notes — Development skill for Claude Code
A Claude skill that transforms STEM lecture slides, textbooks, problem sheets, and documents into LaTeX formula sheets, fully worked solutions, and summary notes.
How to install Stem Notes
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Shass27/stem-notes and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Stem Notes does
A Claude skill that transforms STEM lecture slides, textbooks, problem sheets, and documents into LaTeX formula sheets, fully worked solutions, and summary notes. Automates the creation of professional study materials from any PDF, image, or office file.
Alternatives in Development
- Troubleshooting Guide — Common issues and solutions when using Skill Seeker 12.9k ★
- Review Resume — PM resume review against 10 best practices including XYZ+S formula 7.8k ★
- Academic Pptx Skill — A Claude Skill for creating academic presentations (conference talks, seminar slides, thesis defenses, grant b 811 ★
README
stem-notes
A Claude Code skill that turns STEM source material (lecture slides, textbook chapters, scanned problem sheets, images, PowerPoint/Word files) into LaTeX study documents: formula/definition sheets, fully worked problem solutions, and summary notes.
How it works
The user is driven through the whole process with multiple-choice questions (`AskUserQuestion`) — nothing is generated silently. The skill:
- Inventories the given sources (PDF, PNG/JPG, PPTX/DOCX) and checks whether each PDF is text-based or scanned.
- Checks for required tooling (
poppler,soffice,tectonic/pdflatex) and asks before installing anything. - Asks intake questions: which outputs to generate, output location, visual style, and per-output questions (density, scope, depth, ordering, etc.).
- Reads every source page/slide/image in full.
- Solves and verifies every problem in scope, checking non-trivial numbers with a short Python script, and flags any discrepancy with a printed answer instead of silently matching it.
- Writes ASCII-only
.texfiles from the templates intemplates/. - Optionally compiles to PDF (
tectonicorlatexmk), fixing errors until it compiles cleanly. - Reports what was written, what was skipped, and any discrepancies found.
Layout
SKILL.md— the workflow the skill follows, step by step.references/questions.md— the MCQ question bank used for intake.references/tooling.md— required tools, install commands/sizes, and the shell commands used to inspect/convert sources.references/style-guide.md— layout, labelling, and solution-format rules for each output type.templates/formula_sheet.tex— formula/definition sheet preamble.templates/solutions.tex— worked-solutions preamble.templates/summary_notes.tex— summary-notes preamble.
Output
By default, generated `.tex` files (and PDFs, if compiled) are written to a `latex/` subfolder next to the source files, unless the user choo
Related Skills
Fix Formula
Troubleshoot a broken Excel/Google Sheets formula - collects the formula and the problem, then debugs and fixe
Build Vsl
Build a VSL script using one of 5 framework variants (15-step / pull-push-persuade 11-step pull-push-persuade
Chapter To Synced Lecture
Turn a book chapter (PDF) into a lecture given by its author: HTML slides driven by narration, questions the a
Medicine Study Materials With Claude
Question generator and Anki flashcard deck builder from medical school lecture material — a Claude Skill that
Mindmap Knowledge
Watch the video frames and listen to the audio. When concepts are shown visually (slides, diagrams, code, demo
Mindmap Light
Watch the video frames and listen to the audio. When concepts are shown visually (slides, diagrams, code, demo
Related Agents
Proofreader
Expert proofreading agent for academic lecture slides. Reviews for grammar, typos, overflow, and consistency.
LaTeX Writer
Use for LaTeX work: academic papers (IEEE/Springer/Elsevier), Beamer slides, TiKZ technical diagrams, thesis d
Mckinsey Slide Agent
McKinsey-style slide deck composer. Use proactively when the user asks to build, draft, design, or "make a dec