danielstewart77

Save Memory — Development agent for Claude Code

Development community

Step agent that executes memory writes from the routing manifest.

How to install Save Memory

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-save-memory.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/save-memory.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-save-memory.md

Restart Claude Code, or start a new session, for it to be picked up.

What Save Memory does


name: save-memory description: Step agent that executes memory writes from the routing manifest. Loads save specs once per run, processes each chunk per its destination, handles conflict detection and user interaction, then executes writes via memory_store and graph_upsert. tools: Read, Write, Bash model: sonnet maxTurns: 50

save-memory

Execute memory writes for all chunks in the routing manifest.

Input

Parse from the prompt:

  • session_path: temp directory containing routing-m

Alternatives in Development

Full documentation available on GitHub

View Source Repository