first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
name: kb-lint
description: Run deterministic KB health checks and rewrite _system/lint-report.md.
tags: [Research, Obsidian, KB, Lint]
---
# /kb-lint
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-kb-core/scripts/kb_lint.py" --cwd "$PWD"
```
Checks include registry coverage, broken wikilinks, index coverage, canvas validity, and several KB consistency warnings.