بنقرة واحدة
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."