obsidian-mind: Command for Claude Code

.claude/commands/om-standup.md

om-standup is a command for Claude Code from breferrari/obsidian-mind. It costs 18 tokens per session (357 once invoked), scanned A, original, MIT.

A morning stand-up command for an Obsidian workspace, a folder of linked notes and tasks. It gathers recent work, active projects, pending tasks, stale follow-ups, daily notes, and unprocessed meeting items.

In plain words
What is it for?
Use it at the start of the day to review yesterday's work, read daily notes, inspect tasks, check active projects, and identify priorities and open loops.
Why use it?
It turns scattered notes and unfinished items into a concise plan for the day. It also highlights follow-ups that may otherwise be forgotten.

Command for Claude Code

Written for Claude Code: SessionStart hook event.

This is breferrari/obsidian-mind's own configuration. It tells Claude Code how to work on obsidian-mind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidian-mind configures →

Part of the obsidian plugin — 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server shipped together

About the project

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.

breferrari/obsidian-mind · 4,615 stars · on GitHub

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/breferrari/obsidian-mind/main/.claude/commands/om-standup.md
Clone the repo
git clone --depth 1 https://github.com/breferrari/obsidian-mind

Made for: Claude Code.

Or install obsidian, the plugin that ships this one along with the rest of its 8 skills, 20 commands, 10 agents, 5 hooks, 1 MCP server.

Wrote 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.

agentmods badge for om-standup

README.md
[![agentmods](https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-standup/github.svg)](https://agentmods.dev/commands/breferrari/obsidian-mind/om-standup)
Your own site
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-standup"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-standup/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.

agentmods 80×15 button for om-standup

Your own site · 80×15
<a href="https://agentmods.dev/commands/breferrari/obsidian-mind/om-standup"><img src="https://agentmods.dev/badge/commands/breferrari/obsidian-mind/om-standup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.00357
Opus 5 $0.00009 $0.00179
Sonnet 5 $0.00004 $0.00071
Haiku 4.5 $0.00002 $0.00036

Measured 9d ago against content hash efdb670a316b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

om-standup 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.

.claude/commands/om-standup.md · 25 lines

What it actually says

Run the morning standup.

Start from the SessionStart injection — do NOT re-read what it already carries. The hook has already injected: the North Star excerpt, active work, recent git changes, open tasks, hygiene flags (incl. open loops), and the file listing. Re-reading Home.md, brain/North Star.md, or re-running git log doubles the token cost for zero new information.

Gather only what the injection does NOT have:

  1. Read yesterday's and today's daily notes if they exist: obsidian daily:read
  2. List Obsidian-tracked tasks: obsidian tasks daily todo (the injected Open Tasks section covers checkbox tasks in active notes and the vault root — this adds daily-note tasks)
  3. Read work/Index.md ONLY if the injected active-work list needs status detail the summary will actually use
  4. Check for unprocessed inbox items (work/meetings/ raw exports — the hygiene flags name them when they age)

Present a structured standup summary:

  • Yesterday: What got done (from the injected Recent Changes + daily note)
  • Active Work: Current projects in work/active/ with their status
  • Open Tasks: Pending items
  • Open Loops: stale follow-ups from the injected hygiene flags — anything to chase today?
  • North Star Alignment: How active work maps to current goals
  • Suggested Focus: What to prioritize today based on goals + open items — act on injected hygiene flags here

Keep it concise. This is a quick orientation, not a deep dive.

Changes

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.

  1. 9d ago First seen · 25 lines · 18 tokens per session scan A efdb670a316b

Subscribe to this mod's changes

om-standup is a command published in the GitHub repository breferrari/obsidian-mind (4,615 stars, last pushed 6d ago), licensed MIT. It adds 18 tokens to every session and 357 once invoked, about $0.0001 per session on Opus 5. 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.