← スキル一覧に戻る

save-memory
by ZipperBagCoffee
memory-keeper-plugin
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: save-memory description: Manually save current session memory to files
Save Memory
Force immediate save of session memory.
Usage
/memory-keeper:save-memory
Actions
- Save to memory.md:
printf '\n## %s\n%s\n' "$(date +%Y-%m-%d_%H%M)" "[Summary of current session progress]" >> ".claude/memory/memory.md"
- Create session file:
cat > ".claude/memory/sessions/$(date +%Y-%m-%d_%H%M).md" << 'ENDSESSION'
# Session TIMESTAMP
## Summary
[What has been accomplished so far]
## Decisions
- [type] Decision: Reason
- files: affected files
- concepts: relevant concepts
## Patterns
- [type] Pattern observed
- concepts: tags
## Issues
- [type] Issue: open|resolved
- files: affected files
ENDSESSION
Notes
- Uses same format as auto-save
- Does NOT reset counter (auto-save will still trigger normally)
- Use when you want to checkpoint progress mid-session
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です