feat(plugin): MemMesh Claude Code plugin + 23 agent skills - #1
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 installornpx skills add).Skills
Reference (
skills/)memmesh-sdk— hosted TS SDK, incl. thepredict/lattice/learning/ verticals surfacememmesh-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 + scorecardmemmesh-migrate— Mem0 / Zep / vector-store → MemMesh, or local → hostedOperational (
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
Notes
forget/stats/dream/pin/health) depend on the newmemory_delete/memory_supersede/memory_statsMCP tools — see the companion engine PR (thinkfleet-memory-engine#88).skills/memmesh(observe/recall loop) is unchanged; this is a separate distribution surface.docs.memmesh.ai/llms-full.txtandopenapi.json, which should be published (we shipllms.txttoday).🤖 Generated with Claude Code