← スキル一覧に戻る

memory-bank
by cityfish91159
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: memory_bank description: Establishes a persistent "Long-Term Memory" file to prevent context amnesia across sessions. allowed-tools: Read, Edit, Write
Memory Bank Protocol
1. The Core Rule
"Read First, Write Last."
- Start of Task: You MUST read
MEMORY.md(at project root) to understand the project's current state, constraints, and architecture. - End of Task: You MUST update
MEMORY.mdif you have:- Added a new feature.
- Changed the architecture.
- Discovered a new bug or constraint.
2. File Structure Constraint
Your MEMORY.md updates must roughly follow this template to maintain readability:
## 1. Active Context
- **Goal**: [Current Objective]
- **Status**: [Progress]
## 2. Architecture & Tech Stack
- [Key tech decisions]
## 3. Known Issues & Technical Debt
- [List of things that are broken or hacky]
## 4. Operational Rules
- [Do's and Don'ts specific to this project]
3. Maintenance Triggers
- New Pattern: If you implement a new pattern (e.g., "All lists must be virtualized"), add it to
Operational Rules. - Bug Hunt: If you spend >10 mins debugging something, write the "Cause & Fix" in
Known Issuesso the next agent doesn't suffer. - Schema Change: If
api/changes, updateArchitecture.
4. Verification Checklist
- Did I read
MEMORY.mdat the start? - Did I verify if my plan conflicts with "Known Issues"?
- Did I update "Active Context" to reflect my completed work?
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です