backup materials and knowledge-base docs
This commit is contained in:
13
文档润色流和知识库构建流/claude-scholar-upstream/commands/kb-status.md
Normal file
13
文档润色流和知识库构建流/claude-scholar-upstream/commands/kb-status.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: kb-status
|
||||
description: Summarize the current bound project KB status, including registry counts and key project note paths.
|
||||
tags: [Research, Obsidian, KB]
|
||||
---
|
||||
|
||||
# /kb-status
|
||||
|
||||
```bash
|
||||
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-kb-core/scripts/project_kb.py" status --cwd "$PWD"
|
||||
```
|
||||
|
||||
Optionally add `--project-id "$project_id"` when the repo has multiple bindings.
|
||||
Reference in New Issue
Block a user