wiki-ingest

Integrates new sources into wiki topic pages with cross-references and contradiction detection.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill wiki-ingest-hivgb1-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/hivgb1-ai/do-better-workspace-v2/tree/main/.claude/skills/wiki-ingest
Command: npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill wiki-ingest-hivgb1-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New information from meetings, articles, and conversations often gets lost or dumped into disconnected notes. This Skill turns each new source into compounding knowledge by merging it into existing wiki topic pages instead of creating scattered duplicates. ## Core Features & Use Cases - Source Analysis and Integration: Extracts key topics, insights, and evidence from a file, URL, or the current conversation, then enriches matching topic pages in the wiki. - Contradiction Detection: Flags conflicts between new evidence and existing claims with [!contradiction] markers instead of silently overwriting. - Cross-Reference Maintenance: Strengthens Related sections, infoboxes, facets, and the index so the wiki stays interconnected. - Use Case: After a meeting about a new marketing strategy, tell the assistant to update the wiki with the meeting notes; it will enrich the relevant topic pages, link them together, and log the ingest. ## Quick Start Update the wiki with the key insights from this meeting transcript.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I add new information to a markdown wiki without creating duplicate pages?

The skill searches the wiki index and greps existing topic pages for keyword matches before writing anything. Matching content is merged into existing pages as new evidence, and only genuinely unmatched topics get new files.

How does the wiki ingest skill handle conflicting information?

When new evidence contradicts an existing claim, the skill adds a [!contradiction] flag at the conflicting location with both positions and sources cited. It never deletes the original claim; the user makes the final judgment.

What input sources can be ingested into the wiki?

The skill accepts local file paths read directly, URLs fetched via WebFetch, and content from the current conversation session. It extracts key topics, insights, and supporting evidence from any of these source types.

What is the difference between supervised and batch ingest mode?

Supervised mode processes one source at a time and discusses key points with you before applying changes. Batch mode processes multiple sources at once with minimal supervision, suited for bulk imports.

When should I not use automated wiki ingestion?

Avoid it for trivial or one-off information with no reuse value, since the skill is designed to exit quietly when content lacks accumulation value. It is also less suitable when sources require domain verification before being trusted as evidence.