By DomVinyard
Persistent memory for Claude Code. Injects a contract-aware memory tree on every SessionStart, transcribes sessions, and runs a Haiku safety-net classifier that proposes memory edits when the agent forgets to write something. Inspired by openclaw and CoALA.
Grep across .clawlike/sessions/ for episodic recall. Usage = /claw search <query>
Show the loaded context files, contract index, and recent classifier activity for the clawlike-code memory layer.
First-time setup — scaffold .clawlike/context/ from the plugin's starter 8-file template set.
How the persistent-memory layer works — the canonical 8-file tree at .clawlike/context/, the CoALA taxonomy (semantic / procedural / episodic), the contract: frontmatter convention, when to add a new context file, and how to triage MEMORY.md "## Pending Lessons" at session start. Triggers when the user says "add to memory", "remember this", "you keep forgetting X", "update your axioms / identity / capabilities / map", or whenever you catch yourself promising "I'll remember" — the plugin's "Text > Brain" rule kicks in here.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub domvinyard/clawlike-code --plugin clawlike-codePre-push detector for silent stale-write reverts on main. Refuses a push when its net effect rolls a file back to a recent past state — the canonical multi-agent race where a fast-forward rebase succeeds but the content being pushed is stale relative to commits another session just landed.
Memory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.