ワンクリックで
remember
Store an explicit preference that persists across all sessions and projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Store an explicit preference that persists across all sessions and projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Switch Claude Code to a different project folder with full context reload
Search episodic memory - sessions, progressions, and documents across all projects
Quick reference card for all Project Intelligence commands
Track evolving understanding of a topic through a sequence of documents
Save the current conversation insight as a reusable skill in the knowledge repo
Discover all installed plugins, skills, and commands available in this environment
| name | remember |
| description | Store an explicit preference that persists across all sessions and projects |
| user_invocable | true |
Store an explicit preference that will be injected into every future session across all projects. Unlike behavioral patterns (which are learned automatically), preferences are things you explicitly tell Claude to remember.
The user invokes /remember <preference> to store a preference.
When the user invokes /remember:
Determine what to remember. The user provides a preference after the command:
/remember always use bun instead of npm → store "always use bun instead of npm"/remember I prefer tables over bullet lists for comparisons → store as-is/remember with no text, ask what they want you to rememberStore the preference by running:
pi-remember "the preference text here"
Confirm to the user what was saved.
If the user wants to see or manage preferences:
pi-remember --list # Show all preferences
pi-remember --remove 3 # Remove preference #3
pi-remember --clear # Remove all
/save-skill instead/remember always use bun instead of npm/remember prefer functional style over classes in TypeScript/remember never auto-commit without asking first/remember use snake_case for Python, camelCase for TypeScript