This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
ReleasePort's take
Moderate signalv13.2.0 adds `wowerpoint`, a new skill for generating kawaii NotebookLM slide-deck PDFs from single documents. The skill uses a spawn-subagent pattern to prevent blocking main conversation flow.
Why it matters: Teams can now generate styled slide presentations without interrupting conversations. Single-source workflow keeps generation predictable. Setup requires `notebooklm-py`, `playwright chromium`, and `jq`.
Summary
AI summaryAdded wowerpoint skill for kawaii NotebookLM slide‑deck generation.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Introduces `wowerpoint` skill for generating kawaii NotebookLM slide-deck PDFs from one source document. Introduces `wowerpoint` skill for generating kawaii NotebookLM slide-deck PDFs from one source document. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Enforces single-source-per-deck workflow in the `wowerpoint` skill. Enforces single-source-per-deck workflow in the `wowerpoint` skill. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Limits `wowerpoint` skill to slide-deck generation, excluding videos and podcasts. Limits `wowerpoint` skill to slide-deck generation, excluding videos and podcasts. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Provides default prompt template for the `wowerpoint` skill: 'Use kawaii characters to tell the story of <subject>. Keep it warm and clear.' Provides default prompt template for the `wowerpoint` skill: 'Use kawaii characters to tell the story of <subject>. Keep it warm and clear.' Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Adds `wowerpoint` to the plugin's skills inventory, bringing total to 12 skills. Adds `wowerpoint` to the plugin's skills inventory, bringing total to 12 skills. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Dependency | Medium |
Requires `notebooklm-py`, `playwright install chromium`, and `jq` for setup of the `wowerpoint` skill. Requires `notebooklm-py`, `playwright install chromium`, and `jq` for setup of the `wowerpoint` skill. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Uses spawn-subagent pattern so generation never blocks the main conversation in the `wowerpoint` skill. Uses spawn-subagent pattern so generation never blocks the main conversation in the `wowerpoint` skill. Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
What's new
wowerpoint skill — kawaii NotebookLM slide-deck generator
Turn one source document into a kawaii NotebookLM slide-deck PDF. Wraps the notebooklm CLI with the kawaii-prompt + --format detailed defaults and a spawn-subagent pattern so generation (~10 min) never blocks the main conversation.
- Single-source-per-deck is enforced by the workflow shape: confirm or write the source doc before adding it to NotebookLM. Don't paper over a weak source by stacking more sources — write a comprehensive doc first.
- Slide-deck only. Videos and podcasts from the same engine are noticeably worse and out of scope; the skill refers users to the
notebooklmCLI directly for those formats. - Default prompt template:
Use kawaii characters to tell the story of <subject>. Keep it warm and clear.Pass any user-supplied prompt through verbatim. - Setup requires
notebooklm-py(viauv tool install --with playwright),playwright install chromium, andjq. - Spawn-and-end-turn pattern: the subagent's completion notification fires when the PDF is on disk; the main conversation never blocks on the ~10 min render.
See PR #2430 for the full design notes and review history.
Skills inventory
This release brings the plugin to 12 skills: babysit, do, how-it-works, knowledge-agent, learn-codebase, make-plan, mem-search, pathfinder, smart-explore, timeline-report, version-bump, wowerpoint.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About claude-mem
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
Related context
Beta — feedback welcome: [email protected]