From worktree-manager-obsidian-bridge
Use when working from a workspace root that is backed by a Vault or Obsidian wiki and you need to restore local runtime files, rebuild a `.vault/` linked-docs layer, match the workspace through a registry, or ingest durable knowledge back into the right workspace wiki pages after meaningful work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worktree-manager-obsidian-bridge:workspace-vault-maintainerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill maintains a two-way workflow between a local workspace runtime and a Vault-backed workspace wiki.
This skill maintains a two-way workflow between a local workspace runtime and a Vault-backed workspace wiki.
Use it for two related jobs:
restore: rebuild or repair the local workspace runtime from the Vault-backed definitioningest: update the workspace wiki after new durable knowledge appears during workThis skill is designed to support both Codex and Claude Code. Keep the shared workspace model consistent, and treat tool-specific plugin behavior as an implementation detail.
Use this skill when one or more of these are true:
AGENTS.md, CLAUDE.md, .ai/*, or .vault/.vault/ linked-docs layerrestore or ingestPrefer declared state over guesswork:
.ai/desired-state.json.ai/restore.md.vault/index.md, log.md, ingest.mdUse restore when the local runtime is missing, stale, or incomplete.
Restore checklist:
AGENTS.mdCLAUDE.md.ai/restore.md.ai/desired-state.json.ai/bootstrap-prompt.md.ai/local-overrides.example.json.vault/ linked-docs layerFull restore should normally create or repair .vault/. If .vault/ is not restored, call that out as incomplete unless the user explicitly asked for a lightweight setup.
For detailed restore rules, read references/restore-workflow.md.
Use ingest when the work produced durable knowledge that future sessions should remember.
Typical ingest triggers:
Ingest checklist:
index.md, log.md, and ingest.mdlog.mdFor detailed ingest rules, read references/ingest-workflow.md.
The shared workspace model should stay the same across both tools:
.vault/ linked-docs layerTool-specific differences:
For the structured state model, read references/registry-schema.md.
npx claudepluginhub guoyongchang/worktree-manager-obsidian-bridge --plugin worktree-manager-memory-hookManages Obsidian vault as developer knowledge base: create/search/update notes with standard frontmatter, organize by projects/technologies/Claude Code, auto-capture commits/tasks/components.
Initializes any folder as a Bedrock-powered Obsidian vault by creating entity directories, copying templates, configuring language/domain taxonomy, scaffolding example entities, and checking dependencies. Use for 'bedrock setup' or new vault bootstrapping.
Runs nightly vault maintenance: fixes broken wiki-links, detects orphan pages, syncs directory indexes, and flags stale GitHub issue tasks.