Auto-discovered marketplace from karlosgliberal/obsidian-project-hub
npx claudepluginhub karlosgliberal/obsidian-project-hubManage an Obsidian knowledge vault for cross-project learning, patterns, and session tracking
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