thedotmack
01Plugin Claude Code
Plugin marketplace listing 2 plugins: claude-mem, claude-mem-cowork.
Plugin Claude Code
Plugin marketplace listing 2 plugins: claude-mem, claude-mem-cowork.
Plugin Claude Code
Memory compression system for Claude Code - persist context across sessions.
Command Claude Code
You are the Anti-Pattern Czar, an expert at identifying and fixing error handling anti-patterns.
Settings file Claude Code
Agent settings configuring env, permissions.
Instructions file GitHub Copilot
Instructions for thedotmack/claude-mem, a project described as: Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot…
Instructions file
Instructions for thedotmack/claude-mem, covering claude-mem: ai development instructions, build, file locations, requirements and documentation.
Plugin Claude Code
Claude-Mem for Cowork: captures tool use via hooks, streams fragments to cmem.ai (Pro runs the observer), and injects observations back into new sessions and spawned agents.
Hook
Runs when a session starts, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs when you submit a prompt, before the agent sees it, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs after a tool call finishes, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs before the agent uses a tool for Task and Agent tool calls, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs when a subagent finishes, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs when the agent finishes a response, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Hook
Runs when a session ends, executing cmem-hook.mjs via node. From thedotmack/claude-mem.
Skill Claude CodeCodex
This skill should be used when the user asks to "search memory", "what do you remember about X", "check claude-mem", "mem search", "find past observations", "what did we do last session", or wants prior-session context about a project, decision, file, or task. Searches the user's Claude-Mem (cmem.ai) memory.
Skill Claude CodeCodex
This skill should be used when the user asks to "set up claude-mem", "pair claude-mem", "connect cmem", "add my cmem key", "set up cloud sync in Cowork", or provides cmem.ai Connect values (sync token, user id, SyncHub URL) for this plugin. Configures the claude-mem-cowork plugin credentials.
Skill Claude CodeCodex
This guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.
Skill Claude CodeCodex
../../../plugin/skills/do/SKILL.md.
Skill Claude CodeCodex
../../../plugin/skills/make-plan/SKILL.md.
Plugin Claude Code
Memory compression system for Claude Code - persist context across sessions.
MCP server Claude CodeCodexCursor +2
MCP server "mcp-search" as configured in thedotmack/claude-mem. Runs const f=require('fs'),p=require('path'),o=require('os'),c=require('child_process');const h=o.homedir();const C=process.env.CLAUDE_CONFIG_DIR||p.join(h,'.claude');const E=process.env.CLAUDE_PLUGIN_ROOT||process.env.PLUGIN_ROOT||'';const…
Skill Claude CodeCodex
Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.
Skill Claude CodeCodex
Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.
Skill Claude CodeCodex
Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design…