🧠
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/skills/ownmem ~/.claude/skills/ownmem

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
skills/ownmem/SKILL.md in grpcer/ownmem
Installs to
~/.claude/skills/ownmem
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2793 skills

What OwnMem does

OwnMem recalls a repository’s local Markdown memory before code changes and helps keep that memory healthy. Use it when past debugging lessons may apply or when you need to audit or update project memory.

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

OwnMem recall and daily use

OwnMem is this repository's local, deterministic memory. Recall runs offline — no model calls, no network, no query-time token cost — and every memory is plain Markdown inside the repository.

If the repository has no .ownmem/ directory, OwnMem is not installed here; use the init skill from this plugin first.

Recall before changing code

npx ownmem recall -- "problem, path, or symbol"

For natural-language symptoms, pass two or three phrasings in one call and let the deterministic fusion rank them:

npx ownmem recall --multi -- "symptom in plain words" "root-cause term" "english symbol"

Open a hit's full topic file before relying on it, then verify against live code: memories record what was true when they were written.

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 #2519 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.