一键导入
reflect
At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | reflect |
| description | At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect. |
When the user types /reflect (or asks you to reflect on the conversation), do these three things in order. Be brief. The user wants the result, not your process.
Scan the conversation for stable facts about the user worth remembering:
For each, call remember(fact, tags). Skip session-only details (what they asked you to do today) — those go in the session log, not memory.
If you handled a recurring task pattern that future-you should handle the same way, write a skill via learn_skill. Examples:
haiku-master skill" (already done — check first)commit-msg" (also exists)Skill names: kebab-case, ≤ 30 characters. Description: one line, ≤ 80 characters.
End with a 1-2 line summary of what you saved. Format:
remembered: 2 facts (vim preference, partner name) learned: 1 skill (sql-formatter)
If you saved nothing, say "nothing worth promoting this session." That's a fine answer.
/forget later.