init

Solid

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

AI & Automation 316 stars 5 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
48
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Set up OwnMem in this repository OwnMem requires Node.js 20 or newer. Install the reviewed dependency, then generate the host adapters: ```bash 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`: `claude`, `codex`, or `claude,codex` — match the tools the team uses. - `--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. Initialization creates `.ownmem/` plus bounded `ownmem-generated` blocks in the host instructions, and preserves every line outside those boundaries. Verify: ```bash npx ownmem init --check npx ownmem audit ``` To update after a version bump (for example a Dependabot pull request): ```bash npx ownmem init --update && npx ownmem init --check && npx ownmem audit ```

Details

Author
grpcer
Repository
grpcer/ownmem
Created
3 weeks ago
Last Updated
2 days ago
Language
JavaScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category