memory

Read and update structured markdown memory files under .shob/memory/ each turn.

582|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/shobcoder/shob --skill memory-shobcoder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/shobcoder/shob/tree/main/skills/memory
Command: npx skills add https://github.com/shobcoder/shob --skill memory-shobcoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This feature provides a durable, accessible memory layer for projects, ensuring context is preserved across responses and sessions without losing critical details.

Core Features & Use Cases

  • Persistent memory folder: stores structured markdown files under .shob/memory/ to resume work after restarts.
  • Memory-first reasoning: loads memory at the start of every turn and writes updates at the end, keeping context fresh.
  • Safe, resumable sessions: supports long-running tasks, onboarding new team members, and cold starts.

Quick Start

Boot memory by enabling the feature and mention "memory on" to begin storing project context.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I keep project context alive across AI agent sessions?

To keep project context alive across AI agent sessions, this Skill preserves and retrieves persistent state by maintaining structured markdown files under `.shob/memory/`.

How does memory-first reasoning maintain context during long-running tasks?

Memory-first reasoning maintains context by reading stored memory files at the start of every turn and writing updates at the end, keeping context fresh for long-running tasks.

Do I need a specific directory structure to enable persistent session management?

Yes, persistent session management requires the `.shob/memory/` directory and specific routing files including `INDEX.md`, `STATE.md`, and `NEXT.md` to function.

What is the best way to onboard new team members using persistent project context?

The best way to onboard new team members is to enable a durable memory layer storing structured markdown files, allowing them to resume work after restarts and avoid cold starts.

How do I start storing project context for cold starts and onboarding?

To start storing project context for cold starts, boot the memory feature and mention "memory on" to begin saving project context into structured markdown files.