๐Ÿง 
AI EngineeringJavaScript

OwnMem

by grpcer

OwnMem is an AI Engineering skill for Claude Code, published by grpcer in ownmem.

226 stars3 forkson grpcer/ownmemAdded 2026/09/03+4% in starsRepository updated 2026/09/02
agent-memoryai-agent-memoryai-memorybm25claude-codeclaude-code-memorycodexcodex-memorycoding-agent-memorycoding-agentscursorcursor-memorydeterministic-retrievaldeveloper-toolsgemini-cligemini-cli-memorygit-nativellm-memorylocal-firstproject-memory
Install in seconds
Install OwnMem
Copy OwnMem into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/grpcer/ownmem/tree/main/plugins/ownmem/skills/init ~/.claude/skills/init

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/grpcer/ownmem.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
plugins/ownmem/skills/init/SKILL.md in grpcer/ownmem
Installs to
~/.claude/skills/init
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering โ€” 2793 skills

What OwnMem does

OwnMem installs local project memory for coding agents in a repository. Use it to set up, update, or verify OwnMem host adapters and recall guards.

OwnMem is cataloged under AI Engineering on DirSkills. OwnMem comes from a repository tagged agent-memory, ai-agent-memory, ai-memory, bm25 and claude-code.

Documentation

README

Set up OwnMem in this repository

OwnMem requires Node.js 20.6 or newer. Install the reviewed dependency, then generate the host adapters:

npm install --save-dev ownmem
npx ownmem init --locale auto --hosts claude,codex --layers dashboard --hook --command "npx ownmem"

Adjust the flags before running:

  • --hosts: any comma-separated combination of claude, codex, cursor, gemini, and generic โ€” match the tools the team uses. Grok CLI reads the Codex adapter (.agents/skills/ownmem and AGENTS.md).
  • --layers: core, gates, compiler, or dashboard โ€” dashboard adds the local Web console.
  • Drop --hook if the team does not want the Claude Code PreToolUse recall guard.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about OwnMem

  • What else does grpcer publish alongside OwnMem?

    OwnMem is one of 6 skills that DirSkills catalogs from grpcer/ownmem, the repository it ships in. Its siblings there include OwnMem, OwnMem Console and OwnMem Console. Each one is a separate skill with its own page in this directory, installs the same way OwnMem does, and is maintained by grpcer in that same repository. The rest of the collection is listed on the grpcer/ownmem page.

  • How does OwnMem compare to other AI Engineering skills?

    OwnMem ranks #2520 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of OwnMem against them. Open each page to compare what they document and how they install.