From 8cef519d9a6d54d5de7d57adbee97a13659be231 Mon Sep 17 00:00:00 2001 From: Sanjay Ramadugu Date: Sun, 8 Feb 2026 12:04:20 -0500 Subject: [PATCH] Add notebooklm skill to Data & Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7af3594..3d933b9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ ## 📊 Data & Analysis - [root-cause-tracing](https://github.com/obra/superpowers/tree/main/skills/root-cause-tracing) - Use when errors occur deep in execution and you need to trace back to find the original trigger - [csv-data-summarizer-claude-skill](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) - Automatically analyzes CSVs: columns, distributions, missing data, correlations. +- [notebooklm](https://github.com/sanjay3290/ai-skills/tree/main/skills/notebooklm) - Query and manage Google NotebookLM notebooks with persistent auth, batch/multi queries, source sync, and structured exports. - [postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres) - Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support and defense-in-depth security.