← Back to list

mem-status
by Z-M-Huang
Claude code knowledge base using obsidian
⭐ 8🍴 2📅 Jan 24, 2026
SKILL.md
name: mem-status description: Show memory system status and tracked projects. Use to check memory system health and list projects. version: 1.0.4 allowed-tools:
- mcp__obsidian-mem__mem_project_context
- mcp__obsidian-mem__mem_list_projects
- Bash
Memory Status Skill
Display memory system information and tracked projects.
When to Use
- See if the memory system is working
- List all tracked projects
- Get context for a specific project
Usage
/mem-status
/mem-status projects
Workflow
-
List Projects Use
mem_list_projectstool -
Get Project Context If a project is specified, use
mem_project_context -
Check Config
cat ~/.cc-obsidian-mem/config.json
Output Format
## Memory System Status
### Projects in Memory
1. project-a (last active: 1 day ago)
2. project-b (last active: 3 days ago)
3. my-project (current)
### Quick Stats
- Total Notes: 156
- Errors Documented: 23
- Decisions Recorded: 15
- Knowledge Items: 45
Troubleshooting
If no data is being captured:
- Verify hooks are installed: check
/plugin list - Check config:
cat ~/.cc-obsidian-mem/config.json - Ensure vault path is correct and writable
- Check background log:
cat /tmp/cc-obsidian-mem-background.log
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon