ワンクリックで
memory
Record and read durable Omagy project facts, directives, and working notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Record and read durable Omagy project facts, directives, and working notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
| name | memory |
| description | Record and read durable Omagy project facts, directives, and working notes. |
| argument-hint | <read|note|directive|priority|working|manual> <fact or note> |
Use this skill when the user asks to remember project facts, record durable conventions, update working notes, or inspect Omagy memory.
omagy memory ... --json for all writes to .omagy/project-memory.json
and .omagy/notepad.md..omagy/project-memory.json or .omagy/notepad.md directly.Read durable memory:
omagy memory read --json
Add a categorized note:
omagy memory add-note --input '{"category":"build","content":"npm test is the full regression gate"}' --json
Add a directive:
omagy memory add-directive --input '{"directive":"Keep MCP memory tools read-only","priority":"high","context":"plugin architecture"}' --json
Replace priority notepad content:
omagy memory notepad-write-priority --input '{"content":"Finish artifact-backed deep-interview handoff"}' --json
Append working or manual notepad entries:
omagy memory notepad-write-working --input '{"content":"Investigating review workflow"}' --json
omagy memory notepad-write-manual --input '{"content":"User prefers long-term design over compatibility shims"}' --json
Read notepad or stats:
omagy memory notepad-read --json
omagy memory notepad-stats --json
Project memory shape:
techStack[]build[]conventions[]structure[]notes[]directives[]Prefer specific, reusable facts over raw transcript. If a note only matters for
the current active task, use notepad-write-working; if it should influence
future Omagy behavior in this repo, use add-note or add-directive.