skills/memory/SKILL.md
Manage the extended memory vault
npx skillsauth add attunelearning/ai_team_config memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 neededtools
Capture learnings after implementation phase
tools
Review and refine patterns, promote to ADRs
tools
Load relevant ADRs, patterns, and memory before implementation
tools
Manage inter-team communication, issues, and coordination