with one click
cems-remember
Store a memory with project context, categories, and tags
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Store a memory with project context, categories, and tags
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Search CEMS memory with project-scoped boosting, auto-detecting project from git remote
Search memories for relevant past context, decisions, and patterns
Search memories for relevant past context, decisions, and patterns
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
Search CEMS long-term memory for relevant past context, decisions, patterns, and preferences
Store memories with project context, categories, and tags into CEMS long-term memory
| name | cems-remember |
| description | Store a memory with project context, categories, and tags |
Use the memory_add MCP tool to store information for future recall.
When the user says "remember this" or you discover something worth persisting:
personal (default) — only you see itshared — visible to the whole teampreferences, conventions, architecture, decisions, workflow, or generalAlways include the project reference when in a git repository:
git remote get-url origingit@github.com:org/repo.git → org/repohttps://github.com/org/repo.git → org/reposource_ref: "project:org/repo"{
"tool": "memory_add",
"arguments": {
"content": "The description of what to remember",
"scope": "personal",
"category": "decisions",
"tags": ["auth", "security"],
"source_ref": "project:org/repo"
}
}