Skip to content

feat(skills): add /add-mnemon skill — persistent semantic memory#2318

Merged
gavrielc merged 1 commit into
nanocoai:mainfrom
ira-at-work:feat/add-mnemon
May 7, 2026
Merged

feat(skills): add /add-mnemon skill — persistent semantic memory#2318
gavrielc merged 1 commit into
nanocoai:mainfrom
ira-at-work:feat/add-mnemon

Conversation

@ira-at-work
Copy link
Copy Markdown

Summary

  • New /add-mnemon skill that installs the mnemon persistent memory CLI into agent containers
  • Agents get a queryable knowledge graph that survives container restarts and context compaction
  • Each fact (insight) has a category, importance score, entity tags, and typed edges to related facts (causal, semantic, temporal, entity)
  • Agents recall relevant past knowledge before responding and store new insights after each turn
  • Per-agent-group data directory — no cross-group memory leakage

Test plan

  • Run skill — verify mnemon binary installed in container and data directory created
  • Send a message, then ask the agent to remember a fact — verify it appears in mnemon recall
  • Restart the container — verify the fact persists on next session
  • Verify recall is invoked before agent responds (check container logs for mnemon recall)
  • Verify separate agent groups have separate mnemon stores

🤖 Generated with Claude Code

…agent groups

Adds a skill that installs the mnemon CLI into agent containers, giving each
agent group a persistent, queryable knowledge graph across sessions.

Mnemon stores facts (insights) with categories, importance scores, and entity
tags, and connects them with typed edges (causal, semantic, temporal, entity).
The agent can remember, recall, search, link, and forget facts — surviving
container restarts and context compaction.

Installation: drops the mnemon binary from the channels branch, creates the
per-agent-group data directory, and configures the agent's CLAUDE.md to load
the skill on every spawn.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ira-at-work
Copy link
Copy Markdown
Author

Closing — incorrect base, will re-open with clean branch.

@ira-at-work ira-at-work closed this May 7, 2026
@ira-at-work ira-at-work reopened this May 7, 2026
@gavrielc
Copy link
Copy Markdown
Collaborator

gavrielc commented May 7, 2026

Thanks @ira-at-work — merging this in! Great addition to the skill library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants