Agent Skill
2/7/2026

memory-updater

Update and maintain Memory Bank files (activeContext, progress, decisionLog). LOAD THIS SKILL WHEN: Task completed | session ending | User says "記錄進度", "更新 memory" | before git commit | context needs saving. FILES: activeContext.md (current focus), progress.md (done/doing/next), decisionLog.md (decisions).

U
u9401066
0GitHub Stars
1Views
npx skills add u9401066/copilot-capability-manager

SKILL.md

Namememory-updater
DescriptionUpdate and maintain Memory Bank files (activeContext, progress, decisionLog). LOAD THIS SKILL WHEN: Task completed | session ending | User says "記錄進度", "更新 memory" | before git commit | context needs saving. FILES: activeContext.md (current focus), progress.md (done/doing/next), decisionLog.md (decisions).

name: memory-updater description: | Update and maintain Memory Bank files (activeContext, progress, decisionLog). LOAD THIS SKILL WHEN: Task completed | session ending | User says "記錄進度", "更新 memory" | before git commit | context needs saving. FILES: activeContext.md (current focus), progress.md (done/doing/next), decisionLog.md (decisions).

Memory Bank 更新技能

描述

維護和更新專案的 Memory Bank 記憶系統。

觸發條件

  • 「更新 memory bank」
  • 「記錄進度」
  • 「更新上下文」
  • 工作階段結束時

更新的檔案

activeContext.md

當前工作焦點,包含:

  • 正在處理的任務
  • 相關檔案
  • 待解決問題

progress.md

進度追蹤:

  • Done: 已完成項目
  • Doing: 進行中
  • Next: 下一步

decisionLog.md

重要決策記錄:

  • 決策內容
  • 原因/理由
  • 日期

更新原則

  1. 增量更新:只新增/修改相關內容
  2. 保持簡潔:避免冗餘描述
  3. 時間標記:重要項目加上日期
  4. 關聯性:標記相關檔案和決策
Skills Info
Original Name:memory-updaterAuthor:u9401066