wiki-sync

Synchronize a semantic wiki from a documentation directory with incremental updates.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/atmo-network/deos --skill wiki-sync-atmo-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-sync
Source: https://github.com/atmo-network/deos/tree/main/.agents/skills/wiki-sync
Command: npx skills add https://github.com/atmo-network/deos --skill wiki-sync-atmo-network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the synchronization and maintenance of a wiki from a documentation directory, saving time and ensuring consistency.

Core Features & Use Cases

  • Semantic Compilation: Compiles a wiki from human-authored documentation, optimizing for both agent reasoning and human onboarding.
  • Incremental Sync: Automatically updates the wiki when documentation changes, reducing manual effort.
  • Full Rebuild: Provides a full rebuild option to ensure the wiki remains up-to-date with the latest documentation.
  • Provenance Awareness: Maintains a clear record of where information in the wiki originates from the documentation.
  • Locale Support: Supports multiple locales, ensuring the wiki is accessible to a global audience.

Quick Start

Run the 'wiki-sync sync' command to update the wiki with changes from the documentation directory.

Frequently Asked Questions about wiki-sync

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

FAQPage Schema
How do I automatically sync a wiki from my documentation directory?

You can automatically sync a wiki from a documentation directory by running the 'wiki-sync sync' command, which incrementally updates the wiki structure whenever your documentation changes.

What is semantic wiki compilation and how does it optimize documentation?

Semantic wiki compilation transforms human-authored documentation into a structured wiki, optimizing the content for both agent reasoning and human onboarding while maintaining provenance awareness of source files.

Do I need Python to maintain a wiki from existing documentation?

Yes, you need Python installed to process and maintain the wiki structure, as the Skill relies on Python scripts to compile and synchronize documentation into the semantic wiki.

Can I rebuild a wiki from scratch when documentation changes significantly?

Yes, you can perform a full rebuild to ensure the wiki remains completely up-to-date with the latest documentation, which is useful when incremental syncs are insufficient for major changes.

Does wiki maintenance support multiple locales for global documentation?

Yes, the wiki synchronization process supports multiple locales, ensuring your compiled documentation wiki remains accessible and accurate for a global audience across different languages.

When should I use incremental sync versus a full rebuild for documentation maintenance?

Use incremental sync for routine documentation updates to reduce manual effort, and trigger a full rebuild when you need to ensure the entire wiki matches the latest documentation state without missing structural changes.