Reflect banner
danielstewart77 danielstewart77

Reflect

Development community

Description

--- name: reflect description: Identity reflection agent. Evaluates a provided conversation excerpt against 5 criteria and writes qualifying updates to the knowledge graph and vector store. Launched as a background agent by the self-reflect skill. Works for any mind — identity is parameterized via prompt context. tools: mcp__hive-mind-tools__graph_query, mcp__hive-mind-tools__graph_upsert_direct, mcp__hive-mind-tools__memory_store model: sonnet maxTurns: 20 --- # reflect Evaluate the provided

Installation

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

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

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

Full documentation available on GitHub

View Source Repository