2kDarki

13 mods across 1 repository, 12 stars between them.

codex-mem AGENTS.md

01

2kDarki/codex-mem

Instructions file CodexOpenCode

AGENTS.md instructions for 2kDarki/codex-mem, covering codex-mem: ai development instructions, architecture, privacy tags, build commands and configuration.

12 5mo ago A 933 tokens

openclaw

02

2kDarki/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 via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.

12 5mo ago B 0 tokens

do

03

2kDarki/codex-mem

Skill Claude CodeCodex

../../../plugin/skills/do/SKILL.md.

12 5mo ago A 0 tokens

make-plan

04

2kDarki/codex-mem

Skill Claude CodeCodex

../../../plugin/skills/make-plan/SKILL.md.

12 5mo ago A 0 tokens

Setup

05

2kDarki/codex-mem

Hook

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

12 5mo ago A tokens not measured

SessionStart

06

2kDarki/codex-mem

Hook

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

12 5mo ago A tokens not measured

UserPromptSubmit

07

2kDarki/codex-mem

Hook

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

12 5mo ago A tokens not measured

PostToolUse

08

2kDarki/codex-mem

Hook

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

12 5mo ago A tokens not measured

Stop

09

2kDarki/codex-mem

Hook

Runs when the agent finishes a response, executing bun-runner.js. From 2kDarki/codex-mem.

12 5mo ago A tokens not measured

SessionEnd

10

2kDarki/codex-mem

Hook

Runs when a session ends, executing bun-runner.js. From 2kDarki/codex-mem.

12 5mo ago A tokens not measured

mem-search

11

2kDarki/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.

12 5mo ago A 42 tokens

smart-explore

12

2kDarki/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.

12 5mo ago A 41 tokens

timeline-report

13

2kDarki/codex-mem

Skill Claude CodeCodex

Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.

12 5mo ago A 47 tokens