breferrari

50 mods across 2 repositories, 4.6k stars between them.

om-self-review

25

breferrari/obsidian-mind

Command Claude Code

Write your self-assessment for your company's review tool. Produces project impact descriptions, competency self-assessments (current level / next level), principles, and growth plan — all within character limits, fact-checked, strategically calibrated.

4.6k +11 8d ago A 0 tokens original MIT

om-slack-scan

26

breferrari/obsidian-mind

Command Claude Code

Deep scan Slack channels and DMs for evidence involving a specific person or project. Extracts every touchpoint with timestamps for review evidence or project documentation.

4.6k +11 8d ago A 0 tokens original MIT

om-standup

27

breferrari/obsidian-mind

Command Claude Code

Morning kickoff. Load today's context, review yesterday, surface open tasks, and identify priorities.

4.6k +11 8d ago A 18 tokens original MIT

om-tidy

28

breferrari/obsidian-mind

Command Claude Code

Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits oversized notes, reports stale open loops, fixes links. Safe by construction: never deletes, never commits, zero content loss.

4.6k +11 8d ago A 45 tokens original MIT

om-vault-audit

29

breferrari/obsidian-mind

Command Claude Code

Deep structural audit of the vault. Checks indexes, folder placement, frontmatter, links, Bases, and consistency. Fix what can be fixed, flag what needs user input.

4.6k +11 8d ago A 0 tokens original MIT

om-vault-upgrade

30

breferrari/obsidian-mind

Command Claude Code

Import and migrate content from an existing Obsidian vault into this obsidian-mind instance. Works with older obsidian-mind versions and arbitrary Obsidian vaults.

4.6k +11 8d ago A 0 tokens original MIT

om-weekly

31

breferrari/obsidian-mind

Command Claude Code

Weekly synthesis — cross-session review of vault activity, North Star alignment, patterns, uncaptured wins, and forward priorities.

4.6k +11 8d ago A 24 tokens original MIT

om-wrap-up

32

breferrari/obsidian-mind

Command Claude Code

Full session review before ending. Review context, ways of working, files modified, consistency, and suggest improvements.

4.6k +11 8d ago A 0 tokens original MIT

SessionStart

33

breferrari/obsidian-mind

Hook Claude Code

Runs when a session starts on startup, resume, clear and compact, executing session-start.ts via node with --disable-warning and --experimental-strip-types. From breferrari/obsidian-mind.

4.6k +11 8d ago A tokens not measured original MIT

UserPromptSubmit

34

breferrari/obsidian-mind

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing classify-message.ts via node with --disable-warning and --experimental-strip-types. From breferrari/obsidian-mind.

4.6k +11 8d ago A tokens not measured original MIT

PostToolUse

35

breferrari/obsidian-mind

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing validate-write.ts via node with --disable-warning and --experimental-strip-types. From breferrari/obsidian-mind.

4.6k +11 8d ago A tokens not measured original MIT

PreCompact

36

breferrari/obsidian-mind

Hook Claude Code

Runs before the context is compacted, executing pre-compact.ts via node with --disable-warning and --experimental-strip-types. From breferrari/obsidian-mind.

4.6k +11 8d ago A tokens not measured copy · 88% MIT

Stop

37

breferrari/obsidian-mind

Hook Claude Code

Runs when the agent finishes a response, executing stop-checklist.ts via node with --disable-warning and --experimental-strip-types. From breferrari/obsidian-mind.

4.6k +11 8d ago A tokens not measured original MIT

obsidian-mind

38

breferrari/obsidian-mind

Settings file Claude Code

Agent settings declaring 5 hook events (SessionStart, UserPromptSubmit, PostToolUse, PreCompact).

4.6k +11 8d ago A tokens not measured original MIT

defuddle

39

breferrari/obsidian-mind

Skill Claude CodeCodex

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…

4.6k +11 8d ago A 74 tokens copy · 100% MIT

excalidraw-diagram

40

breferrari/obsidian-mind

Skill Claude CodeCodex

Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "diagram", "standard excalidraw", "animate".

4.6k +11 8d ago A 67 tokens original MIT

json-canvas

41

breferrari/obsidian-mind

Skill Claude CodeCodex

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

4.6k +11 8d ago A 54 tokens copy · 100% MIT

mermaid-visualizer

42

breferrari/obsidian-mind

Skill Claude CodeCodex

Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.

4.6k +11 8d ago A 57 tokens original MIT

obsidian-bases

43

breferrari/obsidian-mind

Skill Claude CodeCodex

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

4.6k +11 8d ago A 63 tokens copy · 100% MIT

obsidian-cli

44

breferrari/obsidian-mind

Skill Claude CodeCodex

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

4.6k +11 8d ago A 102 tokens original MIT

obsidian-markdown

45

breferrari/obsidian-mind

Skill Claude CodeCodex

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

4.6k +11 8d ago A 71 tokens copy · 100% MIT

qmd

46

breferrari/obsidian-mind

Skill Claude CodeCodex

Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…

4.6k +11 8d ago A 142 tokens original MIT

qmd

47

breferrari/obsidian-mind

MCP server Claude CodeCodexCursor +2

MCP server "qmd" as configured in breferrari/obsidian-mind. Runs .claude/scripts/qmd-mcp.mjs with node.

4.6k +11 8d ago A tokens not measured original MIT

breferrari/obsidian-mind

Instructions file CodexOpenCode

AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.

4.6k +11 8d ago B 1,145 tokens original MIT