Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run a deterministic, read-only health check on an Obsidian wiki. Use for lint, vault health check, audit wiki health, find orphans, find dead links, frontmatter audit, provenance audit, or wiki audit. Reports graph, link, frontmatter, provenance-ledger, empty-section, and stale-index findings; it does not reason broadly or repair files.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -20% | 0% |
Use the portable lint engine as the source of truth. Lint observes vault state; it does not create reports, dashboards, canvases, stubs, or fixes.
Resolve the installed product root from this skill's own location, not from the vault or current working directory:
bashPRODUCT_ROOT=/absolute/path/to/installed/claude-obsidian CORE="$PRODUCT_ROOT/scripts/claude-obsidian.py" test -f "$CORE"
Resolve the user vault, then run one of:
bashpython3 "$CORE" lint --vault "$VAULT" python3 "$CORE" lint --vault "$VAULT" --format markdown
Use --strict only when a nonzero exit for findings is useful in automation. The command remains read-only either way.
The deterministic parser understands Obsidian wikilinks and embeds, Markdown links, aliases, heading and block fragments, escaped aliases, and code fences. It reports such categories as dead or ambiguous links, orphan pages, required frontmatter gaps (including title), empty sections, stale index entries, and source/claim ledger contract violations. Report only the checks and counts present in its output; do not claim that it performed semantic, stylistic, or prose-level contradiction analysis when it did not.
metadata quality, then maintainability.
path-qualified link; do not infer intent from the finding alone.
Do not write the Markdown rendering into the vault. Return it in chat or stdout.
Never auto-fix a lint result. After the user chooses specific findings to repair:
explicit consent.
Follow the operation transaction contract. Lint itself never applies that transaction and never commits Git.
Observe the deterministic report, think about root causes rather than finding count, verify proposed repairs against current hashes, and grow by improving the workflow that produced repeated findings.
Other measured skills in the registry, with their headline benchmark lift.