Claude loses context between sessions. Memory Bank creates structured documentation that preserves project knowledge, decisions, and progress so you never lose your place.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「memory-bank」を使用しています。 Start a new memory bank for my React e-commerce project
期待される結果:
- Created memory-bank/projectbrief.md - Please provide: project description, core requirements, main goals
- Created memory-bank/productContext.md - Please describe the problem and your solution
- Created memory-bank/techContext.md - Stack, setup, dependencies
- Created memory-bank/systemPatterns.md - Architecture and patterns
- Created memory-bank/activeContext.md - Current focus
- Created memory-bank/progress.md - Tracking status
「memory-bank」を使用しています。 Update memory bank. I fixed the login bug and added user profile settings.
期待される結果:
- Updated activeContext.md - Added completed task: login bug fix, added in-progress: user profile settings
- Updated progress.md - Marked login bug as completed, added user profile settings to in-progress
「memory-bank」を使用しています。 What is the current state of the project?
期待される結果:
- Project: React e-commerce application
- Current focus: User profile settings implementation
- Recent: Fixed login bug, completed user authentication module
- Next: Complete user profile settings, then work on checkout flow
- Status: 3 of 8 features completed, 2 in progress
セキュリティ監査
安全Pure prompt-based documentation skill. Contains only markdown templates and instruction prompts. No executable code, file I/O operations, network calls, or system command execution. All static findings are false positives from scanner misinterpreting documentation patterns.
リスク要因
🌐 ネットワークアクセス (1)
⚙️ 外部コマンド (19)
品質スコア
作れるもの
Resume interrupted work
Pick up exactly where you left off in complex projects across sessions without re-explaining context.
Document architectural decisions
Record why technical decisions were made so future team members understand the reasoning.
Knowledge transfer
Share complete project context with new team members or between different AI assistants.
これらのプロンプトを試す
Start a new memory bank for this project.
Update memory bank. I completed the user authentication module.
What is the current state of the project from the memory bank?
Update memory bank with all changes from this session.
ベストプラクティス
- Keep files scannable with clear headers and bullet points
- Update activeContext.md and progress.md at the end of every session
- Include just enough context to resume work without overwhelming detail
回避
- Treating Memory Bank as a to-do list instead of context documentation
- Letting documentation drift from actual implementation state
- Including implementation details that belong in code comments instead