Skip to content

feat(plugin): MemMesh Claude Code plugin + 23 agent skills - #1

Merged
rrader26 merged 1 commit into
mainfrom
feat/memmesh-plugin-and-skills
Jul 13, 2026
Merged

feat(plugin): MemMesh Claude Code plugin + 23 agent skills#1
rrader26 merged 1 commit into
mainfrom
feat/memmesh-plugin-and-skills

Conversation

@rrader26

Copy link
Copy Markdown
Contributor

What

Packages MemMesh as a Claude Code plugin (marketplace + plugin manifests + MCP config) plus 23 skills — mirroring Mem0's "vibe coding" distribution surface and going past it. Decoupled from the Rust binary (the installer previously baked a single skill via include_str!; the plugin standard scales to many and installs via /plugin install or npx skills add).

Skills

Reference (skills/)

  • memmesh-sdk — hosted TS SDK, incl. the predict / lattice / learning / verticals surface
  • memmesh-cli — local CLI + MCP server (zero-infra, no API key)

Pipeline (skills/)

  • memmesh-integrate — TDD, additive, feature-flag-gated wiring ("a PR maintainers accept")
  • memmesh-test-integration — real E2E smoke flow + scorecard
  • memmesh-migrateMem0 / Zep / vector-store → MemMesh, or local → hosted

Operational (integrations/memmesh-plugin/skills/)
remember · forget · peek · tour · stats · context-loader · dream · pin · export · import · onboard · switch-project · health

Differentiators (no vector-recall layer can ship these)
predict · why (calibration + provenance + abstention) · behaviors · graph (multi-hop + point-in-time + spreading activation) · benchmark (LOCOMO head-to-head vs Mem0/Zep)

Layout

.claude-plugin/marketplace.json
integrations/memmesh-plugin/
  .claude-plugin/plugin.json
  .mcp.json                       # stdio: `memmesh mcp`
  README.md
  skills/<18 operational+differentiator skills>
skills/
  README.md
  memmesh-sdk, memmesh-cli, memmesh-integrate, memmesh-test-integration, memmesh-migrate

Notes

  • The operational skills (forget/stats/dream/pin/health) depend on the new memory_delete / memory_supersede / memory_stats MCP tools — see the companion engine PR (thinkfleet-memory-engine#88).
  • Additive only. The existing always-on skills/memmesh (observe/recall loop) is unchanged; this is a separate distribution surface.
  • Skills reference docs.memmesh.ai/llms-full.txt and openapi.json, which should be published (we ship llms.txt today).

🤖 Generated with Claude Code

Packages MemMesh as a Claude Code plugin (marketplace + plugin manifests +
MCP config), decoupled from the Rust binary so the skill set scales beyond
the single include_str! skill the installer baked in.

Reference skills (skills/):
- memmesh-sdk   — hosted TS SDK incl. the predict/lattice/learning moat
- memmesh-cli   — local CLI + MCP (zero-infra, no key)

Pipeline skills (skills/):
- memmesh-integrate         — TDD, additive, feature-flag-gated wiring
- memmesh-test-integration  — real E2E smoke + scorecard
- memmesh-migrate           — Mem0 / Zep / vector-store -> MemMesh, or local -> hosted

Operational skills (integrations/memmesh-plugin/skills/):
  remember, forget, peek, tour, stats, context-loader, dream, pin,
  export, import, onboard, switch-project, health

Differentiator skills (no vector-recall layer can ship these):
  predict, why (calibration + provenance + abstention), behaviors,
  graph (multi-hop + point-in-time + spreading activation), benchmark
  (LOCOMO head-to-head vs Mem0/Zep)

Also refreshes the README MCP tool table (was stale: 4 dot-named tools;
the server exposes 15 underscore-named tools, including the new
memory_delete/supersede/stats — see the engine PR).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rrader26
rrader26 merged commit 3cc02bc into main Jul 13, 2026
1 check failed
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