wiki-update

Sync project knowledge into an Obsidian wiki using configured vault paths.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill wiki-update-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-update
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/wiki-update
Command: npx skills add https://github.com/zjykzk/blog --skill wiki-update-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distills and syncs knowledge from the current project into a centralized Obsidian wiki, enabling quick capture of decisions, learnings, and summaries for future reference.

Core Features & Use Cases

  • Cross-project knowledge capture: pull insights from any working directory into the wiki vault.
  • Config-driven syncing: respects OBSIDIAN_VAULT_PATH, OBSIDIAN_WIKI_REPO, and OBSIDIAN_LINK_FORMAT to generate correct internal links.
  • Delta-aware updates: reads manifest and index.md to determine changes since the last sync and avoids duplication.
  • Quick project onboarding: generates project overviews and links to concepts, skills, and references in the vault.

Quick Start

Run the wiki-update command to push current project notes into your Obsidian vault.

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?

To sync project knowledge to an Obsidian wiki, run the wiki-update command from your project directory to distill decisions and summaries directly into your configured vault.

What configuration is required to push notes to an Obsidian vault?

Pushing notes to an Obsidian vault requires configuring OBSIDIAN_VAULT_PATH, OBSIDIAN_WIKI_REPO, and OBSIDIAN_LINK_FORMAT to ensure correct internal link generation and repository targeting.

How does delta-aware syncing prevent duplicate entries in Obsidian?

Delta-aware syncing prevents duplicate entries in Obsidian by reading project manifest and index.md files to detect changes since the last sync, ensuring only new knowledge is pushed.

Can I capture insights from any working directory into a centralized knowledge base?

You can capture insights from any working directory into a centralized knowledge base by running the sync command, which automatically pulls project context to generate overviews and links.

Does the Obsidian sync process support custom link formats?

The Obsidian sync process supports custom link formats by reading the OBSIDIAN_LINK_FORMAT configuration, allowing you to generate correct internal links that match your specific vault structure.