By skynetcmd
Persist, search, and manage long-term memories for Claude Code agents and chats with hybrid FTS5+vector search, auto-captured chatlogs, knowledge-graph visualization, AI curation of duplicates, bitemporal contradiction handling, GDPR exports, and multi-agent handoffs.
npx claudepluginhub skynetcmd/m3-memory --plugin m3This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
endpointOpenAI-compatible endpoint for embeddings + enrichment. Leave empty to probe LM Studio :1234 and Ollama :11434.
${user_config.endpoint}capture_modeWhich Claude Code hooks fire chatlog ingest. One of: both | stop | precompact | none. 'both' = Stop + PreCompact (recommended). Validated by mcp-memory at runtime; invalid values fall back to 'both'.
${user_config.capture_mode}GDPR Article 20 — export all memories you own as portable JSON.
List registered agents and their last heartbeat. Useful for multi-agent setups.
Search captured chat-log turns from your prior Claude / Gemini sessions.
Delete a memory permanently. Asks for confirmation first.
Fetch one memory by UUID or short prefix.
Show memories related to a given one — knowledge-graph traversal up to 3 hops.
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.
List all m3-memory slash commands and what they do.
Install or upgrade the m3-memory CLI + system payload.
Poll the inbox for new notifications addressed to you.
Auto-classified save — picks type/scope automatically, confirms before writing.
Hybrid memory search — FTS5 + semantic vector + MMR diversity rerank.
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
List your tasks and their state. Pass an argument to filter by state.
Direct memory_write — explicit, no auto-classification. Use /m3:save for context-aware writes.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.