rohitg00

248 mods across 13 repositories, 91k stars between them.

PreCompact

25

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured copy · 72% Apache-2.0

SubagentStart

26

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured original Apache-2.0

SubagentStop

27

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured original Apache-2.0

Notification

28

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured copy · 50% Apache-2.0

TaskCompleted

29

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured copy · 61% Apache-2.0

Stop

30

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured copy · 53% Apache-2.0

SessionEnd

31

rohitg00/agentmemory

Hook

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

28k 8d ago A tokens not measured copy · 53% Apache-2.0

recall

32

rohitg00/agentmemory

Command

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

28k 8d ago A 0 tokens original Apache-2.0

remember

33

rohitg00/agentmemory

Command

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

28k 8d ago A 0 tokens original Apache-2.0

agentmemory-agents

34

rohitg00/agentmemory

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.

28k 8d ago A 46 tokens original Apache-2.0

rohitg00/agentmemory

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.

28k 8d ago A 59 tokens original Apache-2.0

agentmemory-config

36

rohitg00/agentmemory

Skill Claude CodeCodex

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

28k 8d ago A 44 tokens original Apache-2.0

agentmemory-hooks

37

rohitg00/agentmemory

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.

28k 8d ago A 42 tokens original Apache-2.0

rohitg00/agentmemory

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.

28k 8d ago A 51 tokens original Apache-2.0

rohitg00/agentmemory

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.

28k 8d ago A 52 tokens original Apache-2.0

commit-context

40

rohitg00/agentmemory

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.

28k 8d ago A 61 tokens original Apache-2.0

commit-history

41

rohitg00/agentmemory

Skill Claude CodeCodex

List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", "list linked commits", or wants commits with their session context.

28k 8d ago A 49 tokens original Apache-2.0

forget

42

rohitg00/agentmemory

Skill Claude CodeCodex

Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.

28k 8d ago A 43 tokens original Apache-2.0

handoff

43

rohitg00/agentmemory

Skill Claude CodeCodex

Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

28k 8d ago A 55 tokens original Apache-2.0

lesson

44

rohitg00/agentmemory

Skill Claude CodeCodex

Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the user corrects your approach, says "learn this", "always" or "never do X", or you notice yourself repeating a past mistake.

28k 8d ago A 55 tokens original Apache-2.0

memory-discipline

45

rohitg00/agentmemory

Skill Claude CodeCodex

The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.

28k 8d ago A 56 tokens original Apache-2.0

recall

46

rohitg00/agentmemory

Skill Claude CodeCodex

Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions.

28k 8d ago A 61 tokens original Apache-2.0

recap

47

rohitg00/agentmemory

Skill Claude CodeCodex

Summarize the last N agent sessions for the current project, grouped by date, with highlight observations per session. Use when the user asks "recap", "what have we been doing", "today", "this week", or wants a rollup of recent work.

28k 8d ago A 58 tokens original Apache-2.0

remember

48

rohitg00/agentmemory

Skill Claude CodeCodex

Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.

28k 8d ago A 52 tokens original Apache-2.0