원클릭으로
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.