wiki-update

Sync project knowledge into an Obsidian wiki under projects/ and global sections.

3.2k|320|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Ar9av/obsidian-wiki --skill wiki-update-ar9av
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-update
Source: https://github.com/Ar9av/obsidian-wiki/tree/main/.skills/wiki-update
Command: npx skills add https://github.com/Ar9av/obsidian-wiki --skill wiki-update-ar9av

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to push knowledge from the current project into the user's Obsidian wiki, helping teams and individuals capture decisions, patterns, and context across projects.

Core Features & Use Cases

  • Cross-project syncing from any project directory into the vault.
  • Reads the vault configuration and project manifest/index to determine what to sync and how.
  • Organizes distilled project context under projects/ and global wiki sections for easy review and onboarding.

Quick Start

Run the wiki-update skill from any project to push your latest work into the 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 my Obsidian vault?

To sync project knowledge to your Obsidian vault, run the wiki-update skill from your working directory. It reads local vault configurations and organizes distilled context under the projects/ and global wiki sections automatically.

What is the best way to organize distilled project context in Obsidian?

The best way to organize distilled project context in Obsidian is to use wiki-update, which structures synced project directories into dedicated projects/ folders and global wiki sections for easy review and onboarding.

Does wiki-update require a specific Obsidian config file to sync markdown?

Yes, syncing markdown requires a local config file at ~/.obsidian-wiki/config. The skill also relies on vault files like manifest.json and index.md to determine what to sync and how to update tracking and provenance.

Can I push knowledge from any project directory into a single Obsidian wiki?

Yes, you can push knowledge from any project directory into a single Obsidian wiki. The skill applies across any project directory by syncing from the working directory into the configured vault.

How does knowledge distillation work when syncing to an Obsidian vault?

Knowledge distillation during the Obsidian vault sync works by reading the project manifest and index. The skill pushes captured decisions, patterns, and context, updating tracking and provenance files to maintain accurate records.

What happens to existing markdown files when syncing project context to Obsidian?

When syncing project context to Obsidian, existing markdown files are updated based on vault manifest tracking. The skill reads the index.md and config to determine how to update tracking and provenance without duplicating content.