Obsidian Vault Manager
Description
A Claude Code skill that turns your Obsidian vault into a project tracking system with dashboards, weekly reviews, and uniform project notes.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Obsidian Vault Manager
A Claude Code skill that turns your Obsidian vault into a project tracking system. It maintains a dashboard, tracks status across projects, flags stale work, and generates weekly reviews — all through natural language.
What it does
| You say | It does |
|---|---|
| "update my vault" | Reads all projects, asks what changed, updates your dashboard and project notes |
| "weekly review" | Summarizes the week, identifies blockers, asks for next week's priorities |
| "what am I working on" | Shows your current project status and suggests what to focus on |
| "new project about X" | Creates a project folder, note from template, and adds it to the dashboard |
On first run, it walks you through a setup: discovers your vault structure, asks how you organize projects, creates a dashboard and templates, then adapts to your workflow.
Requirements
- Claude Code
- Obsidian with the Local REST API plugin installed and running
- The Obsidian MCP server connected to Claude Code
Connecting Obsidian to Claude Code
- Install the Local REST API community plugin in Obsidian
- Enable it and note the API key from its settings
- Add the Obsidian MCP server to your Claude Code config:
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "obsidian-mcp"],
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
}
}
}
Installation
Option A: Clone the repo
git clone https://github.com/hugosantanna/obsidian-vault-manager.git ~/.claude/skills/obsidian-vault-manager
Option B: Manual
Copy `SKILL.md` to `~/.claude/skills/obsidian-vault-manager/SKILL.md`.
How it works
Setup (first run)
The first time you say "update my vault", the skill:
- Scans your vault to understand its structure
- Asks you to define pr
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11