From obsidian-kb
Check knowledge base vault consistency — finds orphan notes and oversized articles. Use whenever the user says 'check KB health', 'audit the vault', or invokes /kb-health. Also triggers for 'are there any KB issues', 'vault consistency', or 'find orphan notes'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-kb:kb-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run consistency checks on the Obsidian knowledge base vault and report issues.
Run consistency checks on the Obsidian knowledge base vault and report issues.
python3 <skill-dir>/scripts/health-check.py
This outputs a JSON report with two arrays:
orphans — note slugs not linked from any other noteoversized — {file, lines} entries for notes exceeding 250 linesFor each issue category, propose fixes to the user:
kb-search to find related notes and suggest where to add linksOnly act on fixes the user approves.
npx claudepluginhub szch79/agent-marketplace --plugin obsidian-kbCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.