memory

Persists cross-session context, decisions, notes, and todos to .memory with optional GitHub/GitLab issue sync.

3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/lidessen/moniro --skill memory-lidessen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/lidessen/moniro/tree/main/skills/memory
Command: npx skills add https://github.com/lidessen/moniro --skill memory-lidessen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, glab, jq, and includes scripts (resource) components.

What problem does it solve?

Memory provides cross-session knowledge persistence to keep AI agents improving across sessions by remembering context, decisions, and tasks.

Core Features & Use Cases

  • Cross-session memory: persist decisions, notes, context, and session summaries to inform future work.
  • ADRs and task continuity: track architecture choices, future tasks, and handoffs to new sessions.
  • Remote-sync options: integrate with GitHub/GitLab Issues for multi-device memory; offline mode uses local .memory storage.

Quick Start

Run the memory init sequence to create the .memory directory, context.md, and templates. Then say remember this or save this decision during a session to capture knowledge for future sessions.

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 multiple AI agent sessions?

To maintain cross-session context, you can persist decisions, notes, and session summaries into a local `.memory` directory structure. This approach keeps AI agents informed by enabling continuity and handoffs across different sessions and devices.

How do I save architecture decision records for future AI sessions?

You can save architecture decision records (ADRs) by storing them within local memory structures designed for decisions and notes. This allows future AI sessions to retrieve past architectural choices and maintain task continuity without losing prior reasoning.

Can I synchronize AI agent memory with GitHub or GitLab issues?

Yes, cross-session memory can be synchronized with GitHub and GitLab issues using included scripts. This integration requires configuring the `gh` and `glab` command-line tools to enable multi-device memory recall and remote persistence.

What is the best way to set up local knowledge persistence for AI agents?

The best way to set up local knowledge persistence is to initialize a dedicated `.memory` directory containing context files and templates. This offline storage mode captures notes, decisions, and todos directly in your project environment.

Do I need CLI tools to enable remote memory synchronization?

Yes, you need the `gh` and `glab` command-line tools installed to enable remote synchronization of session memory with GitHub or GitLab issues. Without these dependencies, the system operates in a local offline storage mode only.

Why does my AI agent forget previous session context?

AI agents forget previous session context because they lack persistent storage for cross-session knowledge. By implementing a local `.memory` directory for notes, decisions, and session history, you can ensure continuity and prevent context loss.