neo4j-cypher

Generate, optimize, and validate Cypher 25 queries for Neo4j 2025.x and 2026.x.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill neo4j-cypher-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neo4j-cypher
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/neo4j-dev/skills/neo4j-cypher
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill neo4j-cypher-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cypher query development often suffers from drift between versions, schema changes, and performance pitfalls. This skill helps generate, optimize, and validate Cypher 25 queries for Neo4j 2025.x and 2026.x, guiding you from draft to production-ready statements.

Core Features & Use Cases

  • Generates Cypher 25 queries that adhere to Cypher 25 syntax, version gates, and schema-first protocols.
  • Optimizes reads and writes, supports subqueries, dynamic labels, vector and full-text search, and bulk operations.
  • Applies to new query creation, refactoring slow queries, verifying plan feasibility, and teaching best practices with safety checks.

Quick Start

Provide a Cypher 25 query example for your Neo4j schema and let the skill validate and optimize it.

Frequently Asked Questions about neo4j-cypher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate parameterized Cypher queries for Neo4j?

To generate parameterized Cypher queries for Neo4j, provide your schema details and let the skill draft production-ready statements. It enforces a schema-first approach with Cypher 25 defaults to ensure safety and compatibility across Neo4j 2025.x and 2026.x databases.

What is the best way to optimize slow Cypher query patterns?

Optimizing slow Cypher query patterns involves refactoring reads and writes while validating plan feasibility. This skill analyzes your existing statements, applies subqueries and batch operations, and enforces version gates to refine slow patterns into efficient Cypher 25 queries.

Can I use vector search and full-text search together in Neo4j?

Yes, you can use vector search and full-text search together in Neo4j. This skill generates and validates Cypher 25 queries that specifically support integrating vector search, full-text search, and dynamic labels within your database operations.

Does this approach support dynamic labels and subqueries in Cypher 25?

Yes, this approach supports dynamic labels and subqueries in Cypher 25. It generates queries that adhere to Cypher 25 syntax and schema-first protocols, ensuring features like subqueries, dynamic labels, and bulk operations are correctly validated for Neo4j 2025.x and 2026.x.

Why does my Cypher query fail schema validation after a version upgrade?

Cypher queries often fail schema validation after a version upgrade due to syntax drift between versions. This skill enforces Cypher 25 defaults and schema-first protocols, guiding your draft statements to production-ready queries that maintain compatibility with Neo4j 2025.x and 2026.x.