obsidianos_work: Skill for Claude Code

.agents/skills/vault-health/SKILL.md

vault-health is a skill for Claude Code, Codex from benoror/obsidianos_work. It costs 42 tokens per session (1,129 once invoked), scanned A, original, MIT.

A checker for an Obsidian notes vault, which is a folder of linked Markdown notes. It finds broken links, notes with no incoming or outgoing links, and synchronization conflicts.

In plain words
What is it for?
Use it to audit unresolved wikilinks, orphaned notes, dead-end notes, and Obsidian Sync conflicts, then review possible fixes.
Why use it?
It exposes structural problems that accumulate as a vault grows. You can focus on one problem type or optionally create placeholder person notes for unresolved links.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is benoror/obsidianos_work's own configuration. It tells Claude Code and Codex how to work on obsidianos_work 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 obsidianos_work configures →

Reuse

Borrowing it

Nothing to install: this file belongs to benoror/obsidianos_work. 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/benoror/obsidianos_work/main/.agents/skills/vault-health/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/benoror/obsidianos_work

Made for: Claude Code, Codex.

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 vault-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/benoror/obsidianos_work/vault-health/github.svg)](https://agentmods.dev/skills/benoror/obsidianos_work/vault-health)
Your own site
<a href="https://agentmods.dev/skills/benoror/obsidianos_work/vault-health"><img src="https://agentmods.dev/badge/skills/benoror/obsidianos_work/vault-health/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 vault-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/benoror/obsidianos_work/vault-health"><img src="https://agentmods.dev/badge/skills/benoror/obsidianos_work/vault-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,129 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00042 $0.01129
Opus 5 $0.00021 $0.00564
Sonnet 5 $0.00008 $0.00226
Haiku 4.5 $0.00004 $0.00113

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

Security

Grade A, and why

vault-health 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 11d 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.

.agents/skills/vault-health/SKILL.md · 102 lines

How it starts

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

Vault Health

Usage

  • /vault-health — Run all checks, present a triage report.
  • /vault-health unresolved — Only show unresolved [[wikilinks]].
  • /vault-health orphans — Only show notes with no incoming links.
  • /vault-health deadends — Only show notes with no outgoing links.
  • /vault-health sync — Only check Obsidian sync conflicts.
  • /vault-health --fix-people — For unresolved [[@*]] links, prompt to create Teams/People/@Name.md stubs in batch (delegates to /people-stubs).

Why this skill exists

The vault grows over time and accumulates structural debt:

  • Dead [[@Jane Doe]] links because the person file was never created.
  • Notes orphaned in subfolders, never linked from any project/team page.
  • Sync conflicts when two devices edit the same file simultaneously.

This skill surfaces all of that in one pass.

Workflow

Step 1: Run all checks (or the subset requested)

Check Command What it returns
Unresolved links obsidian unresolved format=json All [[link]] pointers with no target file.
Orphans obsidian orphans format=json Files no other file links to.
Deadends obsidian deadends format=json Files with no outgoing links.
Sync conflicts obsidian sync:status format=json Files with unresolved sync versions.

Run only the requested subset; full sweep when no argument is given.

Step 2: Categorize and present

Group findings by type and severity:

## Unresolved wikilinks (12)

People-flavored ([[@*]]) — likely missing People files:
| # | Link | Referenced in (count) |
|---|------|----------------------|
| 1 | [[@Jane Doe]] | 6 meetings |
| 2 | [[@John Smith]] | 3 meetings |

Other unresolved:
| # | Link | Referenced in |
|---|------|---------------|
| 3 | [[+SomeNewTeam]] | 1 meeting |

## Orphan notes (4)
| # | Path | Created | Reason it might matter |
|---|------|---------|------------------------|
| 1 | Meetings/Engineering/Old Notes.md | 2026-01-12 | Probably needs to link to a project page |

## Deadend notes (8)
...

## Sync conflicts (0)
✓ All synced.

Read the full file on GitHub · 102 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. 11d ago First seen · 102 lines · 42 tokens per session scan A 0d99a9a5a080

Subscribe to this mod's changes

vault-health is a skill published in the GitHub repository benoror/obsidianos_work (165 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 1,129 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 skills, from other repositories

general

Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember something, or requests skill search and…

0xranx/golembot · 61 tokens

kb-guide

Search, read, create, and update knowledge base entries via MCP-connected KB tools. Use when the user asks to look up documentation, find existing articles, check if docs exist on a topic, create a new KB entry, update an existing document, or when domain questions should be answered from the knowledge base first.

0xranx/golembot · 66 tokens

project-memory-keeper

Analyzes the last session to log progress, extract lessons learned, and save them to the project memory instructions.

GulajavaMinistudio/awesome-copilot-id · 27 tokens

remember

Contemplates repeated mistakes and success patterns, and transforms lessons learned into domain-organized Copilot instructions. Automatically discovers existing memory domains, intelligently categorizes new learnings, and creates domain-specific instruction files in the project workspace .github/instructions/ folder.…

GulajavaMinistudio/awesome-copilot-id · 88 tokens

memory-manager

Standardized workflow for discovering, reading, writing, and compacting the project's memory file (memory.instructions.md) to persist context across AI chat sessions, with a permanent Knowledge Base for cross-session decisions and lessons learned.

GulajavaMinistudio/awesome-copilot-id · 46 tokens

supamem

Project-agnostic dual-memory tooling — semantic + structural memory for AI coding agents.

dzmitrys-dev/supamem · 20 tokens