memory

Record and retrieve durable Omagy project facts and working notes via CLI.

3|Updated May 24, 2026
One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill memory-shayne-snap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/memory
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill memory-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Omagy memory prevents important decisions, constraints, and long-lived notes from getting lost across turns by providing a durable place to record and read them.

Core Features & Use Cases

  • Durable project facts: Record reusable facts, conventions, and directives that should influence future Omagy behavior in this repo.
  • Working notepad vs durable memory: Capture short-lived focus notes in the notepad while keeping long-term evidence in project memory.
  • Safety and mutation guardrails: Enforce a runtime contract that directs all writes through CLI commands rather than editing memory files directly.

Quick Start

Read durable memory for the current Omagy project by running omagy memory read --json.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I store durable project facts and directives for CLI workflows?

Store durable project facts by running CLI commands to write to .omagy/project-memory.json, which preserves reusable conventions and instructions across sessions. This durable memory prevents important decisions from getting lost across turns.

What is the difference between durable project memory and a working notepad?

Durable project memory holds long-term evidence and reusable conventions in project-memory.json, while a working notepad captures short-lived focus notes in notepad.md. This split separates ephemeral task context from permanent project directives.

Can I edit Omagy memory files directly instead of using the CLI?

No, you cannot edit memory files directly. The system enforces a runtime contract that directs all writes through CLI commands, maintaining read-only MCP memory tooling to ensure safety and mutation guardrails for project state.

When do I need durable notes for project state across sessions?

You need durable notes for project state when working across planning, execution, QA, and maintenance workflows. Durable memory preserves decisions, constraints, and long-lived notes that should influence future behavior in your repository.

How do I read durable memory for the current Omagy project?

Read durable memory for the current Omagy project by running the command omagy memory read --json. This retrieves stored facts, directives, and working notes from the .omagy/project-memory.json file.