ingest

Detect inbound content type and route to the appropriate ingestion sub-skill.

Updated May 11, 2026
One-click install
npx skills add https://github.com/yunusgungor/gbrain --skill ingest-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/yunusgungor/gbrain/tree/main/skills/ingest
Command: npx skills add https://github.com/yunusgungor/gbrain --skill ingest-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest automates routing of inbound content to the correct ingestion workflow, ensuring data is processed by the appropriate sub-skill with consistent provenance.

Core Features & Use Cases

  • Content-type detection and routing to specialized ingestion sub-skills (idea-ingest, media-ingest, meeting-ingestion)
  • Entity detection, back-linking, and timeline integration across brain pages
  • Raw-source preservation and provenance for all ingested items

Quick Start

Route an incoming content item to the ingest router to begin automatic processing.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I automatically route inbound content to specialized ingestion pipelines?

Content routing identifies the inbound content type and directs it to the appropriate ingestion sub-skill, ensuring data is processed by the correct workflow with consistent provenance.

How does entity detection work during content ingestion?

Entity detection during content ingestion identifies entities within the raw source, creates backlinks, and updates timelines while preserving the original provenance of all items.

What is the best way to maintain provenance when ingesting raw content?

Maintaining provenance during ingestion requires preserving raw-source data and applying filing rules consistently to ensure the brain state is rewritten with current understanding.

Can I use this ingestion router for meeting content and media files?

Yes, the ingestion router supports specialized sub-skills for various content types, including idea-ingest, media-ingest, and meeting-ingestion pipelines.

How do I update timeline entries when new content is ingested?

Timeline updates occur automatically during ingestion by applying entity detection, creating backlinks across brain pages, and integrating the new content into existing timelines.