Instructions file CodexOpenCode
AGENTS.md instructions for owrede/vault-memory, a project described as: Local-first semantic memory MCP server for Obsidian vaults.
Instructions file CodexOpenCode
AGENTS.md instructions for owrede/vault-memory, a project described as: Local-first semantic memory MCP server for Obsidian vaults.
Instructions file
Claude Code instructions for owrede/vault-memory, covering project, using vault-memory as an agent (task contracts), constraints, technology stack and languages.
Plugin Claude Code
DEPRECATED — renamed to vmem. Install the vmem plugin from this same marketplace and use /vmem:install going forward. This plugin will be removed in 60 days.
Skill Claude CodeCodex
DEPRECATED — this skill has been renamed and split. Install the vmem plugin from the same marketplace, then use /vmem:install, /vmem:health, or /vmem:reindex. Use this skill only if the user explicitly invokes the old /install-vault-memory:install-vault-memory path; otherwise route them to /vmem:install.
Plugin Claude Code
Local-first agentic memory layer for Obsidian — install, diagnose, and reindex vault-memory from Claude Code via /vmem:install, /vmem:health, /vmem:reindex.
Skill Claude CodeCodex
Read-only health check for vault-memory. Probes the CLI binary, Ollama reachability, config validity, every registered vault DB's integrity, uncommitted WAL state, and the MCP smoketest. Produces a PASS/WARN/FAIL line per dimension. Use when the user says "/vmem:health", "is vault-memory working", "diagnose…
Skill Claude CodeCodex
List every /vmem verb with a one-line description. Use when the user says "/vmem:help", "what commands does vmem have", "vmem help", "vault-memory commands", or when discovering the surface for the first time.
Skill Claude CodeCodex
Complete, guided installer for vault-memory in an Obsidian vault. The agent asks two decisions up front — (1) which retrieval engine, Ollama-based vector index OR CPU-only ContextFit, and (2) install scope: the current vault, a specific path, or search the drive for vaults — then installs EVERY missing dependency for…
Skill Claude CodeCodex
Rebuild the vault-memory vector index for the current vault. Full re-index by default (rebuilds typed-edge graph + contract scaffold + chunks); pass --incremental for a fast incremental update that only re-embeds changed notes. Use when the user says "/vmem:reindex", "rebuild the index", "index this vault"…
Skill Claude CodeCodex
Onboard a new Obsidian vault to vault-memory end-to-end — registers it in /.vault-memory/config.toml, writes .mcp.json into the vault root, builds the initial index. Use when the user says "add this vault to vault-memory", "register a new vault", "this vault doesn't have memory yet", or "/add-vault". Idempotent — safe…
Skill Claude CodeCodex
Read-only Vault-Health-Audit. Aggregates vaultstats, scans broken wikilinks, detects tag-inconsistencies (case/separator drift), and surfaces frontmatter schema drift (same key with different value types). Produces a structured Markdown report inline. Pure read — never writes notes. Use when the user says…
Skill Claude CodeCodex
Turn a recurring search/knowledge-assembly need expressed in free language into an optimal, validated vault-memory task contract written to the vault's contracts/ directory. A contract is a saved, repeatable research recipe (gather the right notes, compile a brief into the memory sink) — this skill is the interactive…
Skill Claude CodeCodex
Find notes that look abandoned — older than 6 months AND with 0 backlinks. Produces a sortable table and walks through each candidate with per-note action choices (Archive / Update / Delete / Skip / Done — leave-as-is). Never auto-acts — every change requires explicit user OK. Use when the user says…
Skill Claude CodeCodex
Walks through recently created "inbox" notes (sparse frontmatter, few tags, short body, recent mtime) and helps the user file each one — move to a target folder, add tags, link to related notes, fill out frontmatter. Per-note confirm. Never moves/edits without explicit OK. Use when the user says "/triage-inbox"…
Skill Claude CodeCodex
Discover and run vault-memory task contracts on the user's behalf. A task contract is a saved, repeatable knowledge-assembly recipe (e.g. "meeting prep brief", "project status", "code review brief") that gathers the right notes and compiles a brief into the memory sink. Use this skill PROACTIVELY whenever the user…
Skill Claude CodeCodex
One-call installer for the vault-memory Obsidian plugin from GitHub Releases. Bypasses the Obsidian community plugin store for v2.0.0. Downloads the plugin tarball, verifies SHA-256 against the release's manifest.sha256, extracts atomically into /.obsidian/plugins/vault-memory/, sets [plugin] enabled = true in…
Skill Claude CodeCodex
Updates the installed vault-memory Obsidian plugin to the latest GitHub Release. Reads the installed manifest.json.version, queries GitHub Releases for the latest tag, and if newer downloads + verifies SHA-256 + replaces the plugin directory atomically. No-op when already on the latest version. Bypasses the Obsidian…
MCP server Claude CodeCodexCursor
Local-first semantic memory MCP server for Obsidian vaults. Runs locally from the @owrede/vault-memory npm package.