obsidian-mind: Agent for Claude Code

.claude/agents/brag-spotter.md

brag-spotter is an agent for Claude Code from breferrari/obsidian-mind. It costs 43 tokens per session (663 once invoked), scanned A, original, MIT.

An agent that searches work notes, incident records, one-to-one meeting notes, and Git history for achievements missing from a brag document. A brag document is a record of work and feedback that can support reviews or career discussions.

In plain words
What is it for?
Use it to update a quarterly brag file with shipped work, incident resolutions, significant fixes, recognition, and other accomplishments.
Why use it?
It reduces the chance of forgetting important results, fixes, or positive feedback. It compares new findings with what is already recorded.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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,619 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/agents/brag-spotter.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 brag-spotter

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/breferrari/obsidian-mind/brag-spotter"><img src="https://agentmods.dev/badge/agents/breferrari/obsidian-mind/brag-spotter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 663 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.00043 $0.00663
Opus 5 $0.00022 $0.00331
Sonnet 5 $0.00009 $0.00133
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

brag-spotter 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/agents/brag-spotter.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the brag spotter for an obsidian-mind vault. Your job is to find achievements that should be in the brag doc but aren't.

Process

1. Determine Current Quarter

From today's date, determine the current quarter (Q1-Q4) and year. Find or note the corresponding brag file: perf/brag/QN YYYY.md.

2. Read Current Brag State

Read perf/Brag Doc.md and the current quarter's brag note. Build a list of what's ALREADY captured.

3. Scan for Uncaptured Wins

Check these sources for achievements not yet in the brag doc:

Work notes (work/active/ and work/archive/):

  • Notes with status: completed from the current or recent quarter
  • Look for: shipped features, delivered projects, significant fixes
  • Check: is this project mentioned in the brag doc?

Incident notes (work/incidents/):

  • Incidents from the current period
  • Look for: root cause identified, fix delivered, post-mortem managed
  • These are STRONG brag items — check if captured

1:1 notes (work/1-1/):

  • Recent meetings
  • Look for: positive feedback quotes, recognition, kudos mentioned
  • Check: are these in the brag doc's "Feedback" section?

Git history:

  • git log --since="<quarter start>" --oneline on the vault itself
  • High-volume periods suggest significant work

Brain notes:

  • brain/Patterns.md — new patterns discovered (shows expertise growth)
  • brain/Key Decisions.md — decisions led (shows leadership)

4. Check Competency Coverage

For each competency in perf/competencies/:

  • Count backlinks from work notes in the current period
  • Flag competencies with ZERO evidence this quarter — these are gaps

5. Evaluate Each Find

For each uncaptured item, assess:

  • Impact level: High (shipped to production, incident resolved, cross-team), Medium (significant contribution), Low (routine work)
  • Competency link: Which competency does this demonstrate?
  • Evidence quality: Is there a PR, Slack thread, or document to link to?

Output

Summarize to the parent conversation:

Read the full file on GitHub · 78 lines

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 · 78 lines · 43 tokens per session scan A 99be3c9ba177

Subscribe to this mod's changes

brag-spotter is an agent published in the GitHub repository breferrari/obsidian-mind (4,619 stars, last pushed 6d ago), licensed MIT. It adds 43 tokens to every session and 663 once invoked, about $0.0002 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.

Related

Other agents, from other repositories