🧠
AI EngineeringJavaScript

OwnMem Init

by grpcer

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

What OwnMem Init does

OwnMem Init installs or updates OwnMem in the current repository. Use it to add local project memory for coding agents, or to refresh the installation after a version bump.

OwnMem Init is cataloged under AI Engineering on DirSkills. OwnMem Init 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 dashboarddashboard 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 Init

  • What else does grpcer publish alongside OwnMem Init?

    OwnMem Init is one of 6 skills that DirSkills catalogs from grpcer/ownmem, the repository it ships in. Its siblings there include OwnMem, OwnMem and OwnMem Console. Each one is a separate skill with its own page in this directory, installs the same way OwnMem Init 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 Init compare to other AI Engineering skills?

    OwnMem Init ranks #2522 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 Init against them. Open each page to compare what they document and how they install.