Classify Memory banner
danielstewart77 danielstewart77

Classify Memory

Data & AI community

Description

--- 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

Installation

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.

Full documentation available on GitHub

View Source Repository