Manage an Obsidian knowledge vault for cross-project learning, patterns, and session tracking
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Vault template + Claude Code plugin for managing cross-project knowledge with Obsidian.
.base views, dashboard, and Blue Topaz themegit clone <repo-url> my-knowledge-vault
Open the cloned directory as a vault in Obsidian. The Blue Topaz theme and core plugins are pre-configured.
From any Claude Code session:
/plugin install vault-manager@<owner>/obsidian-project-hub
From a project directory in Claude Code:
/vault-manager:vault-init
This will:
/vault-manager:vault-sync
Updates the vault with session notes, task status changes, and captured knowledge.
├── proyectos/ # One entry per connected project
├── conocimiento/
│ ├── patrones/ # Reusable patterns across projects
│ ├── decisiones/ # Architecture Decision Records (ADRs)
│ └── aprendizajes/ # Debugging insights, learnings
├── tareas/ # Tasks (.md) + dynamic views (.base)
│ └── epicas/ # Epics
├── exploraciones/ # Research and investigations
├── sesiones/ # Session logs
├── plantillas/ # 6 Obsidian templates
└── dashboard.md # Central navigation hub
| Command | Description |
|---|---|
/vault-manager:vault-init | Connect current project to the vault |
/vault-manager:vault-sync | Sync current session to the vault |
tags, date, and status[[wikilinks]].base files are dynamic views (Kanban, tables) — they filter existing notesSee CLAUDE.md for full conventions.
MIT
npx claudepluginhub karlosgliberal/obsidian-project-hub --plugin vault-managerPersistent Obsidian-based memory for coding agents. Automatically orients from a knowledge vault at session start, navigates project architecture via graph traversal, and writes discoveries back to the vault.
Bidirectional knowledge flow between Claude Code and Obsidian — 20 MCP tools, skills, and hooks for PKM
Second Brain automation for Obsidian vaults — entity management, ingestion, compression, and sync via Claude Code skills
Knowledge management for Obsidian vaults and structured markdown repositories
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
A self-developing knowledge management system for Claude Code. Bridges AI memory to an Obsidian vault with feature-organized spine notes, auto-capture skills, and color-coded graph visualization.