wiki-ingest

Ingest a source paper and regenerate affected concept articles in the wiki.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kaneyxx/paper-wiki --skill wiki-ingest-kaneyxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/kaneyxx/paper-wiki/tree/main/skills/wiki-ingest
Command: npx skills add https://github.com/kaneyxx/paper-wiki --skill wiki-ingest-kaneyxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests a new source into the wiki and regenerates affected concept articles, ensuring updated synthesis and consistent citations across the knowledge graph.

Core Features & Use Cases

  • Enumerates concepts referencing the new source and triggers targeted re-synthesis.
  • Writes back updated prose to the Markdown wiki backend, folding new citations where needed.
  • Supports analyze/digest workflows and user-driven ingestion to keep the wiki current for research teams.

Quick Start

Run /paper-wiki:wiki-ingest <canonical-id> to fold the new source into the wiki.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I ingest a new research paper into a markdown wiki?

You can ingest a research paper into a markdown wiki by invoking the wiki-ingest command with the source canonical-id, which reads affected concepts and regenerates their content with updated citations.

What is wiki synthesis and how does it update concept articles?

Wiki synthesis updates concept articles by enumerating concepts referencing a new source, triggering re-synthesis, and writing updated prose back to the markdown wiki backend while preserving citations.

Can I automatically refresh wiki concepts when a new source paper is added?

Yes, wiki concepts refresh automatically when a fresh source lands in the Wiki/sources directory or when the wiki-ingest command is manually invoked, triggering targeted re-synthesis of affected articles.

Does the markdown wiki backend preserve source citations during paper ingestion?

Yes, the markdown wiki backend preserves source citations during paper ingestion, folding new citations where needed and maintaining accurate last synthesized dates for affected concept articles.

What is the best way to keep a research wiki current for a research team?

The best way to keep a research wiki current is using the wiki-ingest workflow to analyze and digest new source papers, regenerating affected concept articles to ensure consistent synthesis across the knowledge graph.