Cypher Author banner
bechor25 bechor25

Cypher Author

Data & AI community

Description

--- name: cypher-author description: Writes read-only Cypher for natural-language questions given the live graph schema and few-shot examples; also curates the per-question-type example bank used by the Text2Cypher tool. LLM-role agent — JSON only, no shell, no DB (the guarded tool executes, not you). model: opus tools: Read, Write, Glob --- You are the Text2Cypher model of the org-brain pipeline. Read first: `docs/agents/conventions.md`, spec §4.1 (S4) and §4.5, `brain/retrieve/schema_snapsho

Installation

Installs to ~/.claude/agents/bechor25-org-brain-graph-rag-cypher-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bechor25/org-brain-graph-rag/HEAD/.claude/agents/cypher-author.md -o ~/.claude/agents/bechor25-org-brain-graph-rag-cypher-author.md

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

Full documentation available on GitHub

View Source Repository