raja-patnaik/obsidian-agent
69 stars · Last commit 2026-04-03
A complete system for managing Obsidian vaults with Claude Code and Cowork. Designed for two vaults (work and personal) with consistent structure, frontmatter schemas, agent skills, automation hooks, and migration tooling.
README preview
# Obsidian + Claude System A complete system for managing Obsidian vaults with Claude Code and Cowork. Designed for two vaults (work and personal) with consistent structure, frontmatter schemas, agent skills, automation hooks, and migration tooling. ## What's Included ``` obsidian-claude-system/ ├── skills/ │ └── obsidian-vault-manager/ │ ├── SKILL.md # Claude Code skill definition │ ├── references/ │ │ ├── frontmatter-schemas.md # Complete YAML schema for all note types │ │ └── templates.md # Note body templates │ └── scripts/ │ ├── vault-health-check.sh # Vault health audit script │ └── process-inbox.py # Auto-sort inbox notes ├── hooks/ │ ├── hook-configs.json # Claude Code hook configuration (incl. QMD Stop hook) │ ├── update-modified.py # Auto-update modified timestamps