NotebookLM Learner Pack
Generates a branded 29-prompt HTML library for NotebookLM, but its own worked-example instructions point at the author's private sandbox path
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · edbd8f3
Ran a real mini-pack build (value-based-care contracts, Techy Surgeon voice) grounded in a 3-sentence source note: the skill version produced source-specific prompt scaffolds naming ACOs, benchmark price, MLR and stop-loss with 6 distinct lens rewrites per card, versus a baseline that generated a generic unbranded list with no lens or asset taxonomy. Real defect: SKILL.md's 'canonical worked example' and save-target both hardcode the author's own sandbox path (/sessions/eloquent-happy-archimedes/mnt/RevelAi Health/...), confirmed via ls to not exist on this machine — the repo's bundled examples/cjrx-techy-surgeon-learner-pack.html works as a substitute, but a user following the doc literally hits a dead path.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What NotebookLM Learner Pack does
Builds a single self-contained HTML file of 29 copy-paste NotebookLM prompts (infographics, slide decks, audio overviews, video storyboards, knowledge tests) rendered across 6 audience lenses and a chosen brand voice. Triggers on 'NotebookLM learner pack' and 'learner prompt library' requests, plus — per its own description — broadly whenever 'a new policy drops' or 'a meeting just finished.' The four reference files (asset taxonomy, lens suffixes, brand voices, HTML template) are real and detailed, but the SKILL.md's canonical worked-example and save-target both hardcode a personal sandbox path that doesn't exist outside the author's own machine.
How to install NotebookLM Learner Pack
git clone https://github.com/DrMultivac/notebooklm-learner-pack
cd notebooklm-learner-pack
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/notebooklm-learner-pack
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger NotebookLM Learner Pack
-
/notebooklm-learner-packGenerates a branded 29-prompt HTML library for NotebookLM, but its own worked-example instructions point at the author's private sandbox path
It also activates on plain-language prompts like these:
-
Build a NotebookLM prompt library for our new value-based care policy -
Make me a branded set of NotebookLM prompts for this training material -
Turn this meeting recap into infographic and quiz prompts for NotebookLM
Frequently asked questions
- Is the NotebookLM Learner Pack skill free?
- Yes. The skill itself is free from DrMultivac/notebooklm-learner-pack. SkillProof publishes the install command and an independent test verdict at no cost.
- Does NotebookLM Learner Pack work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran a real mini-pack build (value-based-care contracts, Techy Surgeon voice) grounded in a 3-sentence source note: the skill version produced source-specific prompt scaffolds naming ACOs, benchmark price, MLR and stop-loss with 6 distinct lens rewrites per card, versus a baseline that generated a generic unbranded list with no lens or asset taxonomy. Real defect: SKILL.md's 'canonical worked example' and save-target both hardcode the author's own sandbox path (/sessions/eloquent-happy-archimedes/mnt/RevelAi Health/...), confirmed via ls to not exist on this machine — the repo's bundled examples/cjrx-techy-surgeon-learner-pack.html works as a substitute, but a user following the doc literally hits a dead path.
- What is the NotebookLM Learner Pack SkillProof Score?
- 8.0/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install NotebookLM Learner Pack?
- 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 NotebookLM Learner Pack 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.