wiki-ingest

Solid

Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.

AI & Automation 484 stars 102 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 frontmatter `updated` date and `source_count` 3. **If page doesn't exist** — create a new page in `memory/wiki/` with proper frontmatter, content, and source citations 4. **Update cross-references** — add `[[wikilinks]]` in both directions between related pages ### Step 4: Write a source summary page Create `memory/wiki/sources/<source-name>.md` with: - One-paragraph summary - Key claims extracted - Entities mentioned (with wikilinks to their pages) - Date ingested ### Step 5: Update index and log 1. Update `memory/wiki/index.md` — add/update entries for all pages touched 2. Update `knowledge/index.yaml` — ensure ...

Details

Author
open-gitagent
Repository
open-gitagent/gitagent
Created
3 months ago
Last Updated
4 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

wiki-ingest

Ingest sources (articles, PDFs, videos, notes) into a persistent interlinked knowledge wiki. Creates source notes, entity pages, concept pages, and updates navigation. Based on the STOW (Source → Think → Organize → Write) pattern.

107 Updated 3 days ago
Mark393295827
AI & Automation Listed

agent-wiki-ingest

Process a source into the wiki. Use when the user gives you a URL, pasted text, or file path to ingest. Saves to raw/, compiles into wiki pages, cross-links, and flags contradictions. Can enrich with parallel web research when sources mention new topics.

0 Updated today
armed-substantialness820
AI & Automation Solid

knowledge-wiki

Manage the personal knowledge wiki. Use when the user shares articles, documents, or asks to organize knowledge; when a conversation produces insights worth preserving as structured knowledge; or when the user asks about the knowledge base.

44,972 Updated today
zhayujie
AI & Automation Listed

vaultweaver

Build and maintain a persistent knowledge base — a compounding vault of interlinked markdown files. TRIGGER when: user adds sources to raw/ (articles, papers, notes, images), pastes content to ingest, says 'add to wiki' or 'ingest this', asks synthesis questions ('what do we know about X', 'compare A and B', 'summarize research on Y'), requests health checks ('lint the wiki', 'find gaps'), or runs /wiki commands. Also triggers when raw/ has unprocessed files. DO NOT TRIGGER when: user asks about project source code or architecture, wants simple file operations, or asks general questions unrelated to a knowledge base.

1 Updated today
chadmuch4846
AI & Automation Solid

wiki-query

Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.

484 Updated 4 days ago
open-gitagent