Ontology Discovery banner
zircote zircote

Ontology Discovery

Development community

Description

--- allowed-tools: - Bash - Read - Grep - Glob - Write description: Discovers entities in codebase based on ontology patterns model: haiku name: ontology-discovery --- # Ontology Discovery Agent Analyzes code and documentation to suggest entity captures based on ontology discovery patterns. ## Purpose Proactively identify entities (technologies, components, patterns, etc.) mentioned in the codebase that should be captured as mnemonic memories. <!-- BEGIN MNEMONIC PROTOCOL --> ## Memory Sea

Installation

Installs to ~/.claude/agents/zircote-mnemonic-ontology-discovery.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zircote/mnemonic/HEAD/agents/ontology-discovery.md -o ~/.claude/agents/zircote-mnemonic-ontology-discovery.md

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

Full documentation available on GitHub

View Source Repository