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.
npx skills add Bilal140202/the-lord-of-the-skills --skill luissambrano__antigravity-configgit clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsWrote 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.
[](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/luissambrano__antigravity-config)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 initpara 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). |
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.
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.
- 12d ago First seen · 123 lines · 101 tokens per session scan A b344888152c6
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.
Other skills, from other repositories
aider-1h-ttl
Aider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
serpsmith
Publish SEO articles reliably across AI-agent runtimes.
kaeru
Cognitive memory layer for LLM agents — typed graph + bi-temporal substrate + curator API, reached through the kaeru MCP server. Use when the user wants to capture, recall, reason, or trace persistent thoughts across sessions; when re-entering a multi-session project; or when the user explicitly asks to "remember"…
agent-memory
Persistent memory system for AI coding agents. Use when you need to save facts about the user, store interaction preferences, log session events, or search previously saved memories. Triggers on remembering, saving context, recalling past decisions, or when the user says "remember this". Also use proactively when the…
agent-v3-memory-specialist
Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist.
ReasoningBank Intelligence
Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.