I built Codemate — a multi-agent coding assistant with memory and mistake learning
Summary
Codemate is an open-source, multi-agent coding assistant with memory, mistake learning, and drift detection to improve AI coding workflows for long tasks and refactoring.
Similar Articles
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
I got tired of coding agents stepping on each other, so I built a coordination layer
The author describes building Manciple, a coordination layer that manages multiple coding agents (like Claude Code, Codex, OpenCode) to prevent conflicts and overlaps, enabling autonomous completion of scoped tasks.
mattpocock/skills
This open-source repository provides a composable set of AI agent skills and prompts designed to improve alignment, reduce verbosity, and optimize workflows for coding assistants like Claude Code and Codex.
PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents
PROJECTMEM is an open-source, local-first memory and judgment layer for AI coding agents that records development events and provides deterministic warnings before repeating failed actions, reducing token waste and improving reproducibility.
@tom_doerr: Zero-config multi-agent AI coding setup https://github.com/lee-to/ai-factory…
AI Factory is a zero-configuration developer tool that sets up a multi-agent AI coding environment with built-in skills, spec-driven development, and support for various AI agents like Claude, Cursor, and Codex, allowing users to start building with a single command.