ownmem

Solid

Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.

Code & Development 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%
81
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 Run one recall for the problem, path, or symbol you are about to touch: ```bash 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: ```bash 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. ## Record recall quality When a recall clearly helped or clearly missed, say so. Feedback stays in a project-local review inbox and is never uploaded: ```bash npx ownmem recall --feedback correct -- "query that matched" npx ownmem recall --feedback miss --expected memory_name -- "query that should have matched" ``` ## Keep the memory healthy ```bash npx ownmem audit # schema, quota, boundary, and duplicate gates npx ownmem report --since 7d # adoption and recall-quality report npx ownmem dashboard --open # local Web console ``` Write a new memory only for lessons that reading the code cannot recover — upst...

Details

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

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category