← Back to list

memorybank-read
by artsmc
Custom agents and commands for Claude Code - specialized development workflows
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: memorybank-read description: Quick overview of Memory Bank state. Validates structure, reads all 6 files in hierarchical order, and presents formatted summary with staleness warnings.
Memory Bank: Read
Quick overview of current Memory Bank state.
Helper Scripts Available:
scripts/validate_memorybank.py- Structure validationscripts/detect_stale.py- Staleness check
Workflow
1. Validate
python scripts/validate_memorybank.py /path/to/project
2. Check Staleness
python scripts/detect_stale.py /path/to/project
3. Read Files in Order
Read following the hierarchy:
- projectbrief.md → Foundation
- productContext.md → Product vision
- techContext.md → Technical setup
- systemPatterns.md → Architecture
- activeContext.md → Current work
- progress.md → Status
4. Present Summary
Memory Bank Summary
===================
Status: ✓ Valid (or ⚠ Issues detected)
## Project Brief
- Purpose: [Brief description]
- Key Objectives: [List]
## Product Context
- User Problems: [Summary]
- Key Features: [List]
## Technical Context
- Stack: [Technologies]
- Key Dependencies: [List]
## System Patterns
- Architecture: [Overview]
- Key Decisions: [List]
## Active Context (Updated: YYYY-MM-DD)
- Current Focus: [What's being worked on]
- Blockers: [Issues]
- Next Steps: [Actions]
## Progress
- What's Working: [Successes]
- What's Left: [Remaining work]
- Status: [Overall state]
## Health Check
- Validation: ✓ Passed
- Staleness: [Score]
- Warnings: [Count]
See scripts/README.md for complete documentation.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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