# Supermemory Add

> Add a personal memory for the current project. Use when the user explicitly asks Codex to remember a preference, intention, learning, or personal context rather than shared project knowledge.

- Skill: `samin12/supermemory-add` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add samin12/supermemory-add`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samin12/supermemory-add/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Samin12 (https://skillmd.com/u/samin12)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samin12/supermemory-add

---


# Supermemory Add

Save a personal memory associated with the current project:

```bash
node ~/.codex/supermemory/add-memory.js "MEMORY_CONTENT"
```

Use this for personal preferences, goals, learnings, and explicit “remember this” requests. For architecture, conventions, setup, bug fixes, or decisions that should describe the repository itself, use `/supermemory-save` instead.

