memory-bridge

Browse and diff Obsidian wiki knowledge by the AI tool that produced it.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill memory-bridge-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-bridge
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/memory-bridge
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill memory-bridge-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When multiple AI tools (Claude, Codex, Hermes, Copilot, and others) contribute to a shared Obsidian wiki, their knowledge becomes siloed and it is hard to see which tool knows what. This Skill reads the vault's .manifest.json provenance metadata to let you browse, search, and compare knowledge by source tool, surfacing blind spots between tools. ## Core Features & Use Cases - Browse by Source Tool: List all wiki pages created or updated by a specific tool, grouped by category with tags and update dates. - Cross-Tool Diff: Compute pages unique to each tool, shared pages, and notable asymmetries to reveal knowledge gaps between AI assistants. - Origin Matrix Map: Render a page-by-tool matrix showing which tools contributed to each page, sorted by cross-tool richness. - Use Case: Run a diff between codex and claude to discover that codex has 12 pages on build tooling that claude has never touched, then decide which sessions to sync. ## Quick Start Ask the AI to run /memory-bridge diff to compare what each of your AI tools knows and surface the gaps between them.

Frequently Asked Questions about memory-bridge

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

FAQPage Schema
How do I see what knowledge a specific AI tool added to my Obsidian wiki?

Invoke the skill with a tool name, such as /memory-bridge codex, to list all wiki pages sourced from that tool. Pages are grouped by category with tags and last-updated dates read from frontmatter.

How to compare knowledge between two AI tools in a shared wiki?

Use diff mode with two tool names, for example /memory-bridge diff claude codex. The skill computes pages unique to each tool and their shared pages, then highlights the most notable asymmetries between them.

Which AI tools does memory-bridge recognize as knowledge sources?

Recognized tools are claude, codex, hermes, openclaw, copilot, pi, manual for hand-written pages, and ingest for wiki-ingest documents. Each maps from specific source_type values recorded in the vault's .manifest.json file.

What happens if the Obsidian vault has no .manifest.json file?

The skill reports clearly that the manifest is empty or missing and suggests running /wiki-history-ingest first. The manifest is the source of truth for provenance, so browsing and diff modes cannot work without it.

Does browsing wiki knowledge read the full content of every page?

No. Browse mode only greps frontmatter fields like title, category, tags, and updated, and search mode greps section headers around matches. Full page bodies are read only when the user explicitly asks.