wiki-merge

Merge overlapping wiki articles, rewrite internal wikilinks, and delete redundant content.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/flonat-research --skill wiki-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-merge
Source: https://github.com/flonat/flonat-research/tree/main/skills/wiki-merge
Command: npx skills add https://github.com/flonat/flonat-research --skill wiki-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill merges wiki content from overlapping clusters, preserving provenance and rewriting references, ensuring a clean and consolidated knowledge base.

Core Features & Use Cases

  • Cluster Merge: Identify and merge overlapping wiki content.
  • Provenance Preservation: Keep track of merged content sources.
  • Reference Rewriting: Automate the rewriting of internal wikilinks.
  • Content Deletion: Delete redundant content to streamline the knowledge base.
  • Use Case: When two or more wiki articles cover the same topic, use this Skill to merge them into a single, comprehensive article.

Quick Start

Merge the content of the articles at 'goodharts-law.md' with those at 'goodhart-taxonomy.md' and 'goodhart-resistance.md' using the command 'wiki-merge goodharts-law goodhart-taxonomy goodhart-resistance'.

Frequently Asked Questions about wiki-merge

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

FAQPage Schema
How do I merge overlapping wiki articles in a markdown knowledge base?

To merge overlapping wiki articles, run the wiki-merge command with the target article names. It consolidates markdown content, rewrites internal wikilinks, and deletes redundant files to maintain a clean knowledge base.

What happens to internal wikilinks when merging wiki content from overlapping clusters?

When merging wiki content, the Skill automatically rewrites internal wikilinks to point to the consolidated article. This ensures your markdown knowledge base maintains accurate cross-references after redundant files are deleted.

Can I preserve provenance when combining multiple markdown articles into one?

Yes, you can preserve provenance when combining markdown articles. The wiki content merge process tracks merged content sources, ensuring you maintain a record of where the consolidated information originated.

Do I need scripts to merge duplicate markdown files in my wiki?

Yes, you need scripts to merge duplicate markdown files because the process requires manipulating the file system and markdown content directly to delete redundant files and append to a denylist.

Why does merged wiki content get added to a denylist?

Merged wiki content gets added to a denylist to prevent re-promotion of the redundant articles. This ensures your knowledge base remains streamlined and stops duplicate content from re-entering the active wiki clusters.

What is the best way to consolidate overlapping wiki clusters?

The best way to consolidate overlapping wiki clusters is using an automated merge tool that rewrites wikilinks, deletes redundant content, and appends sources to a denylist, ensuring a clean markdown knowledge base without manual editing.