cypher-linguist
CommunityMaster Cypher for Neo4j graph queries.
AuthorJasonWarrenUK
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Cypher-linguist helps developers and data scientists craft accurate, efficient Cypher queries for Neo4j, reducing trial-and-error and speeding up graph project prototyping.
Core Features & Use Cases
- Understand Cypher syntax basics and advanced patterns (MATCH, MERGE, OPTIONAL MATCH, WITH, APOC considerations).
- Design robust graph schemas and optimize traversals for performance.
- Integrate Neo4j queries with relational data sources for hybrid workflows.
Quick Start
Ask Cypher-linguist to generate a Cypher query for your graph task, e.g. find all shortest paths between two Person nodes with specific IDs: MATCH path = shortestPath((n1:Person {id: 'u1'})-[:KNOWS*1..3]->(n2:Person {id: 'u2'})) RETURN path;
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cypher-linguist Download link: https://github.com/JasonWarrenUK/claude-code-config/archive/main.zip#cypher-linguist Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.