wiki-update

Push project knowledge into an Obsidian wiki with delta-aware updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Michael1Peng/watson --skill wiki-update-michael1peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-update
Source: https://github.com/Michael1Peng/watson/tree/main/.agents/skills/wiki-update
Command: npx skills add https://github.com/Michael1Peng/watson --skill wiki-update-michael1peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distilling knowledge from the active project into a centralized Obsidian wiki to reduce context-switching and ensure notes stay up-to-date.

Core Features & Use Cases

  • Cross-project knowledge syncing: push decisions, architecture, and learnings from the current project into the wiki.
  • Delta-aware updates: only reflects changes since the last sync based on the wiki's manifest.
  • Reference-aware distillation: reads config and vault index to avoid duplicates and preserve structure.

Quick Start

Run the wiki-update skill from the current project to sync its knowledge into your Obsidian wiki.

Frequently Asked Questions about wiki-update

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

FAQPage Schema
How do I sync project knowledge to an Obsidian wiki automatically?

Obsidian wiki syncing works by reading your project directory and local vault manifest, then writing new pages with architecture decisions and learnings. It compares against the last synced state to ensure only delta updates are pushed.

Does wiki syncing overwrite existing Obsidian vault pages?

No, wiki syncing is delta-aware and reference-driven. It reads the vault index and manifest to compare against the last synced state, avoiding duplicates and preserving your existing structure while only reflecting changes since the last sync.

Can I push architecture decisions from any project folder to Obsidian?

Yes, you can push architecture decisions from any project folder. The skill operates across any project directory to extract patterns and learnings, writing them as new pages under the projects/<project-name>/ path in your vault.

What is the best way to keep Obsidian vault notes updated with project learnings?

The best way to keep Obsidian vault notes updated is using a delta-aware sync process. This skill reads the wiki manifest to identify changes since your last sync and distills new project knowledge into concise wiki pages for future reference.

Do I need to manually organize synced project files in my Obsidian vault?

No, you do not need to manually organize synced project files. The skill automatically writes new pages under a structured projects/<project-name>/ directory, preserving your vault structure by reading the existing configuration and vault index.