notebooklm

notebooklm is a skill for Claude Code, Codex from Bilal140202/the-lord-of-the-skills. It costs 101 tokens per session (1,778 once invoked), scanned A, original, MIT.

A workflow for creating and maintaining NotebookLM notebooks as living project records. NotebookLM is a tool for asking questions over a collection of project sources, such as architecture notes and decisions.

In plain words
What is it for?
Use it to initialize a project notebook, record decisions, synchronize changed project details, or audit whether the notebook remains consistent.
Why use it?
It keeps project context, design choices, configuration changes, and architecture information in one evidence-based place that different AI tools can consult.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to initialize a project notebook, record decisions, synchronize changed project details, or audit whether the notebook remains consistent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill luissambrano__antigravity-config
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notebooklm

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for notebooklm

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.01778
Opus 5 $0.00051 $0.00889
Sonnet 5 $0.00020 $0.00356
Haiku 4.5 $0.00010 $0.00178

Measured 12d ago against content hash b344888152c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

notebooklm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fangorn/claude-code/LuisSambrano__antigravity-config/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NotebookLM — Product Architecture Memory

[!IMPORTANT] This skill MUST be executed strictly under the Omni-Architect Agent Protocol v1.0. All tool executions, code modifications, and communications MUST adhere to the 13 core protocols.

Cada proyecto tiene un notebook en NotebookLM que funciona como su Memoria Viviente y Arquitectura de Producto. No es un documento estático, sino una bitácora en constante evolución que cualquier agente (Antigravity, Gemini, Claude) lee para hacer onboarding instantáneo al proyecto, con cero alucinaciones (las respuestas se basan estrictamente en la base de conocimiento).

Cuándo usar este Skill

  • El usuario describe una idea nueva → Usar /notebook init para estructurarla.
  • El usuario pide "crea un libro para el proyecto X" → Usar /notebook init.
  • El usuario toma decisiones de diseño/UX/arquitectura durante una sesión → Usar /notebook log.
  • El usuario ha cambiado configuraciones, stack o precios → Usar /notebook sync.
  • El usuario pide "auditar el libro" → Usar /notebook audit.

Estructura Universal de Cimientos (Templates)

Para maximizar la sinergia con otros agentes, el notebook DEBE tener las siguientes fuentes estructuradas, numeradas de forma secuencial. Dependiendo del tipo de proyecto (SaaS, Cliente Comercial, Research), ajusta los títulos ligeramente, pero respeta este esqueleto lógico:

# Fuente Estándar (Ejemplo SaaS/App) Contenido Requerido
01 Product Brief & Vision Definición exacta (qué es y no es), público objetivo, links a repos, roadmap.
02 UX/UI & Design System Principios de diseño, paleta, estado del UI, flujos de usuario crítico, tokens.
03 Arquitectura del Sistema Tech stack (front, back, BaaS, infra), esquemas de DB, roles.
04 Catálogo de Funcionalidades Todas las features exactas del sistema con estado verificable (usando la Tabla de Estados).
05 Infraestructura & Presupuesto OPEX (mensual/anual), CAPEX (si aplica), servicios conectados externos.
06 Modelo de Seguridad Políticas de acceso, RLS aplicados, manejo de datos sensibles.
07+ Bitácoras de Trabajo (ADRs) Notas cronológicas de decisiones arquitectónicas y resultados de sesiones (ej: 07 — Bitácora: 2026-03-27 Refactor Auth).

Read the full file on GitHub · 123 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 123 lines · 101 tokens per session scan A b344888152c6

Subscribe to this mod's changes

notebooklm is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 101 tokens to every session and 1,778 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.