article-enrichment

Convert unstructured article dumps into structured brain pages with summaries, quotes, and cross-links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raw article dumps in the brain are unstructured, hard to search, and difficult to reference in decision-making. This skill converts those dumps into structured brain pages with an executive summary, verbatim quotes, key insights, a why-it-matters section, and See Also cross-links, while preserving the original text in a details block for provenance.

Core Features & Use Cases

  • Create executive summaries, verbatim quotes, key insights, and cross-links for ingested articles.
  • Preserve raw source in a collapsible details block to maintain provenance while giving users a clean, actionable page.
  • Use Case: Researchers and knowledge workers can quickly reference quotes, summarize arguments, and connect related brain pages.

Quick Start

Transform the raw article content at media/articles/<slug> into a structured brain page with an executive summary, quotes, insights, why-it-matters, See Also links, and preserve the original text in a details block.

Frequently Asked Questions about article-enrichment

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

FAQPage Schema
How do I structure raw article text dumps into organized knowledge pages?

To structure raw article text dumps into organized knowledge pages, you can apply post-ingest processing that generates a consistent layout featuring executive summaries, key insights, and quotable quotes. This transformation creates searchable, actionable brain pages.

What is the best way to extract executive summaries and quotes from saved articles?

The best way to extract executive summaries and verbatim quotes from saved articles is to use an enrichment process that parses unstructured text. It automatically identifies key arguments and insights, outputting them into dedicated sections for quick reference.

Can I preserve the original source text when converting articles into structured summaries?

Yes, you can preserve the original source text when converting articles into structured summaries by collapsing the raw content into a details block. This maintains provenance and traceability while keeping the main page layout clean and readable.

How do I add See Also cross-links to connect related articles in my knowledge base?

To add See Also cross-links to connect related articles, you can use an enrichment skill that analyzes article context and automatically generates cross-references. This supports backlinks and ensures newly ingested articles are properly interconnected.

Does structuring unstructured articles require frontmatter metadata?

Yes, structuring unstructured articles into consistent brain pages requires frontmatter metadata to properly categorize and process the content. Without this prerequisite metadata, the post-ingest processing cannot generate the tailored sections and cross-links.