rmarquesa

33 mods across 1 repository, 0 stars between them.

rmarquesa/agentmemory-offline

Instructions file CodexOpenCode

AGENTS.md instructions for rmarquesa/agentmemory-offline, covering agentmemory — agent instructions, architecture, consistency rules, code patterns and function registration.

0 yesterday A 1,546 tokens copy · 91% Apache-2.0

agentmemory

03

rmarquesa/agentmemory-offline

Plugin Claude Code

Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks, 53 MCP tools, 8 skills, real-time viewer.

0 yesterday A tokens not measured copy · 88% Apache-2.0

agentmemory

04

rmarquesa/agentmemory-offline

MCP server Claude CodeCodexCursor

MCP server "agentmemory" as configured in rmarquesa/agentmemory-offline. Launched with agentmemory mcp. Needs 3 environment variables to run.

0 yesterday A tokens not measured copy · 86% Apache-2.0

SessionStart

05

rmarquesa/agentmemory-offline

Hook

Runs when a session starts, executing session-start.mjs via node. From rmarquesa/agentmemory-offline.

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

UserPromptSubmit

06

rmarquesa/agentmemory-offline

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt-submit.mjs via node. From rmarquesa/agentmemory-offline.

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

PreToolUse

07

rmarquesa/agentmemory-offline

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 rmarquesa/agentmemory-offline.

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

PostToolUse

08

rmarquesa/agentmemory-offline

Hook

Runs after a tool call finishes, executing post-tool-use.mjs via node. From rmarquesa/agentmemory-offline.

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

PostToolUseFailure

09

rmarquesa/agentmemory-offline

Hook

Runs when a tool call fails, executing post-tool-failure.mjs via node. From rmarquesa/agentmemory-offline.

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

PreCompact

10

rmarquesa/agentmemory-offline

Hook

Runs before the context is compacted, executing pre-compact.mjs via node. From rmarquesa/agentmemory-offline.

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

SubagentStart

11

rmarquesa/agentmemory-offline

Hook

Runs when a subagent starts, executing subagent-start.mjs via node. From rmarquesa/agentmemory-offline.

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

SubagentStop

12

rmarquesa/agentmemory-offline

Hook

Runs when a subagent finishes, executing subagent-stop.mjs via node. From rmarquesa/agentmemory-offline.

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

Notification

13

rmarquesa/agentmemory-offline

Hook

Runs when the agent sends a notification, executing notification.mjs via node. From rmarquesa/agentmemory-offline.

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

TaskCompleted

14

rmarquesa/agentmemory-offline

Hook

Runs when a task is marked completed, executing task-completed.mjs via node. From rmarquesa/agentmemory-offline.

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

Stop

15

rmarquesa/agentmemory-offline

Hook

Runs when the agent finishes a response, executing stop.mjs via node. From rmarquesa/agentmemory-offline.

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

SessionEnd

16

rmarquesa/agentmemory-offline

Hook

Runs when a session ends, executing session-end.mjs via node. From rmarquesa/agentmemory-offline.

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

recall

17

rmarquesa/agentmemory-offline

Command

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

0 yesterday A 0 tokens copy · 100% Apache-2.0

remember

18

rmarquesa/agentmemory-offline

Command

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

0 yesterday A 0 tokens copy · 100% Apache-2.0

agentmemory-agents

19

rmarquesa/agentmemory-offline

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.

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

rmarquesa/agentmemory-offline

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.

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

agentmemory-config

21

rmarquesa/agentmemory-offline

Skill Claude CodeCodex

Skill "agentmemory-config" from rmarquesa/agentmemory-offline, covering quick start, defaults worth knowing, ports, see also and reference.

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

agentmemory-hooks

22

rmarquesa/agentmemory-offline

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.

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

rmarquesa/agentmemory-offline

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.

0 yesterday A 51 tokens copy · 100% Apache-2.0

rmarquesa/agentmemory-offline

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.

0 yesterday A 52 tokens copy · 100% Apache-2.0