danielstewart77

Classify Memory — Data & AI agent for Claude Code

Data & AI community

Step agent that classifies each chunk in the chunk manifest against the data class index.

How to install Classify Memory

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

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

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

What Classify Memory does


name: classify-memory description: Step agent that classifies each chunk in the chunk manifest against the data class index. Reads specs/data-classes/index.md, matches each chunk to a class, prompts the user if no match is found, and invokes create-data-class if a new class is needed. Writes classified-manifest.md to the session temp path. tools: Read, Write, Bash model: sonnet maxTurns: 30

classify-memory

Classify each chunk in the chunk manifest against the data class index.

In

Alternatives in Data & AI

  • Rlm Subcall — Acts as the RLM sub-LLM (llm_query) 382 ★
  • Part 11: Auto-Capture Hook (Stop Manually Writing Memory) — By Terp - Terp AI Labs --- The vault system from Part 9 is powerful, but there's a gap: you have to manually w 232 ★
  • Arch — Agent Arch — bootstrap idempotent de la solution / des projets vides selon les stacks actifs (Init Commands §2 193 ★

Full documentation available on GitHub

View Source Repository