article-enrichment

Transform unstructured article dumps into structured pages with summaries and quotes.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill article-enrichment-gyf0311
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-enrichment
Source: https://github.com/GYF0311/lorekit/tree/main/brain/skills/article-enrichment
Command: npx skills add https://github.com/GYF0311/lorekit --skill article-enrichment-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of having wall-of-text article dumps in your brain that are hard to reuse, cite, and act on.

Core Features & Use Cases

  • Executive summary creation: produces a concise 2–3 sentence takeaway so the page is immediately skimmable.
  • Verbatim, quotable structure: extracts 3–5 literal quotes plus key insights, avoiding paraphrased “quotes.”
  • Why-it-matters grounding + cross-references: connects the content to your specific brain context and adds appropriate markdown links so related pages become navigable.

Quick Start

Enrich the article in my brain by rewriting it into a structured page with an executive summary, verbatim quotes, key insights, a grounded why-it-matters section, and standard markdown links.

Frequently Asked Questions about article-enrichment

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

FAQPage Schema
How do I turn a wall of text into a structured markdown knowledge base page?

To turn a wall of text into a structured markdown knowledge base page, use an article enrichment workflow that processes raw dumps to generate executive summaries, verbatim quotes, and grounded context. This ensures your content is immediately skimmable and reusable.

How do I extract verbatim quotes from raw article dumps?

To extract verbatim quotes from raw article dumps, the enrichment process identifies and pulls 3 to 5 literal sentences directly from the source text. This avoids paraphrased quotes and preserves the original wording inside a structured markdown format.

Can I add cross-references and why-it-matters context to existing knowledge base pages?

You can add cross-references and why-it-matters context to existing pages by applying an enrichment process that connects new content to your specific brain context. It automatically generates appropriate markdown links so related pages become navigable.

What is the best way to ensure idempotent processing when enriching unstructured articles?

The best way to ensure idempotent processing when enriching articles is to use a needs-enrichment flag. This mechanism prevents duplicate processing of already structured pages and preserves the raw source text inside a collapsible details block.

Does the article enrichment workflow require manual markdown formatting for executive summaries?

The article enrichment workflow does not require manual markdown formatting for executive summaries. It automatically produces a concise 2 to 3 sentence takeaway, ensuring the knowledge base page is immediately skimmable without manual intervention.