skillfed

wiki-ingest

Wiki Ingest automates the process of reading source documents and weaving their content into your wiki. It identifies key entities, claims, and relationships, then creates or updates wiki pages while maintaining bidirectional cross-references and a source index. Each ingest operation is logged for full traceability.

Wiki Ingest processes source documents and integrates their knowledge into your wiki, updating existing pages and creating new ones as needed.

AI-generated summary based on this skill's SKILL.md

2,903 343 MIT updated by open-gitagent

Install

open-gitagent/opengap/wiki-ingest · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/open-gitagent/opengap
cp -r opengap/examples/llm-wiki/skills/wiki-ingest ~/.claude/skills/wiki-ingest

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I ingest documents into wiki with Wiki Ingest?

Wiki Ingest automates the process of reading source documents and weaving their content into your wiki. You provide raw source material—PDFs, text files, or web content—and Wiki Ingest identifies key entities, claims, and relationships, then creates or updates wiki pages while maintaining bidirectional cross-references and a source index for full traceability.

What happens when I add a source to my knowledge base?

Wiki Ingest extracts entities and relationships from your new source, then automatically creates or updates relevant wiki pages. The skill maintains a source index tracking where each piece of information originated, establishes cross-references between related pages, and logs the entire ingestion operation so you can audit what changed and why.

Can Wiki Ingest batch ingest multiple documents at once?

Yes. Wiki Ingest supports batch ingestion workflows, allowing you to process multiple documents in a single operation. The skill handles document processing, entity extraction, and wiki page creation or updates across all sources, then consolidates the results with unified cross-referencing and provenance tracking.

How does Wiki Ingest organize and catalog knowledge sources?

Wiki Ingest organizes sources with metadata tagging and maintains a searchable catalog within your knowledge base. Each source is indexed with its ingestion date, content summary, and extracted entities. This metadata layer lets you filter, search, and manage your sources while Wiki Ingest tracks all cross-references and maintains source provenance automatically.

Does Wiki Ingest automate wiki updates from new sources?

Yes. Wiki Ingest automates wiki page creation and updates whenever new sources are added to your knowledge base. The skill detects relevant existing pages, merges new information while preserving prior content, updates cross-references, and logs all changes. This eliminates manual wiki maintenance and keeps your knowledge base current with minimal effort.

How does Wiki Ingest maintain wiki cross-references?

Wiki Ingest establishes and maintains bidirectional cross-references between related wiki pages as it processes sources. When entities or relationships appear across multiple documents, the skill links them together and updates those links if source material changes. A source index tracks provenance, so you always know which document supports each claim or connection.

SKILL.md

rendered from the published skill — quoted content, verbatim

Wiki Ingest

Process a new source document and integrate its knowledge into the wiki.

Workflow

Step 1: Read the source

Read the full source document from knowledge/. Identify: - Key entities (people, organizations, concepts, technologies) - Main claims and findings - Relationships between entities - Data points and statistics - Contradictions with or confirmations of existing knowledge

Step 2: Discuss with the user

Before writing, share a brief summary of key takeaways. Ask: - What aspects to emphasize? - Any entities or concepts to prioritize? - Should this update existing pages or create new ones?

Step 3: Update the wiki

For each significant entity or concept found in the source:

  1. Check if a wiki page exists — read memory/wiki/index.md
  2. If page exists — read it, integrate new information, update the "Sources" section, update

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
examples/llm-wiki/skills/wiki-ingest/SKILL.md

Related skills

Tags

knowledge-extraction document-processing wiki-automation source-cataloging entity-linking cross-reference-management information-integration content-ingestion knowledge-graph-building source-tracking