memory-system

Create file-based memory files to preserve user context across Cowork sessions.

21|6|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/EAIconsulting/cowork-skills-library --skill memory-system-eaiconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-system
Source: https://github.com/EAIconsulting/cowork-skills-library/tree/main/skills/memory-system
Command: npx skills add https://github.com/EAIconsulting/cowork-skills-library --skill memory-system-eaiconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cowork sessions often start with partial or missing context about who you are, what you’re working on, and your preferences. This skill creates a file-based memory layer so context persists across sessions and projects, avoiding repeated re-introductions.

Core Features & Use Cases

  • File-based memory using a small, human-editable set of Markdown files you load at session start.
  • Automatically provides your identity, work style, and current project state to Cowork for seamless continuity.
  • Supports onboarding, multi-project work, and evolving preferences by updating the memory files between sessions.

Quick Start

Paste the memory loader from how-to-load-this-memory.md at the start of a Cowork session to initialize context.

Frequently Asked Questions about memory-system

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

FAQPage Schema
How do I persist context and user preferences across Cowork sessions?

You can persist context across Cowork sessions by using a file-based memory system that stores your identity, preferences, and project state in editable Markdown files loaded at the start of each session.

What's the best way to avoid re-answering basic onboarding setup every session?

To avoid repeated onboarding setup, create persistent memory files that automatically provide your work style and current project state, enabling quick reintroduction without answering basic setup questions again.

How does file-based memory work for managing multiple active projects?

File-based memory manages multiple projects by storing evolving context and decisions in separate Markdown files, allowing you to update project state between sessions and load the relevant context on demand.

Do I need to manually update memory files to keep project context persistent?

Yes, the memory system relies on human-editable Markdown files, meaning you update your preferences, active projects, and decisions between sessions to maintain accurate persistent context.

Can I use Markdown files to save my identity and work style for Cowork?

Yes, you can use Markdown files to save your identity and work style by placing them in a dedicated cowork-memory directory and loading them via a simple prompt to initialize your session context.