用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill memorize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | memorize |
| description | Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md |
| allowed-tools | ["Read","Write","Edit","Glob"] |
One command to update all memory files and Brief.md. Replaces manually asking "update your memory."
/memorize # Save current agent's memory + update Brief.md
/memorize <agent> # Save a specific agent's memory
planner, builder, checker, brainstorm, gal, legal, gitdude, fetcher, orca
When invoked, perform these steps IN ORDER for the target agent:
Determine the agent's Memory_Logs path:
AgenTeam/Planner/Memory_Logs/AgenTeam/Builder/Memory_Logs/AgenTeam/Checker/Memory_Logs/AgenTeam/BrainStorm/Memory_Logs/AgenTeam/Gal/Memory_Logs/AgenTeam/Legal/Memory_Logs/AgenTeam/GitDude/Memory_Logs/Library/Fetcher/Memory_Logs/AgenTeam/Orca/Memory_Logs/If no agent specified, use the current agent (the one active in this session).
Read these files to understand what needs updating:
Memory_Logs/Checkpoint.md — current task statusMemory_Logs/Lessons.md — existing lessonsMemory_Logs/Preferences.md — existing preferencesMemory_Logs/Sessions/ — recent session contextDashboard/Brief.md — current project stateCreate or append to Memory_Logs/Sessions/Session_[YYYY-MM-DD].md:
# Session — [YYYY-MM-DD]
**Agent:** [Agent Name]
**Task:** [Brief description of what was worked on]
---
## What Happened
- [Key actions taken]
- [Decisions made]
- [Files created/modified]
## Outcome
[Result of the work]
---
IMPORTANT: If a session file for today already exists, APPEND to it — never overwrite.
READ first, then APPEND if something was learned this session:
## [YYYY-MM-DD] - [Brief title]
- **Context:** [what happened]
- **Lesson:** [what to remember]
- **Apply when:** [future trigger]
If nothing new was learned, skip this step.
READ first, then APPEND if user expressed new preferences:
## [Category]
*[YYYY-MM-DD]*
- **Preference:** [detail]
If no new preferences, skip this step.
READ first, then update:
Overwrite Memory_Logs/Context.md with a fresh snapshot:
# Context — [Agent Name]
**Last updated:** [YYYY-MM-DD]
*Quick startup snapshot. Read this first instead of scanning all memory files.*
---
## Project Summary
[2-3 sentences from Dashboard/Brief.md current focus]
## Current Task
[From Checkpoint.md — status and description, or "No active task"]
## Recent Lessons
[Last 3 entries from Lessons.md — one line each]
## Active Preferences
[Key preferences from Preferences.md]
## Team Status
See Dashboard/Brief.md for full team status.
## My Recent Sessions
[1-2 line summary of last 2-3 sessions]
Only if project-wide changes happened. READ first, then:
| [YYYY-MM-DD] | [Agent] | [what happened] |If this session was internal work (no project-wide impact), skip Brief.md.
=== MEMORIZED ===
Agent: [name]
Sessions/: [created/appended Session_YYYY-MM-DD.md]
Lessons.md: [appended X new / no change]
Preferences: [appended X new / no change]
Checkpoint: [updated / no change]
Context.md: [refreshed]
Brief.md: [updated / no change]
=================
Part of AutoMates.AI memory management system