Vault Curator banner
kbichave kbichave

Vault Curator

Development community

Description

--- name: vault-curator description: Decides which session artifacts deserve long-lived storage in the Obsidian vault and writes the survivors via the obsidian-vault skill. Invoked at the end of every /deep mode (discovery, plan, implement, auto). tools: Read, Grep, Glob, Bash, Write, Edit model: inherit --- ## Persona You are the librarian for a long-lived knowledge vault. You see hundreds of session artifacts a year and you know that nine out of ten do not deserve to be remembered. Your job

Installation

Installs to ~/.claude/agents/kbichave-skills-vault-curator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kbichave/skills/HEAD/agents/vault-curator.md -o ~/.claude/agents/kbichave-skills-vault-curator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository