article-enrichment

Rewrites raw article text dumps into structured brain pages with summaries, quotes, and cross-references.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/AMC-JTC/gbrain-1 --skill article-enrichment-amc-jtc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-enrichment
Source: https://github.com/AMC-JTC/gbrain-1/tree/main/plugin/skills/article-enrichment
Command: npx skills add https://github.com/AMC-JTC/gbrain-1 --skill article-enrichment-amc-jtc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw article pages ingested into a knowledge base often arrive as unstructured walls of text that are hard to scan, quote, or act on. This Skill transforms those dumps into structured pages with an executive summary, verbatim quotes, key insights, and cross-references. ## Core Features & Use Cases - Structured Rewriting: Converts raw ## Content dumps into pages with Executive Summary, Why It Matters, Quotable Lines, Key Insights, and See Also sections. - Source Preservation: Keeps the original raw text in a collapsed <details> block so nothing is lost, and clears the needs_enrichment flag for idempotent re-runs. - Cross-Linking: Adds back-links from referenced people and company pages, using standard markdown links instead of wiki-links. - Use Case: After a batch media ingest leaves 50 article pages flagged needs_enrichment: true, run an enrichment pass so each page becomes quotable and actionable, with a Sonnet draft pass spot-checked by an LLM-judge quality eval. ## Quick Start Ask the agent to enrich the article pages in your brain that are flagged with needs_enrichment so each one gets an executive summary, verbatim quotes, and cross-links.

Frequently Asked Questions about article-enrichment

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

FAQPage Schema
How do I enrich raw article pages in my knowledge base?

Query for pages flagged with needs_enrichment: true, read each page, then rewrite the raw content into structured sections including an executive summary, verbatim quotes, and key insights. Clear the flag in frontmatter after writing the enriched page.

What sections should an enriched article page contain?

An enriched page needs an Executive Summary of 2-3 sentences, at least 3 verbatim Quotable Lines, 3 or more Key Insights, a Why It Matters section tied to specific context, a See Also section with markdown links, and a details block preserving the raw source.

When should I use Opus instead of Sonnet for article enrichment?

Use Sonnet for bulk enrichment of most articles, and switch to Opus for high-value content like original-thinking pieces and longreads where verbatim quote accuracy matters most. Spot-check Sonnet output with a quality eval and upgrade if quotes are paraphrased.

Why are my enriched article quotes being paraphrased?

Paraphrased quotes usually mean the draft pass used a model that does not strictly follow the verbatim instruction. Quotes must be literal or they are not quotes; switch the batch to Opus, which respects the verbatim requirement more reliably.

Does article enrichment preserve the original raw text?

Yes, the raw source content is always wrapped in a collapsed details section so the original is never lost. Discarding the raw source is an explicit anti-pattern, and the needs_enrichment flag prevents non-idempotent re-enrichment.