بنقرة واحدة
memory
Manage the extended memory vault
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage the extended memory vault
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage architecture decisions, gaps, and suggestions
Manage inter-team communication, issues, and coordination
Load relevant ADRs, patterns, and memory before implementation
Review and refine patterns, promote to ADRs
Capture learnings after implementation phase
| name | memory |
| description | Manage the extended memory vault |
| argument-hint | [search|add|note|status] |
Manage the extended memory vault at ./memory/.
Trigger: /memory note <text> or /memory add <text>
Append a timestamped note to memory/notes.md (create if missing):
- **YYYY-MM-DD**: <text>
No index updates needed. Fast, low-ceremony capture.
Trigger: /memory search <keywords> or /memory <keywords>
memory/ using Grep for keywordsmemory/entities/index.md, memory/patterns/index.md)Trigger: /memory entity <name>
memory/templates/entity-template.mdmemory/entities/[slug].mdmemory/entities/index.md and memory/memory-log.mdTrigger: /memory pattern <name>
memory/templates/pattern-template.mdmemory/patterns/[slug].mdmemory/patterns/index.md and memory/memory-log.mdTrigger: /memory session
memory/templates/session-template.mdmemory/sessions/YYYY-MM-DD-[slug].mdmemory/memory-log.mdTrigger: /memory status
memory/memory-log.md, count files per category, show recent additionsUse Obsidian syntax for cross-references: [[entities/entity-name]], [[patterns/pattern-name]]
Backend-specific context notes and migrated legacy backend memory should live under:
memory/context/backend/memory/context/backend/skill-store/Do not create new memory entries in deprecated ai_team_config/backend/*_store/ paths.
/memory note — promote to entity/pattern later if needed