From obsidian-forge
Obsidian vault diagnostics — runs `of doctor` and reports vault status, AI connectivity, inbox state, and git health. Trigger: vault health check, diagnose vault, vault status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-forge:vault-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `of doctor` to diagnose the current vault's health.
Run of doctor to diagnose the current vault's health.
--vault <name>.vault.toml), omit the flag (auto-detect).of vault list first to show registered vaults.of doctor --vault <name>
Skip the AI connectivity test if the user only wants structural checks:
of doctor --vault <name> --no-ping
Parse the output. Report in Korean:
Based on findings:
inbox-process skillgraph-strengthen skillvault-sync skillvault-fix skill| Excuse | Rebuttal | What to do instead |
|---|---|---|
| "I know the vault state already" | Vault state changes between sessions | Run of doctor every time |
| "AI provider is definitely fine" | Config drift, key rotation happen | Check actual output, don't assume |
| "Everything looks fine" | No evidence = not checked | Show concrete metrics from command output |
of doctorNo evidence = not done.
of doctor fails entirely → vault may not be registered or vault.toml is missing~/.obsidian-forge/.env for API keysof init repairnpx claudepluginhub epicsagas/plugins --plugin obsidian-forgeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.