Skills Agentes

Idea Ingest

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í.

Solicitasearchqueryget_pageput_pageadd_linkadd_timeline_entryfile_upload
Estrellas
28.9k

en todo el repo

Actividad
59

0–100, la ruta de este skill

Actualizado
hace 9 días

último commit aquí

Commits
1

últimos 90 días

Contexto
1.2k tok

58 tok en reposo

Paquete
1 archivo

5 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add garrytan/gbrain --skill idea-ingest --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Obtiene el contenido de enlaces, artículos, tweets o hilos compartidos
  • Crea una página en el brain con análisis genuino, no solo un resumen
  • Crea una página de autor (people/) y enlaza en ambas direcciones
  • Guarda la fuente cruda con `gbrain files upload-raw` para trazabilidad
  • Ejecuta `gbrain sync` para actualizar el índice tras ingerir

Úsalo cuando

  • El usuario comparte un enlace o URL
  • El usuario dice 'read this', 'save this' o 'think about this'
  • El usuario pide 'put this in brain'

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Guarda este artículo en el brain
    • Lee esto y dime qué piensas
    • Ingiere este hilo de Twitter en mi brain
    • Mete este enlace en el brain

    SKILL.md

    En inglés

    Idea Ingest Skill

    Filing rule: Read skills/_brain-filing-rules.md before creating any new page.

    Contract

    This skill guarantees:

    • Every ingested item has a brain page with genuine analysis (not just a summary)
    • The author gets a people page (MANDATORY for anyone whose thinking is worth ingesting)
    • Cross-links created bidirectionally (source ↔ author, source ↔ mentioned entities)
    • Raw source preserved for provenance via gbrain files upload-raw
    • Every fact has an inline [Source: ...] citation
    • Filing follows primary subject rules (not format-based)

    Returns (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 created
    • status: ingested | updated | fetch_failed

    Convention: See skills/conventions/quality.md for 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

    Phases

    1. Fetch the content. Use appropriate tools for the content type (web fetch for articles, API for tweets, PDF reader for documents).

    2. Upload raw source. Save the fetched content for provenance: gbrain files upload-raw <file> --page <slug>

    3. Identify the author — MANDATORY people page. Anyone whose thinking is worth ingesting is worth tracking.

      • Search brain for existing author page
      • If no page → CREATE ONE with compiled truth + timeline format
      • If page exists → update timeline with this new publication
      • Cross-link both directions
    4. Save to brain. File by PRIMARY SUBJECT (read skills/_brain-filing-rules.md):

      • About a person → people/
      • About a company → companies/
      • A reusable framework → concepts/
      • Raw data dump → sources/
    5. Analyze for the user. Reply with analysis that connects the content to what the brain knows. Think about:

      • Active projects — is this relevant?
      • Contradictions — does this challenge existing brain knowledge?
      • Connections — does this involve known people/companies?
      • Don't just summarize. Tell the user things they wouldn't have noticed.
    6. Sync. gbrain sync to update the index.

    Output Format

    # {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.}
    

    Edge Cases

    • Fetch fails (paywall, 404, timeout): Save a stub page with URL + metadata + reason for failure. Tell the user content couldn't be fetched and ask if they can paste it.
    • Duplicate URL: Before ingesting, search brain for the URL. If found, update the existing page rather than creating a new one. Tell the user it was already ingested.
    • No identifiable author: Use sources/ filing. Skip the people page but note the gap.
    • Tweet thread vs single tweet: Fetch the entire thread. Treat the thread as one unit.
    • Video/podcast link: Note that only metadata can be ingested unless a transcript is available. Ask the user for a transcript.
    • Raw upload: Use the file_upload tool (not CLI gbrain files upload-raw) when operating as an agent.

    Anti-Patterns

    • Just summarizing without connecting to brain knowledge
    • Filing everything in sources/ (sources is for raw data dumps only)
    • Skipping the author people page
    • Not cross-linking to mentioned entities
    • Ingesting without checking brain first for existing coverage
    • Overwriting an existing brain page instead of merging new content into it
    • Hallucinating connections to brain knowledge — only cite connections you verified via search/query
    • Creating generic slugs like concepts/strategy — be specific: concepts/flywheel-effects
    • Assuming the fetch succeeded without verifying content was actually retrieved

    Reproducido de garrytan/gbrain bajo licencia MIT. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Requiere el sistema gbrain configurado, con acceso a herramientas como search, put_page, add_link y file_upload.

    Detalles

    Creador
    garrytan
    Categoría
    Productividad
    Licencia
    MIT
    Recursos incluidos
    Solo SKILL.md
    Repositorio
    garrytan/gbrain
    Código fuente
    Ver SKILL.md

    Etiquetas

    Más de garrytan/gbrain

    Este repo incluye 75 skills. Si instalas uno, normalmente ya tienes los demás.

    Setup

    28.9k

    Configura 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
    bases de datos

    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.

    Costo de contexto al activarse
    5k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 4 días
    productividad

    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.

    Costo de contexto al activarse
    3.2k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 5 días
    bases de datos

    Cuándo y qué recuperar: abre la página del brain de una entidad relevante antes de responder desde memoria.

    Costo de contexto al activarse
    740 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 1 hora
    productividad

    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.

    Costo de contexto al activarse
    2.6k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 3 días
    productividad

    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.

    Costo de contexto al activarse
    5k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 4 días
    productividad

    Skills relacionados

    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.

    Costo de contexto al activarse
    2.7k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 3 meses
    productividad

    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.

    Costo de contexto al activarse
    1.5k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 3 meses
    productividad

    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.

    Costo de contexto al activarse
    3.7k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 9 días
    productividad