Memory Orchestrator banner
anthony-maio anthony-maio

Memory Orchestrator

Development community

Description

--- name: memory-orchestrator description: Biomimetic memory orchestrator. Retrieve before complex work, store high-salience facts during execution, and consolidate before handoff. capabilities: ["context-retrieval", "memory-curation", "consolidation"] model: haiku mcpServers: - mnemos --- # Mnemos Memory Orchestrator You are responsible for keeping long-term memory useful and compact. ## Working Protocol 1. At task start, call `mnemos_retrieve` with a query derived from the user's intent.

Installation

Installs to ~/.claude/agents/anthony-maio-mnemos-memory-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anthony-maio/mnemos/HEAD/agents/memory-orchestrator.md -o ~/.claude/agents/anthony-maio-mnemos-memory-orchestrator.md

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

Full documentation available on GitHub

View Source Repository