KeystoneScience

16 mods across 1 repository, 11 stars between them.

claude-mem

02

KeystoneScience/codex-mem

Plugin Claude Code

Persistent memory system for Claude Code - seamlessly preserve context across sessions.

11 5mo ago A tokens not measured

codex-mem

04

KeystoneScience/codex-mem

Settings file Claude Code

Persistent memory for Codex CLI, Claude Code, and MCP clients.

11 5mo ago A tokens not measured

codex-mem CLAUDE.md

05

KeystoneScience/codex-mem

Instructions file

Claude Code instructions for KeystoneScience/codex-mem, covering claude-mem: ai development instructions, architecture, privacy tags, build commands and configuration.

11 5mo ago A 928 tokens

openclaw

06

KeystoneScience/codex-mem

Skill Claude CodeCodex

This guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions, a live-updating MEMORY.md in their workspace, and optionally a real-time observation feed streaming to a messaging channel.

11 5mo ago C 0 tokens

Setup

10

KeystoneScience/codex-mem

Hook

Runs once when the project is set up, executing setup.sh. From KeystoneScience/codex-mem.

11 5mo ago A tokens not measured

SessionStart

11

KeystoneScience/codex-mem

Hook

Runs when a session starts on startup, clear, compact, startup, clear and compact, executing smart-install.js and bun-runner.js (3 commands). From KeystoneScience/codex-mem.

11 5mo ago A tokens not measured

UserPromptSubmit

12

KeystoneScience/codex-mem

Hook

Runs when you submit a prompt, before the agent sees it, executing bun-runner.js. From KeystoneScience/codex-mem.

11 5mo ago A tokens not measured

PostToolUse

13

KeystoneScience/codex-mem

Hook

Runs after a tool call finishes, executing bun-runner.js. From KeystoneScience/codex-mem.

11 5mo ago A tokens not measured

Stop

14

KeystoneScience/codex-mem

Hook

Runs when the agent finishes a response, executing bun-runner.js (2 commands). From KeystoneScience/codex-mem.

11 5mo ago A tokens not measured

mem-search

15

KeystoneScience/codex-mem

Skill Claude CodeCodex

Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.

11 5mo ago A 42 tokens

smart-explore

16

KeystoneScience/codex-mem

Skill Claude CodeCodex

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

11 5mo ago A 41 tokens