remember

Store facts, decisions, or instructions into project or global memory files.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/opsMachine/OM-Agency --skill remember-opsmachine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/opsMachine/OM-Agency/tree/main/skills/remember
Command: npx skills add https://github.com/opsMachine/OM-Agency --skill remember-opsmachine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Store important facts, decisions, or instructions into the correct context so they persist across sessions.

Core Features & Use Cases

  • Auto-detects project-scoped memory versus global memory and saves to the appropriate location.
  • Supports natural prompts like "remember", "note that", and "don't forget" to capture user intent.
  • Keeps relevant facts accessible for future sessions and across multiple projects.

Quick Start

Tell the agent to remember a fact and specify the desired scope (project or global), and it will store it to the appropriate context file.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I persist important project decisions across sessions?

To persist project decisions across sessions, store facts, instructions, or decisions into project-scoped memory files under .claude/primitives/ so they remain accessible in future interactions.

What is the difference between global memory and project-scoped memory?

Global memory stores facts under ~/.claude/ for access across all projects, while project-scoped memory saves context under .claude/primitives/ to keep information isolated to a specific project.

How do I save context automatically without specifying file paths?

You can save context automatically by using natural prompts like "remember," "note that," or "don't forget," which trigger auto-detection to write to the appropriate project or global memory file.

Can I use natural language to store instructions in global memory?

Yes, you can use natural language phrases like "remember" or "don't forget" to store instructions, and the system will prompt you to determine whether they belong in global memory or project-scoped memory.

How do I keep facts consistent across multiple projects and sessions?

To keep facts consistent across multiple projects, store shared information in global memory under ~/.claude/ and project-specific details in .claude/primitives/, maintaining separation and persistence across sessions.