memory-init

Scan project structure and write memory records to the memories table.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/MattVOLTA/outworkos_diy --skill memory-init-mattvolta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-init
Source: https://github.com/MattVOLTA/outworkos_diy/tree/main/skills/plugins/memory-system/skills/memory-init
Command: npx skills add https://github.com/MattVOLTA/outworkos_diy --skill memory-init-mattvolta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes project memory by scanning the current project structure, asking targeted questions, and writing memory records to the memories table. This ensures consistent context across sessions and eliminates manual memory entry.

Core Features & Use Cases

  • Automated project scan and targeted questions to capture architecture, conventions, and workflows.
  • Structured memory records stored in the memories table (category: project, subcategory: <project_name>).
  • Memory recall and continuity across sessions, improving onboarding and cross-project awareness.

Quick Start

Invoke /memory-init to initialize structured memory for the current project.

Frequently Asked Questions about memory-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project memory setup for cross-session recall?

Automate project memory setup by scanning the current project structure, asking targeted questions, and writing records to the memories table for persistent cross-session recall.

How do I initialize persistent memory for a new project?

Initialize persistent memory by invoking the memory-initializer agent to scan the project, capture conventions, and insert structured records into the memories table.

Do I need a Supabase backend to store project memory records?

Yes, you need a Supabase backend because the memory-initializer agent writes structured project memory records directly to the memories table in Supabase.

Can I use local file writes to store project architecture and conventions?

No, the initialization process enforces no local file writes and instead stores project architecture and conventions as structured records in a database.

What is the best way to capture project workflows into a knowledge management system?

Capture project workflows by scanning the project structure and asking targeted questions to populate a structured memories table, ensuring consistent context across sessions.

How does automated knowledge management improve project onboarding?

Automated knowledge management improves onboarding by capturing architecture and conventions into persistent memory, allowing new sessions to recall project context without manual entry.