When to Use Writing, optimizing, or debugging Cypher queries Graph pattern matching, QPEs, variable-length paths Vector/fulltext search, subqueries, batch writes, LOAD CSV When NOT to Use Driver migration/API changes → neo4j-migration-skill DB admin (users, config, backups) → neo4j-cli-tools-skill Hybrid search that combines vector with fulltext or other ranked sources → neo4j-vector-index-skill GQL conformance note: LET , FINISH , FILTER , and INSERT are valid Cypher 25 clauses (introduced via GQL conformance, mostly in Neo4j 2025.06). On older versions, fall back to WITH / (omit RETURN) / WHERE / CREATE . INSERT requires & -separated multi-labels and does not support dynamic labels/types. Pre-flight Show more Installs 566 Repository neo4j-contrib/n…j-skills GitHub Stars 88 First Seen Mar 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
neo4j-cypher-skill
安装
npx skills add https://github.com/neo4j-contrib/neo4j-skills --skill neo4j-cypher-skill