obsidian-sync

Synchronize session summaries, iterations, learnings, and patterns into an Obsidian Wiki.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/dynamic-dome/agentic-os --skill obsidian-sync-dynamic-dome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-sync
Source: https://github.com/dynamic-dome/agentic-os/tree/main/skills/obsidian-sync
Command: npx skills add https://github.com/dynamic-dome/agentic-os --skill obsidian-sync-dynamic-dome

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the synchronization of session results from .agent-memory/ into the Obsidian Wiki, reducing manual effort and ensuring that project knowledge is effectively documented and accessible.

Core Features & Use Cases

  • Session Results Sync: Automatically syncs session summaries, iterations, learnings, and patterns to the Obsidian Wiki.
  • Conditional Syncing: Syncs only substantial sessions with >= 2 iterations or meaningful learnings.
  • Wiki Integration: Integrates with existing Obsidian Wiki setup, leveraging the CLAUDE.md file for configuration.

Quick Start

Run the /agentic-os:sync-to-wiki command to sync current session results to the Obsidian Wiki.

Frequently Asked Questions about obsidian-sync

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

FAQPage Schema
How do I sync project session data from agent memory to an Obsidian Wiki?

To sync project session data, configure `wiki_root` and `sync_enabled` in `.agent-memory/config.json` and run the `/agentic-os:sync-to-wiki` command to synchronize session summaries, iterations, learnings, and patterns into your Obsidian Wiki.

What session results are synced to Obsidian Wiki?

Obsidian Wiki sync includes session summaries, iterations, learnings, and patterns. Syncing is conditional and only processes substantial project sessions that have at least 2 iterations or meaningful learnings based on confidence thresholds.

Do I need a CLAUDE.md file to synchronize session results to an Obsidian Wiki?

Yes, a valid `CLAUDE.md` file must exist in the Obsidian Wiki directory to configure the session synchronization. You also need to set `wiki_root` and `sync_enabled` within your `.agent-memory/config.json` file.

Why does my Obsidian Wiki sync only include some project documentation sessions?

Obsidian Wiki sync only processes substantial project documentation sessions. Sessions must meet specific confidence thresholds, containing at least 2 iterations or meaningful learnings, to be synchronized from `.agent-memory/`.

Can I automate knowledge management synchronization between agent memory and Obsidian?

Yes, you can automate knowledge management synchronization by configuring `sync_enabled` in `.agent-memory/config.json`. This automatically maintains project session summaries, iterations, learnings, and patterns in a centralized Obsidian Wiki location.

When should I avoid using automated session synchronization for project documentation?

Avoid automated session synchronization for project documentation when sessions lack substantial iterations or meaningful learnings. The sync mechanism relies on confidence thresholds to filter out minor sessions, ensuring only significant knowledge is pushed to the Obsidian Wiki.