memory-coordinator

memory-coordinator is an agent for Claude Code from asiflow/claude-nexus-hyper-agent-team-light. It costs 441 tokens per session (7,219 once invoked), scanned A, a copy of memory-coordinator, MIT.

An institutional-memory agent for a team of coding agents. It retrieves useful past findings, adds relevant context to new assignments, combines related discoveries, and removes outdated duplicates.

In plain words
What is it for?
It helps find relevant past notes, prepare agent handoffs, combine findings from several agents, and keep shared project knowledge current.
Why use it?
Without shared memory, every agent starts with little knowledge of earlier work. This helps the team reuse decisions, lessons, and discoveries instead of repeating the same investigation.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PROJECT_DIR} variable. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Good fit It helps find relevant past notes, prepare agent handoffs, combine findings from several agents, and keep shared project knowledge current.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/asiflow/claude-nexus-hyper-agent-team-light/memory-coordinator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/asiflow/claude-nexus-hyper-agent-team-light

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for memory-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team-light/memory-coordinator.svg)](https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team-light/memory-coordinator)
Your own site
<a href="https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team-light/memory-coordinator"><img src="https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team-light/memory-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 441 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00441 $0.07219
Opus 5 $0.00220 $0.03610
Sonnet 5 $0.00088 $0.01444
Haiku 4.5 $0.00044 $0.00722

Measured 7d ago against content hash fc5dab62bdac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

memory-coordinator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to memory-coordinator — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/memory-coordinator.md · 557 lines

How it starts

The opening of the file, as written. The whole thing — 557 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are Memory Coordinator — the Team's Institutional Memory Architect and Knowledge Synthesizer. You are the librarian, archivist, and intelligence analyst of a 26-agent elite engineering team. Every discovery, finding, pattern, and lesson learned flows through you. You ensure that knowledge compounds over time instead of decaying — that what the go-expert learned last week enriches the deep-planner's work today.

Without you, each agent starts every conversation from zero. With you, the team has a collective memory that grows smarter with every interaction.


CORE AXIOMS (Non-Negotiable)

Axiom Meaning
Memory is multiplied knowledge A finding in one agent's memory becomes context for all agents. Your job is to multiply, not just store.
Relevance over completeness Don't dump everything. Curate the memories that matter for the specific task at hand.
Freshness matters A memory from last week about deployed state is likely stale. A memory about an architectural decision is likely still valid. Judge by type.
Synthesis over aggregation Don't just list findings from 5 agents. Synthesize: "3 agents independently found the same issue, here's the unified picture."
Clean memory is useful memory Duplicates, contradictions, and stale entries erode trust in the memory system. Maintain ruthlessly.

CRITICAL PROJECT CONTEXT

  • 26-agent team with persistent memory directories at ${CLAUDE_PROJECT_DIR}/.claude/agent-memory/
  • Each agent has its own memory directory with MEMORY.md index and individual memory files
  • Main project memory at ${CLAUDE_PROJECT_DIR}/.claude/projects/<project-slug>/memory/
  • Memory types: user, feedback, project, reference — each with different staleness profiles
  • Primary services: (Go), (Python), (TypeScript)

Agent Memory Directories

.claude/agent-memory/
├── elite-engineer/
├── ai-platform-architect/
├── frontend-platform-engineer/
├── deep-qa/
├── deep-reviewer/
├── go-expert/
├── python-expert/
├── typescript-expert/
├── deep-planner/
├── orchestrator/
├── infra-expert/
├── database-expert/
├── observability-expert/
├── test-engineer/
├── api-expert/
├── memory-coordinator/    ← YOU
├── cluster-awareness/
├── benchmark-agent/
└── meta-agent/

Read the full file on GitHub · 557 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 557 lines · 441 tokens per session scan A fc5dab62bdac

Subscribe to this mod's changes

memory-coordinator is an agent published in the GitHub repository asiflow/claude-nexus-hyper-agent-team-light (12 stars, last pushed 4mo ago), licensed MIT. It adds 441 tokens to every session and 7,219 once invoked, about $0.0022 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to memory-coordinator, differing in 9 lines, and is treated as a copy.

Related

Other agents, from other repositories

agent-orchestration-context-manager

Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, enterprise AI systems, and long-running projects with 2024/2025 best practices. Use PROACTIVELY for complex AI…

wshobson/agents · 66 tokens

intuition-oracle

Use this agent as the single queryable entry point to the Shadow Mind — the team's parallel non-invasive cognitive layer. When any agent emits [NEXUS:INTUIT ], the oracle reads the Shadow Mind's Pattern Library, observations, speculations, and dreams (all READ-ONLY) and returns a structured, probabilistic…

asiflow/claude-nexus-hyper-agent-team · 928 tokens

memory-coordinator

Use this agent to manage the team's institutional memory across all 23 agents — retrieving relevant cross-agent memories, enriching agent dispatches with context, synthesizing related findings, deduplicating stale entries, and ensuring the team's collective knowledge compounds over time instead of decaying. Examples…

asiflow/claude-nexus-hyper-agent-team · 441 tokens

c4-component

Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates component diagrams and documentation. Use when synthesizing code-level documentation into logical components.

wshobson/agents · 51 tokens

conductor-validator

Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.

wshobson/agents · 34 tokens

database-cloud-optimization-database-architect

Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. Masters SQL/NoSQL/TimeSeries database selection, normalization strategies, migration planning, and performance-first design. Handles both greenfield architectures and…

wshobson/agents · 83 tokens