iwiki-sync

Synchronize knowledge bidirectionally between AI Workspace and iWiki using .iwiki-sync.json mappings.

27|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ZhuoZhuoCrayon/ai-workspace --skill iwiki-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iwiki-sync
Source: https://github.com/ZhuoZhuoCrayon/ai-workspace/tree/main/.agents/skills/iwiki_sync
Command: npx skills add https://github.com/ZhuoZhuoCrayon/ai-workspace --skill iwiki-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronize knowledge between the AI Workspace and iWiki to ensure bidirectional, incremental alignment.

Core Features & Use Cases

  • Bidirectional synchronization between the AI Workspace knowledge and the iWiki personal space.
  • Incremental updates starting from knowledge/ folders to minimize full repo rewrites.
  • Safety and governance: reads local .iwiki-sync.json and loads MCP tool schemas before any operation to validate mappings and protect data integrity.

Quick Start

Invoke the iWiki sync process to align knowledge between AI Workspace and iWiki.

Frequently Asked Questions about iwiki-sync

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

FAQPage Schema
How do I sync knowledge between my AI workspace and iWiki?

To sync knowledge between an AI workspace and iWiki, invoke the bidirectional sync process which reads .iwiki-sync.json, validates mappings against iWiki MCP tool schemas, and applies incremental write-backs to ensure alignment without data loss.

What is bidirectional knowledge synchronization and how does it prevent data loss?

Bidirectional knowledge synchronization aligns content between AI workspace folders and iWiki personal spaces incrementally, preventing data loss by loading MCP tool schemas and validating .iwiki-sync.json mappings before applying any write-backs.

Does iWiki sync require a specific configuration file to map workspace folders?

Yes, iWiki sync requires a local .iwiki-sync.json configuration file to define mappings between workspace folders and iWiki personal spaces, loading MCP tool schemas to validate mappings and ensure data integrity before executing operations.

Can I update iWiki personal spaces without rewriting the entire repository?

Yes, you can update iWiki personal spaces without full repository rewrites using incremental synchronization, which targets specific knowledge/ folders and applies only necessary mapping updates and incremental write-backs to minimize changes.

What are the limitations of incremental knowledge sync for AI workspaces?

A key limitation of incremental knowledge sync is its strict dependency on valid .iwiki-sync.json mappings and successfully loaded MCP tool schemas; if validation fails, the synchronization process halts operations to prevent potential data loss.