원클릭으로
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."