knowledge-sync

Synchronize the knowledge wiki by reading intel logs and regenerating index pages.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alextangson/AutoCrew --skill knowledge-sync-alextangson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: knowledge-sync
Source: https://github.com/alextangson/AutoCrew/tree/main/skills/knowledge-sync
Command: npx skills add https://github.com/alextangson/AutoCrew --skill knowledge-sync-alextangson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates syncing of newly ingested intel and references into the knowledge wiki, ensuring consistency and reducing manual rework.

Core Features & Use Cases

  • Incremental updates: only new items are merged into existing pages.
  • Clustering: groups new intel by entity or concept to create or update pages.
  • Cross-references and lint: maintains bidirectional links and quality checks.
  • Regeneration: rebuilds index and logs results after sync.

Quick Start

Run knowledge-sync after new intel is ingested to refresh the wiki.

Frequently Asked Questions about knowledge-sync

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

FAQPage Schema
How do I sync new intel and references into my knowledge wiki automatically?▼

Knowledge wiki synchronization works by reading the intel log and project references, clustering new items by entity or concept, creating or updating wiki pages, and enforcing bidirectional cross-references and lint checks.

What is incremental wiki synchronization and how does it update existing pages?▼

Incremental wiki synchronization merges only newly ingested items into existing pages, grouping them by concept to create or update content, which reduces manual rework and ensures consistency.

How do I maintain bidirectional cross-references and lint checks in a wiki?▼

Maintaining bidirectional cross-references and lint checks is handled automatically during the synchronization process by enforcing links between related pages and running quality checks across the wiki.

Do I need access to local data directories to run knowledge synchronization?▼

Yes, knowledge synchronization requires access to local ~/.autocrew data and the wiki index to update sources, created and updated timestamps, and related pages accordingly.

When should I run a wiki synchronization pipeline after ingesting new content?▼

You should run wiki synchronization immediately after new intel is ingested to refresh the wiki, regenerate indexes, and log sync results to keep everything organized.