Setup
28.9kConfigura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.
- Costo de contexto al activarse
- 7.4k tok
- Tamaño del paquete
- 1 archivo
- Última actualización
- hace 4 días
Ingiere enlaces, artículos, tweets e ideas al brain: obtiene el contenido, lo guarda con análisis, crea la página del autor y enlaza todo entre sí.
searchqueryget_pageput_pageadd_linkadd_timeline_entryfile_uploaden todo el repo
0–100, la ruta de este skill
último commit aquí
últimos 90 días
58 tok en reposo
5 KB
Funciona con cualquier agente que lea SKILL.md
npx -y skills add garrytan/gbrain --skill idea-ingest --agent claude-codeSe instala solo en este repositorio.
Di cualquiera de estas frases y el agente debería cargar este skill.
Filing rule: Read
skills/_brain-filing-rules.mdbefore creating any new page.
This skill guarantees:
gbrain files upload-raw[Source: ...] citationReturns (when invoked by another skill or sub-agent):
page_path: brain page path of the ingested item (e.g., concepts/flywheel-effects)author_path: brain page path of the author (e.g., people/alice-example)cross_links: list of all cross-links createdstatus: ingested | updated | fetch_failedConvention: See
skills/conventions/quality.mdfor Iron Law back-linking.
Every mention of a person or company with a brain page MUST create a back-link.
Format: - **YYYY-MM-DD** | Referenced in [page title](path) — brief context
Fetch the content. Use appropriate tools for the content type (web fetch for articles, API for tweets, PDF reader for documents).
Upload raw source. Save the fetched content for provenance: gbrain files upload-raw <file> --page <slug>
Identify the author — MANDATORY people page. Anyone whose thinking is worth ingesting is worth tracking.
Save to brain. File by PRIMARY SUBJECT (read skills/_brain-filing-rules.md):
people/companies/concepts/sources/Analyze for the user. Reply with analysis that connects the content to what the brain knows. Think about:
Sync. gbrain sync to update the index.
# {Title} — {Author}
**Source:** {URL}
**Author:** {Author}, {role}
**Published:** {date}
**Ingested:** {date}
## Context
{Why this matters now, connected to brain knowledge}
## Summary
{3-5 bullet core arguments}
## Key Data / Claims
{Specific facts, numbers, quotes}
## Analysis
{How this connects to existing brain knowledge. What's new. What contradicts.}
sources/ filing. Skip the people page but note the gap.file_upload tool (not CLI gbrain files upload-raw) when operating as an agent.sources/ (sources is for raw data dumps only)concepts/strategy — be specific: concepts/flywheel-effectsReproducido de garrytan/gbrain bajo licencia MIT. Leer esta página en markdown.
1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.
Requiere el sistema gbrain configurado, con acceso a herramientas como search, put_page, add_link y file_upload.
Este repo incluye 75 skills. Si instalas uno, normalmente ya tienes los demás.
Configura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.
Chequeos de salud del brain: aplicación de back-links, auditoría de citas, validación de filing, detección de info obsoleta, páginas huérfanas y benchmarks.
Migra un brain de gbrain-base a la taxonomía de 14 tipos canónicos de gbrain-base-v2 usando gbrain onboard --check y el handler Minion unify-types.
Cuándo y qué recuperar: abre la página del brain de una entidad relevante antes de responder desde memoria.
Operaciones del brain: búsqueda primero, ciclo leer-enriquecer-escribir, atribución de fuentes, enriquecimiento ambiental y back-linking. Leer antes de cualquier interacción con el brain.
Importa exports de ChatGPT, Claude y Perplexity y transcripciones de sesiones como páginas fechadas en conversations/, valida y extrae hechos, y mantiene el archivo sin huecos con detección y backfill.
Archivista universal para archivos personales (Dropbox/B2/Gmail-takeout/disco local). Filtra contenido de alto valor y lo muestra de forma interactiva; exige un allow-list scan_paths explícito en gbrain.yml.
Transforma volcados de texto crudo de artículos en el brain en páginas estructuradas con resumen ejecutivo, citas textuales, insights clave, por qué importa y referencias cruzadas.
Filtro de calidad previo a la escritura para todo lo que entra al brain: nada de cp/mv en crudo. Resuelve entidades con nombre por registro y aplica el árbol de decisión de dedup leyendo el primer resultado.