Jevmem — Development skill for Claude Code
Automatic project memory for Claude Code.
How to install Jevmem
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Avinash-jetwani/jevmem and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Jevmem does
Automatic project memory for Claude Code. Also works with Cursor and Codex.
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
- Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
README
jevmem
Automatic project memory for Claude Code. Also works with Cursor and Codex.
[](https://www.npmjs.com/package/jevmem) [](LICENSE) [](package.json) [](https://github.com/Avinash-jetwani/jevmem/actions/workflows/ci.yml)
What it does
https://github.com/user-attachments/assets/ed77849e-db1c-4c05-9ad8-4cab0b3968a2
- Saves decisions, constraints, bugs and todos from your Claude Code chats into
JEVMEM.md, automatically. - When you change your mind, the old line is marked superseded, not deleted.
- Next session, the relevant lines are added to Claude's context.
- [decision] Use Postgres 16 for the primary store; SQLite locks under load
- [constraint] Node 20 is the floor; CI runs 20 and 22
- [superseded] Use SQLite as the primary store → id:k3d9xq
Install (60 seconds)
npm install -g jevmem
export TYPESAFE_API_KEY=... # https://typesafe.ai (an OpenAI or Anthropic key is optional)
cd your-project
jevmem init --tool claude
`init` creates `JEVMEM.md`, `jevmem.config.json` and a gitignored `.jevmem/` folder, and registers two Claude Code hooks in `.claude/settings.local.json`, which it adds to `.gitignore` ([details](docs/hooks.md)).
Works with
What is automatic and what depends on the agent:
| Tool | Setup | Capture | Recall |
|---|---|---|---|
| Claude Code | jevmem init --tool claude |
Automatic, every turn, via the Stop hook |
Automatic, every prompt, via UserPromptSubmit |
| Codex | jevmem init --tool codex |
Automatic while jevmem watch runs (it tails Codex's session |
Related Skills
Project Memory: AgentSys
Cross-tool compatible: Works across all 5 platforms - Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.
HERO Anti OverDefense
HERO = Hashing · Edge cases · Rubrics · Overbuild — the four shapes coding agents over-defend in. A paste-in c
Bookforge Skills
Agent skills distilled from non-fiction books. Works with Claude Code, Codex, Gemini CLI, Cursor, Copilot, and
Servicenow Agent Skills
Agent Skills suite for ServiceNow SDK development — works across Claude Code, Cursor, VS Code Copilot, Antigra
Dsh Skillport
Every skill you already have — Claude Code, Codex, Cursor, Gemini CLI — works in DSH: Agent Skills SKILL.md di
Tweet Hook
Multi-agent skill for viral tweet/X openers (hooks): research patterns + generate paste-ready openings. Works
Related Agents
Async Code
Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per
Monk Installer
Install, upgrade, and troubleshoot monk-agent plus Monk CLI/daemon for Claude, Codex, and Cursor users.
Plugin Host Parity Checker
Checks that the shared skills/ tree, the three host manifests (.claude-plugin/, .cursor-plugin/, .codex-plugin