ワンクリックで
remember
Save something to the memory palace. Use when the user says "remember", "store this", "save for later", or "don't forget".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save something to the memory palace. Use when the user says "remember", "store this", "save for later", or "don't forget".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate structured product and feature ideas for a given area. Use when the user asks to brainstorm, ideate, or explore feature ideas.
Stress-test an architectural decision or feature approach. Use when the user wants a second opinion, wants to poke holes in a plan, or says "challenge this".
Track and manage tech debt. Use when the user says "tech debt", "TODO", "hack", "shortcut", "fix later", or wants to see what needs cleaning up.
Record or query architectural decisions. Use when the user says "log decision", "why did we", or "record that we chose".
View or update the living feature map that tracks where every feature is implemented across all packages. Auto-invoked when agents need to find feature implementations.
Auto-summarize what was accomplished in this session. Use at the end of a conversation or when the user says "journal", "summarize session", or "what did we do".
| name | remember |
| description | Save something to the memory palace. Use when the user says "remember", "store this", "save for later", or "don't forget". |
| argument-hint | [what to remember] |
| arguments | ["memory"] |
| allowed-tools | Read, Write, Glob |
Save "$memory" to the memory palace at .claude/memory/palace.md.
Read the existing palace file (create if it doesn't exist with a # Memory Palace header).
Categorize the memory into one of these sections (create the section if it doesn't exist):
Add the entry with today's date:
- [{date}] {memory content}
Write the updated file.