From oh-my-agent
Manages persistent project memory using MEMORY.md index, .oma/memory topic files, and .oma/rules packages. Audits memory, activates matching rules, reports outdated entries for long sessions with context drift.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
使用此技能保持长时间会话内存简洁、可发现和任务感知。
使用此技能保持长时间会话内存简洁、可发现和任务感知。
MEMORY.md 保持为紧凑索引。.oma/memory/*.md 主题文件中。.oma/rules/*.md 中维护规则包。alwaysApply 或 globs 匹配)。## 内存审计
- ...
## 活动规则
1. ...
## 操作
1. ...
2. ...
3. ...
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agentOrganizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Loads, saves, and applies durable project memory from MEMORY.md at repo root. Activates on 'remember this' commands, session starts with file, or mistake corrections.
Manages per-project persistent AGD memory graph with TOC scans, selective block retrieval, and backlink traversal for efficient project context like preferences and decisions. Activates on memory queries.