ワンクリックで
remember
Save information to persistent memory for cross-session recall. Stores preferences, conventions, decisions, and context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save information to persistent memory for cross-session recall. Stores preferences, conventions, decisions, and context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | remember |
| description | Save information to persistent memory for cross-session recall. Stores preferences, conventions, decisions, and context. |
$ARGUMENTS
.agent/skills/memory-system/SKILL.md firstUse the memory-system skill to save information:
CONTEXT:
- User wants to remember: $ARGUMENTS
- Memory location: .agent/memory/
WORKFLOW:
1. CLASSIFY the information type: user | feedback | project | reference
2. CHECK if relevant topic file exists in .agent/memory/
3. SAVE to appropriate topic file (create if needed)
4. UPDATE .agent/memory/MEMORY.md index with one-line pointer
5. CONFIRM to user what was saved
RULES:
1. Follow memory-system/SKILL.md taxonomy
2. Keep index entries under 150 characters
3. Topic files must have frontmatter (type, created, updated)
4. Don't save information derivable from code
5. Don't save temporary debug context
[OK] Saved to memory
Type: [user/feedback/project/reference]
File: .agent/memory/[topic-file].md
Entry: [one-line summary of what was saved]
This will be available in future sessions.
/remember I prefer using bun instead of npm
/remember Our API uses JWT with httpOnly cookies
/remember The production server is at api.example.com:8080
/remember I like concise responses with tables
Generated by Agent Bridge
Analyzes user's requests, determines tech stack, plans structure, and coordinates agents.
Apply consistent changes across many files at once. One pattern, many targets.
**MANDATORY:** Use for complex/vague requests, new features, updates.
Reduce AI token usage by **6.8x average** (up to **49x** on monorepos) by giving the AI a structural map of your codebase instead of letting it read everything.
Keep sessions productive by compressing completed work while preserving key decisions.
Advanced multi-agent coordination with parallel dispatch and synthesis. Use for complex tasks requiring multiple specialist perspectives.