What problem does it solve? Persona-based AI crews need a persistent place to store learned facts and hand off notes between personas, but setting up that memory layout by hand is repetitive and error-prone. This Skill creates the standard memory structure in one pass so personas can read and write from the first session. ## Core Features & Use Cases - Memory Scaffolding: Creates memory/agents/ and memory/inbox/ directories with .gitkeep files so empty folders are committable to git. - Convention Documentation: Writes a memory/README.md template explaining the three-layer memory model (per-persona files, inbox handoffs, stable filenames). - Idempotent Operation: Never overwrites existing memory files; it reports what already exists and only fills in the gaps. - Use Case: Before starting a multi-persona workflow on a new project, run this once so each persona has a dedicated memory file location and a handoff inbox from day one. ## Quick Start Ask the AI to run crew init to set up the crew memory folders in the current project.