wiki-ingest

Ingest raw wiki sources into wiki/ and generate structured summaries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jluckyiv/rivcomocktrial --skill wiki-ingest-jluckyiv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/jluckyiv/rivcomocktrial/tree/main/.claude/skills/wiki-ingest
Command: npx skills add https://github.com/jluckyiv/rivcomocktrial --skill wiki-ingest-jluckyiv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest a new or updated raw source into wiki/ — creates a summary page, updates concept and entity pages, refreshes index.md, and appends to log.md. Use when a file is added or modified under wiki/raw/, or when the user says "ingest [source]". Per the LLM-wiki schema in wiki/CLAUDE.md.

Core Features & Use Cases

  • Create a summary page for the ingested source under wiki/summaries/, and update related wiki pages.
  • Update concept pages and entity pages touched by the source with new citations and data.
  • Refresh wiki/index.md and append to wiki/log.md to maintain an accurate knowledge base.
  • Support bulk first-time ingest by iterating over multiple files rather than a separate bulk workflow.

Quick Start

Ingest a source located under wiki/raw/ to generate a summary and update related wiki pages.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I automatically ingest raw sources into a wiki knowledge base?▼

Automatically ingesting raw sources into a wiki generates structured summary pages, updates related concept and entity pages with new citations, and refreshes the index and logs. This automation operates strictly within the wiki/raw/ directory structure to process single-file or bulk inputs.

Does wiki ingestion update concept and entity pages automatically when new sources are added?▼

Yes, wiki ingestion automatically updates concept and entity pages touched by the new source. When a file is added or modified under wiki/raw/, the ingestion process extracts relevant data and citations to refresh related pages, ensuring the knowledge base stays current.

What is the best way to handle bulk first-time wiki ingests for multiple raw files?▼

The best way to handle bulk first-time wiki ingests is through iterative processing over multiple files. Rather than relying on a separate bulk workflow, the ingestion mechanism iterates over each file in wiki/raw/, generating summaries and updating wiki/index.md and wiki/log.md sequentially.

Can I use this wiki ingestion process without a predefined CLAUDE.md schema?▼

No, this wiki ingestion process strictly relies on a predefined CLAUDE.md schema to structure outputs. The schema dictates how summary pages are written to wiki/summaries/ and how logs are appended to wiki/log.md, ensuring consistent knowledge management formatting across all ingested sources.

Why does my wiki ingestion only process files located under wiki/raw/?▼

Wiki ingestion only processes files under wiki/raw/ as a strict operational boundary to maintain knowledge base integrity. This directory restriction ensures the ingestion process safely reads raw sources and only writes updates to designated wiki/ pages, preventing unauthorized modifications to external files.

When do I need to trigger a wiki source ingestion workflow?▼

You need to trigger a wiki source ingestion workflow whenever a file is added or modified under wiki/raw/, or when explicitly requesting to ingest a specific source. This workflow then generates the structured summary and automatically updates all related wiki pages to reflect the new information.