Hearmemory — Development skill for Claude Code
Shared memory for multi-agent coding: subagents and Codex/Claude Code/Cursor hand-offs share one project memory; Jev checks agents' claims against real evidence.
How to install Hearmemory
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ssd1051/hearmemory and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hearmemory does
Shared memory for multi-agent coding: subagents and Codex/Claude Code/Cursor hand-offs share one project memory; Jev checks agents' claims against real evidence.
Alternatives in Development
- Cq — An open standard for shared agent learning 1.3k ★
- Skill Flow — Install, manage, and share skills across every major coding agent — Claude Code, Cursor, Copilot, and more 205 ★
- PropMotion — Claude Code skill: make one 3D object perform in your SwiftUI app 108 ★
README
HearMemory
English | [简体中文](README.zh-CN.md)
**Shared memory for multi-agent coding: parallel subagents and agents handing work to each other (Codex, Claude Code, Cursor) share one project memory, and Jev, a small, fast judge model, checks every agent's claims against real evidence (test runs, diffs, commits), so the next agent knows what it can trust.**
Overview
HearMemory records what coding agents do in a project (commands, test results, file edits, commits) and what they claim ("fixed X", "tests pass"). A background worker asks Jev a few narrow questions about these records: do two mentions refer to the same code object, are two records the same event, does one claim restate another, and does the recorded evidence support or refute a claim. Every new session and every new subagent then receives a short brief with the findings of the other agents and the status of each claim, and every `git commit` is checked against the shared memory.
Features
- Multi-agent coordination. Parallel subagents see each other's results as they arrive. Sequential agents, including agents of different vendors, continue from where the previous one stopped.
- Evidence-checked claims. Each claim is labelled
SUPPORTED,DISPUTED,REFUTED,SAME-SOURCE ONLY, and so on, based on independent test runs, diffs and commits, with full provenance (agent, session, subagent, commit). - Fast, low-cost judge. Jev answers in about 0.5 s per call (benchmark median) and costs well under one cent per working session. Without an API key, HearMemory falls back to deterministic rules.
- Pre-commit check. Commits that rely on refuted claims, touch files with open issues, or follow a failing test run are flagged or blocked, depending on configuration.
Related Skills
Jev Guard
Probability-scored guardrails for Claude Code: deny rule-breaking edits and unasked-for deploys, route your do
Twin Sparrow Grounded Collaboration
Multi-agent collaboration discipline: claims must carry evidence, requests must be read for their object befor
Truth Shield
Stop Claude from lying to you. A Claude Code skill that fact-checks every claim against real sources — code fi
Specforge
SpecForge's job is to keep the good parts — artifact gating, progressive loading, profile tailoring, sub-agent
Agent Dev Toolkit
Multi-agent skills toolkit: sync shared SDD workflows, stack skills, and policy into Cursor, Claude, Codex, Co
LearnForge Skill
Turn Evidence into Real Learning. Not just video summaries, but structured Obsidian notes forged from multi- │
Related Agents
Envoy Runner
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper roo
Cursor Delegate
Proactively use when this coding agent should hand a substantial coding, diagnosis, or implementation task to
Plugin Host Parity Checker
Checks that the shared skills/ tree, the three host manifests (.claude-plugin/, .cursor-plugin/, .codex-plugin