article-enrichment

Enrich raw article brain pages with summaries, quotes, insights, and cross-links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms raw article dumps stored in the brain into structured, navigable pages with an executive summary, verbatim quotes, key insights, and cross-links to related pages.

Core Features & Use Cases

  • Executive Summary — concise 2-3 sentence synthesis of the article.
  • Quotable Lines — 3-5 verbatim quotes for reference in essays or notes.
  • Key Insights — actionable takeaways derived from the article content.
  • Why It Matters — connects the article to the user's current projects and interests.
  • Cross-Linking — adds back-links to related brain pages to improve discoverability.
  • Raw source content is preserved in a collapsible block to avoid loss of context.

Quick Start

Instruct the agent to enrich raw article pages and store the resulting structured pages under media/articles/.

Frequently Asked Questions about article-enrichment

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

FAQPage Schema
How do I turn raw article dumps into structured brain pages?

To turn raw article dumps into structured brain pages, the Skill applies a 6-step enrichment pipeline that generates executive summaries, verbatim quotes, key insights, and cross-links. It processes raw content under media/articles/ and outputs navigable structured pages.

How does article enrichment generate quotable summaries and cross-links?

Article enrichment generates quotable summaries by extracting 3-5 verbatim quotes and synthesizing a concise executive summary. It creates cross-links by adding See Also references to related brain pages, improving content discoverability and routing via frontmatter.

Can I preserve original article content while generating structured pages?

Yes, you can preserve original article content while generating structured pages. The Skill collapses the raw source content into a details block within the output page, ensuring no context is lost during the enrichment and audit process.

What is the best way to add executive summaries and key insights to raw articles?

The best way to add executive summaries and key insights to raw articles is to run an automated enrichment pipeline. This process synthesizes a 2-3 sentence summary and derives actionable takeaways, writing the structured output directly to media/articles/.

Does this article enrichment pipeline require any dependencies or components?

No, the article enrichment pipeline requires no external dependencies or components. It operates independently to process raw content, apply frontmatter routing, and generate structured pages with summaries, quotes, and cross-links.

When should I use an article enrichment pipeline for my content?

You should use an article enrichment pipeline when you have raw article dumps in your brain that need to be transformed into navigable, structured pages. It is ideal for connecting content to current projects and improving cross-linking discoverability.