notebooklm-second-brain

Query NotebookLM notebooks via the nlm CLI before web searches.

1|Updated Sep 14, 2025
One-click install
npx skills add https://github.com/CleanExpo/DR-NRPG --skill notebooklm-second-brain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebooklm-second-brain
Source: https://github.com/CleanExpo/DR-NRPG/tree/main/.skills/custom/notebooklm-second-brain
Command: npx skills add https://github.com/CleanExpo/DR-NRPG --skill notebooklm-second-brain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines information retrieval by prioritizing curated NotebookLM notebooks over broad web searches or loading entire documents, ensuring faster and more focused agent responses.

Core Features & Use Cases

  • Prioritized Retrieval: Queries specific NotebookLM notebooks for architecture, debugging, and security information before resorting to other methods.
  • Context Window Management: Keeps the agent's context lean by fetching only relevant information from notebooks.
  • Use Case: When asked "How does authentication work?", the agent first queries the project_sot notebook instead of searching the web or loading all project documentation.

Quick Start

Use the notebooklm-second-brain skill to query the project_sot notebook for architecture decisions.

Frequently Asked Questions about notebooklm-second-brain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does a NotebookLM second brain improve AI agent retrieval?

Querying NotebookLM notebooks before web search optimizes context window usage by fetching only relevant information from curated notebooks instead of loading full documents, keeping the agent's context lean and response speed high.

Can I use NotebookLM notebooks for project architecture knowledge management?

Yes, you can use NotebookLM notebooks for project architecture knowledge management by querying specific notebooks like a project source of truth to retrieve information before searching the web or loading entire project documentation files.

What is the best way to prevent an AI agent from loading full documents into the context window?

The best way to prevent an AI agent from loading full documents is to enforce a prioritized retrieval policy that queries NotebookLM notebooks first, fetching only relevant information to manage context window usage and optimize response speed.

How do I integrate NotebookLM knowledge management with other AI agent skills?

You can integrate NotebookLM knowledge management with other AI agent skills by using hooks, Beads, and Council of Logic for automated note creation and cross-skill knowledge sharing across your software engineering workflow.

Does the NotebookLM first retrieval approach work without external dependencies?

Yes, the NotebookLM first retrieval approach works without external dependencies by using the nlm CLI to query notebooks directly, ensuring automated information retrieval for architecture, debugging, and security knowledge.