wiki-sync

Synchronizes GitHub wiki content by cloning, diffing, generating, and pushing pages.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill wiki-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-sync
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/github-repo-manager/skills/wiki-sync
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill wiki-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-manager, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of synchronizing your GitHub repository's documentation with its wiki, ensuring your public-facing help resources are always up-to-date.

Core Features & Use Cases

  • Automated Wiki Updates: Clones the wiki, generates content from repository files (like README and docs/), diffs changes, and pushes updates.
  • Content Generation: Creates essential wiki pages like Home.md, _Sidebar.md, and _Footer.md, and can auto-generate content from code.
  • Use Case: After updating your project's README or adding new API documentation, this Skill can automatically reflect those changes in your GitHub wiki, providing users with the latest information without manual effort.

Quick Start

Use the wiki-sync skill to synchronize the repository's documentation with its GitHub wiki.

Frequently Asked Questions about wiki-sync

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

FAQPage Schema
How do I sync my GitHub repository documentation with my GitHub wiki?

To sync GitHub repository documentation with a GitHub wiki, this Skill clones the wiki, generates content from repository files, diffs changes, and pushes updates automatically. It ensures public-facing help resources stay current without manual effort.

Can I automatically generate GitHub wiki pages from source code?

Yes, you can automatically generate GitHub wiki pages from source code. This Skill performs code analysis to generate content, creating essential pages like Home.md, _Sidebar.md, and _Footer.md directly from repository files and code structure.

Do I need a CLI tool to automate GitHub wiki content management?

Yes, you need the gh-manager CLI for Git operations to automate GitHub wiki content management. This Skill depends on gh-manager to handle cloning, pushing, and other Git workflows required for synchronizing wiki pages.

What is the best way to handle orphan pages when updating a GitHub wiki?

The best way to handle orphan pages when updating a GitHub wiki is using an automated workflow that manages orphan page cleanup during content transformation. This Skill identifies and manages orphaned pages while diffing and pushing wiki updates.

Does wiki synchronization support review workflows for content changes?

Yes, wiki synchronization supports tier-specific review workflows for content changes. After generating and diffing wiki pages, the Skill provides review workflows to validate content transformations before pushing updates to the GitHub repository wiki.