allierays

Neo4j — Development skill for Claude Code

Development community

Neo4j and Cypher best practices for the Ethos project.

How to install Neo4j

Installs to ~/.claude/commands/allierays-ethos-academy-neo4j.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/allierays/ethos-academy/HEAD/.claude/commands/neo4j.md -o ~/.claude/commands/allierays-ethos-academy-neo4j.md

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

What Neo4j does


description: Neo4j and Cypher best practices for the Ethos project. Query patterns, sync driver usage, and project conventions. allowed-tools: [Read, Glob, Grep, Bash]

Neo4j Reference

Load the Neo4j skill context and help the user with their graph-related question.

Context

Read the following files to understand the current graph implementation:

  1. ethos/graph/service.py — driver lifecycle
  2. ethos/graph/read.py — read query patterns
  3. ethos/graph/write.py — write query p

Alternatives in Development

  • Theme Color Conventions — Extensions in this repo use a consistent color language mapped to Pi's theme tokens 526 ★
  • Memory Search — Search through Claude's persistent memories for specific content, patterns, or keywords 332 ★
  • Medusa Agent Skills — Agent skills and commands for Medusa best practices and conventions 211 ★

Full documentation available on GitHub

View Source Repository