neo4j-cypher-skill

Upgrade legacy Neo4j Cypher queries to modern 2025.x/2026.x syntax.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/DebuggingInTears/flowguard-adk --skill neo4j-cypher-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neo4j-cypher-skill
Source: https://github.com/DebuggingInTears/flowguard-adk/tree/main/.agents/skills/neo4j-cypher-skill
Command: npx skills add https://github.com/DebuggingInTears/flowguard-adk --skill neo4j-cypher-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Upgrades legacy Neo4j Cypher queries to modern 2025.x/2026.x syntax by consolidating official migration guidance and ensuring compatibility.

Core Features & Use Cases

  • Migration guidance that replaces deprecated Cypher constructs across 4.x, 5.x, and 25 targets.
  • Codebase analysis to detect Cypher usage and identify queries affected by version changes.
  • References to changelogs and official migration notes to support hands-on upgrades.

Quick Start

Paste your Cypher queries or a codebase reference and specify the target Neo4j version to generate a migration plan.

Frequently Asked Questions about neo4j-cypher-skill

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

FAQPage Schema
How do I upgrade legacy Neo4j Cypher queries to modern syntax?

To upgrade legacy Neo4j Cypher queries, paste your codebase or queries and specify the target Neo4j version. The skill analyzes usage and applies 4.x, 5.x, or 25 migration guidelines to replace deprecated constructs.

What deprecated Cypher constructs are replaced during a Neo4j version migration?

Deprecated Cypher constructs replaced during a Neo4j version migration include outdated functions and legacy syntax patterns. The skill identifies these affected queries and provides a plan referencing official changelogs.

Does this Neo4j Cypher migration tool support upgrading codebases to version 2025.x?

Yes, this Neo4j Cypher migration tool supports upgrading codebases to version 2025.x and 2026.x. It analyzes your codebase to detect affected queries and applies the appropriate 25 migration guidelines.

What is the best way to plan a Neo4j graph database migration across multiple versions?

The best way to plan a Neo4j graph database migration is to analyze the codebase to determine the target version. The skill then consolidates official migration guidance to replace deprecated functions and generate a step-by-step upgrade plan.

Can I get official changelog references for deprecated Neo4j Cypher functions?

Yes, you can get official changelog references for deprecated Neo4j Cypher functions. The skill provides a migration plan that includes direct references to official migration notes and changelogs to support hands-on upgrades.

Why do my Cypher queries break after a Neo4j 5.x upgrade?

Cypher queries break after a Neo4j 5.x upgrade due to deprecated syntax and functions. The skill analyzes your codebase to identify these affected queries and applies specific 4.x and 5.x migration guidelines to restore compatibility.