memory

Store and retrieve decisions, ADRs, and artifacts across sessions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill memory-denish12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/denish12/codex-ai-agent-and-skills/tree/main/locales/en/.agents/skills/memory
Command: npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill memory-denish12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill preserves and surfaces essential context across sessions to prevent lost decisions, duplicated work, and misaligned choices.

Core Features & Use Cases

  • Save decisions, ADRs, assumptions, and deliverables to a centralized context store
  • Retrieve relevant context before agent execution to maintain continuity
  • Enable session handoff with a concise summary and updated state across sessions

Quick Start

Remember to persist current context after a session to ensure continuity in the next task.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I maintain context across sessions for multi-step tasks?

To maintain context across sessions, you need a memory store that saves decisions, ADRs, assumptions, and deliverables centrally. Retrieving this relevant context before agent execution ensures continuity and prevents duplicated work across multi-step tasks.

What is the best way to prevent decision conflicts when handing off a session?

The best way to prevent decision conflicts during session handoff is to persist current context by saving decisions and artifacts to a centralized store. This generates a concise summary and updated state for the next session to retrieve.

How does storing ADRs help with cross-session context retrieval?

Storing ADRs helps cross-session context retrieval by keeping a structured, auditable record of decisions. Agents retrieve these saved records before execution to align with past choices and avoid misaligned work.

Can I save assumptions and deliverables alongside decisions in a centralized context store?

Yes, you can save assumptions, deliverables, ADRs, and decisions together in a centralized context store. This structured approach preserves and surfaces essential context to prevent lost decisions and duplicated work.

When do I need a structured memory store for session handoff?

You need a structured memory store for session handoff when working on multi-step tasks spanning multiple sessions. It prevents context loss by maintaining and retrieving decisions, deliverables, and notes in an auditable format.