M-T-D-N

34 mods across 2 repositories, 2 stars between them.

M-T-D-N/agentmemory-codex-windows

Instructions file CodexOpenCode

Instructions for M-T-D-N/agentmemory-codex-windows, covering agentmemory — agent instructions, architecture, windows/codex downstream profile, consistency rules and code patterns.

2 yesterday A 2,120 tokens original Apache-2.0

agentmemory

02

M-T-D-N/agentmemory-codex-windows

Plugin Claude Code

Upstream-compatible AgentMemory plugin bundled with the independent Windows/Codex downstream. 12 hooks, 56 MCP tools, 8 skills, real-time viewer.

2 yesterday A tokens not measured original Apache-2.0

agentmemory

03

M-T-D-N/agentmemory-codex-windows

MCP server Claude CodeCodexCursor +2

Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint. Runs locally from the @agentmemory/mcp npm package. Needs 3 environment variables to run.

2 yesterday A tokens not measured copy · 100% Apache-2.0

SessionStart

04

M-T-D-N/agentmemory-codex-windows

Hook

Runs when a session starts, executing session-start.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

UserPromptSubmit

05

M-T-D-N/agentmemory-codex-windows

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

PreToolUse

06

M-T-D-N/agentmemory-codex-windows

Hook

Runs before the agent uses a tool for Edit, Write, Read, Glob and Grep tool calls, executing pre-tool-use.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

PostToolUse

07

M-T-D-N/agentmemory-codex-windows

Hook

Runs after a tool call finishes, executing post-tool-use.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

PreCompact

09

M-T-D-N/agentmemory-codex-windows

Hook

Runs before the context is compacted, executing pre-compact.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 72% Apache-2.0

SubagentStart

10

M-T-D-N/agentmemory-codex-windows

Hook

Runs when a subagent starts, executing subagent-start.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

SubagentStop

11

M-T-D-N/agentmemory-codex-windows

Hook

Runs when a subagent finishes, executing subagent-stop.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 100% Apache-2.0

Notification

12

M-T-D-N/agentmemory-codex-windows

Hook

Runs when the agent sends a notification, executing notification.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 50% Apache-2.0

TaskCompleted

13

M-T-D-N/agentmemory-codex-windows

Hook

Runs when a task is marked completed, executing task-completed.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 61% Apache-2.0

Stop

14

M-T-D-N/agentmemory-codex-windows

Hook

Runs when the agent finishes a response, executing stop.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 53% Apache-2.0

SessionEnd

15

M-T-D-N/agentmemory-codex-windows

Hook

Runs when a session ends, executing session-end.mjs via node. From M-T-D-N/agentmemory-codex-windows.

2 yesterday A tokens not measured copy · 53% Apache-2.0

recall

16

M-T-D-N/agentmemory-codex-windows

Command

Search past session observations and lessons for relevant context. Wrap the memorysmartsearch and memorylessonrecall MCP tools.

2 yesterday A 0 tokens copy · 88% Apache-2.0

remember

17

M-T-D-N/agentmemory-codex-windows

Command

Explicitly save an insight, decision, or learning to agentmemory for future sessions. Wraps the memorysave MCP tool.

2 yesterday A 0 tokens copy · 89% Apache-2.0

agentmemory-agents

18

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.

2 yesterday A 46 tokens copy · 100% Apache-2.0

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

How agentmemory is built, the iii engine primitives it runs on, its storage model, ports, and the viewer. Use when reasoning about how memory is stored or retrieved end to end, when extending the system, or when answering how agentmemory works under the hood.

2 yesterday A 59 tokens copy · 100% Apache-2.0

agentmemory-config

20

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

Skill "agentmemory-config" from M-T-D-N/agentmemory-codex-windows, covering quick start, defaults worth knowing, ports, see also and reference.

2 yesterday A 44 tokens copy · 100% Apache-2.0

agentmemory-hooks

21

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

The agentmemory plugin hooks that capture observations automatically across the agent session lifecycle. Use when explaining how memory gets captured without manual saves, when debugging missing observations, or when tuning what gets recorded.

2 yesterday A 42 tokens copy · 100% Apache-2.0

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

Map of every agentmemory MCP tool, what each does, and its parameters. Use when choosing which memory tool to call, when a tool name or argument is unclear, or when answering what agentmemory can do via MCP.

2 yesterday A 51 tokens copy · 86% Apache-2.0

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when MCP is unavailable and you need a fallback, or when integrating a host that does not speak MCP.

2 yesterday A 52 tokens copy · 89% Apache-2.0

commit-context

24

M-T-D-N/agentmemory-codex-windows

Skill Claude CodeCodex

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", "who wrote this", or wants context on a specific location in the codebase.

2 yesterday A 61 tokens copy · 100% Apache-2.0