Lecture Notes Generator
Six-agent workflow that turns a topic (or syllabus) into a bilingual, LaTeX/TikZ, Obsidian-ready economics lecture note.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 6423ebe
All 8 referenced files (5 style/reference guides + 3 topic files covering micro, macro, econometrics) are real and present, and the microeconomics reference already has a fleshed-out elasticity section with the exact formula and TikZ demand-curve templates the generated note is supposed to use -- following the skill produced a properly cited, formula-driven, quiz-and-diagram-equipped note where an unguided baseline gave a flat wall of prose with no structure, no derivation, and no practice problems.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Lecture Notes Generator does
Generates undergraduate social-science (especially economics) lecture notes through a sequential research-structure-content-quiz-visual-interactive pipeline, producing a single Obsidian-flavored markdown file with LaTeX derivations, TikZ diagrams, foldable quiz solutions, and Turkish/English bilingual terminology. Triggers when a user asks to create, generate, or write lecture notes, lecture materials, or teaching content, optionally following an uploaded syllabus.
How to install Lecture Notes Generator
git clone https://github.com/orhoncan/lecture-notes-skill
mkdir -p ~/.claude/skills
cp -r lecture-notes-skill ~/.claude/skills/lecture-notes
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Lecture Notes Generator
-
/lecture-notesSix-agent workflow that turns a topic (or syllabus) into a bilingual, LaTeX/TikZ, Obsidian-ready economics lecture note.
It also activates on plain-language prompts like these:
-
Generate lecture notes on price elasticity for my micro course -
Write bilingual lecture materials on GDP for my econometrics class -
Create an Obsidian note with diagrams for my supply and demand lecture
Frequently asked questions
- Is the Lecture Notes Generator skill free?
- Yes. The skill itself is free from orhoncan/lecture-notes-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Lecture Notes Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. All 8 referenced files (5 style/reference guides + 3 topic files covering micro, macro, econometrics) are real and present, and the microeconomics reference already has a fleshed-out elasticity section with the exact formula and TikZ demand-curve templates the generated note is supposed to use -- following the skill produced a properly cited, formula-driven, quiz-and-diagram-equipped note where an unguided baseline gave a flat wall of prose with no structure, no derivation, and no practice problems.
- What is the Lecture Notes Generator SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Lecture Notes Generator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Lecture Notes Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.