wiki-enrich

Fill TODO placeholder sections in research-wiki paper pages with concise prose from external sources.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Mang30/myskills --skill wiki-enrich-mang30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-enrich
Source: https://github.com/Mang30/myskills/tree/main/skills/wiki-enrich
Command: npx skills add https://github.com/Mang30/myskills --skill wiki-enrich-mang30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turns scaffolded research-wiki paper pages with TODO placeholders into filled wiki sections by pulling paper context from external sources and writing concise summaries into the designated fields.

Core Features & Use Cases

  • Fill paper TODO sections: Populates Problem/Gap, Method, Key Results, Limitations, Reusable Ingredients, and more while keeping protected sections untouched.
  • Batch and targeted enrichment: Enriches either a single paper by slug, all papers, or only those still marked as missing TODOs, with a per-run cap.
  • Source-fallback fetching with provenance: Uses a prioritized fetch chain (alphaxiv overview/abs, deepxiv brief, arXiv API abstract, then page abstract fallback) and logs which source succeeded.

Quick Start

Run wiki-enrich to fill TODO sections for all not-yet-enriched papers: /wiki-enrich missing --max 20.

Frequently Asked Questions about wiki-enrich

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

FAQPage Schema
How do I auto-fill research wiki paper pages with arxiv source summaries?

To auto-fill research wiki paper pages, the skill reads existing scaffolded pages with TODO placeholders, fetches concise prose from external arxiv sources, and writes summaries into designated sections while keeping protected frontmatter untouched.

Can I batch enrich missing TODO sections in my research knowledge base?

Yes, you can batch enrich missing TODO sections in your research knowledge base by running a missing target command with a per-run cap, processing only papers that still require enrichment based on TODO markers.

What is the best way to populate research wiki sections from arxiv, alphaxiv, and deepxiv?

The best way to populate research wiki sections is using a prioritized source-fallback fetching chain that queries alphaxiv, deepxiv, and arXiv API abstracts sequentially, logging which source successfully provided the text for provenance.

Does wiki enrichment modify original abstracts and frontmatter when filling TODO placeholders?

Wiki enrichment does not modify original abstracts or protected frontmatter; it strictly writes only allowed sections like Problem, Method, and Key Results while preserving the original Connections and Abstract sections.

How do I force overwrite previously enriched wiki paper sections?

You can force overwrite previously enriched wiki paper sections by passing a force overwrite parameter in the batch automation command, replacing existing summaries with newly fetched source text while maintaining per-paper provenance logging.

Why are my research wiki TODO sections not filling after literature ingestion?

Research wiki TODO sections may not fill if the prerequisite scaffolded page structure is missing, no TODO markers are detected, or the external source-fallback fetching chain fails to retrieve abstracts from arxiv and alphaxiv sources.