Obsidian Mind is an Obsidian vault that stores notes, links, indexes, and other accumulated context so AI coding agents can retain memory across sessions. It is designed for Claude Code and also supports Codex CLI and Gemini CLI through shared hooks, commands, and vault data. Its catalogue add-ons package the vault’s commands, agents, skills, hooks, instructions, settings, plugin, and MCP integration.
Borrowing it
Nothing to install: this file belongs to breferrari/obsidian-mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-wrap-up.mdgit clone --depth 1 https://github.com/breferrari/obsidian-mindWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/breferrari/obsidian-mind/om-wrap-up)<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-wrap-up"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-wrap-up/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-wrap-up"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-wrap-up.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00837 |
| Opus 5 | $0.00000 | $0.00418 |
| Sonnet 5 | $0.00000 | $0.00167 |
| Haiku 4.5 | $0.00000 | $0.00084 |
Grade A, and why
om-wrap-up scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wrap Up
Full session review before ending. Review context, ways of working, files modified, consistency, and suggest improvements.
Usage
/om-wrap-up
Triggered when the user says "wrap up", "let's wrap", "wrapping up", or similar. Claude should invoke this automatically.
Subagent
brag-spotter— run at the end to find uncaptured wins and competency gaps from the session
Workflow
1. Review What Was Done
Scan the conversation for:
- Notes created or modified (list them all with paths)
- People notes created or updated
- Indexes updated
- Brag doc entries added
- Brain notes updated (Patterns, Gotchas, Key Decisions, Memories)
2. Verify Note Quality
For each note created or modified this session:
- Frontmatter complete? (
date,quarter,description,tags, type-specific fields) - At least one wikilink to another note?
- In the correct folder? (
work/active/vswork/archive/vswork/incidents/etc.) - Description accurate and ~150 chars?
- Status field correct?
3. Check Index Consistency
work/Index.md— are new notes linked? Are completed projects in the right section?brain/Memories.md— does Recent Context reflect what happened this session?- Auto-memory index — if brain/ notes were added or their descriptions changed, REGENERATE the index instead of hand-editing it:
node --experimental-strip-types .claude/scripts/generate-memory-index.ts > <your ~/.claude/projects/<slug>/memory/MEMORY.md path>. MEMORY.md is a derived view (pointers only); hand edits get overwritten by design. org/People & Context.md— any new people or relationship changes to capture?perf/Brag Doc.md— any wins or achievements from this session?Home.md— are embedded Bases still valid?
4. Check for Orphans
- Any new notes not linked from at least one other note?
- Any new people not added to People & Context?
- Any thinking notes that should be promoted or deleted?
5. Archive Check
- Are there notes in
work/active/that should be moved towork/archive/YYYY/? - Any status fields still
activethat should becompleted?
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 89 lines · 0 tokens per session scan A 9c9957f11c7b
om-wrap-up is a command published in the GitHub repository breferrari/obsidian-mind (4,615 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 837 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
session-stop
Stop recording and save this agent session to the project ledger.
pdf-to-wiki
A workflow for sending a large PDF from Google Drive to NotebookLM, Google's document-analysis tool, and saving the resulting notes as Obsidian markdown files. It passes the file link rather than reading the PDF directly.
sol
Run a one-shot task on the routed Codex model (gpt-5.6-sol by default) and relay its answer.
setup
Configure Vault PKM plugin — set vault path, API keys, and verify setup.
setup-mcp-claude-code
Build and register the Contorium MCP server for Claude Code or Cursor Agent.
refresh-context
Re-snapshot Core Context.md from (optional) mothership system files + key personal essays. Run when mothership files change, when new essays signal philosophy shift, or when snapshot is older than 30 days.