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.
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.
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.
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.
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.
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.
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.
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.
M-T-D-N/agentmemory-codex-windows
Hook
Runs when a tool call fails, executing post-tool-failure.mjs via node. From M-T-D-N/agentmemory-codex-windows.
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.
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.
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.
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.
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.
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.
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.
M-T-D-N/agentmemory-codex-windows
Command
Search past session observations and lessons for relevant context. Wrap the memorysmartsearch and memorylessonrecall MCP tools.
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.
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.
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.
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.
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.
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.
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.
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.