一键导入
memory-store
Store a decision, pattern, or insight to persistent memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Store a decision, pattern, or insight to persistent memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrate a MAG release — bump, gate, PR, tag, verify — or rollback a broken release. Use when user says "release", "publish", "cut a release", "ship it", "new version", or wants to push a new version to package registries.
Save and resume work checkpoints with MAG persistent memory system
Check MAG persistent memory system health and diagnostics
Search and recall memories from MAG persistent memory system
Store a memory with MAG persistent memory system
Search and recall relevant memories for the current context
| name | memory-store |
| description | Store a decision, pattern, or insight to persistent memory |
| user-invocable | true |
| allowed-tools | ["Bash"] |
Store important information for future sessions.
Identify the right event type:
decision (importance 0.9): architecture, library, pattern choiceslesson_learned (importance 0.8): bug root causes, non-obvious solutionserror_pattern (importance 0.8): recurring errors with fixuser_preference (importance 0.7): style, workflow, tool preferencesuser_fact (importance 0.7): factual info about the user or teamStore via CLI:
mag process "Brief title. Context. Rationale." \
--event-type TYPE \
--project PROJECT \
--importance 0.8 \
--tags "tag1,tag2"
Format content: "Brief title. Context. Rationale. Impact."