Skip to content

saltasaurus/vault-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

vault-tools

Personal Claude Code plugin marketplace. Houses the vault-workflow plugin — the Obsidian vault automation suite that used to live as loose personal skills in ~/.claude/skills/.

Plugin: vault-workflow

Skill Command What it does
reflect /vault-workflow:reflect End-of-session devlog + gated learnings/backlog/decisions writes
capture /vault-workflow:capture Friction-free stray-thought capture to 000-Inbox/
concept /vault-workflow:concept Freeze an explained concept into 300-Research/Concepts/
promote /vault-workflow:promote Extract a reusable pattern into 200-Engineering/
inbox-review /vault-workflow:inbox-review Triage the inbox queue

Prerequisites (per machine)

These skills write to an Obsidian vault on local disk. Each machine needs:

  1. An Obsidian vault at the path declared in ~/.claude/CLAUDE.md under ## Obsidian Vault → Root: (e.g. ~/ObsidianVault/vault/). The skills resolve $VAULT from that line — move the vault, change it in one place.
  2. The project table in ~/.claude/CLAUDE.md (## Active Projects) so reflect can map cwd → project/domain.
  3. The domain skills (godot-shadow-steel, pytorch-training, …) present in ~/.claude/skills/, since reflect appends to their learnings.md.

Install on a new machine

/plugin marketplace add <your-github-username>/vault-tools
/plugin install vault-workflow@vault-tools

Then replicate the prerequisites above.

Develop / edit

Iterate against the working tree without reinstalling:

claude --plugin-dir ./plugins/vault-workflow
# inside the session: /vault-workflow:reflect, etc.

Commit + push when stable; on other machines /plugin update vault-workflow.

Layout

vault-tools/
├── .claude-plugin/marketplace.json
└── plugins/vault-workflow/
    ├── .claude-plugin/plugin.json
    └── skills/{reflect,capture,concept,promote,inbox-review}/SKILL.md

About

Personal Claude Code plugin marketplace - Obsidian vault automation (reflect, capture, concept, promote, inbox-review)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors