neo4j-contrib

42 mods across 4 repositories, 1.2k stars between them.

neo4j-import-skill

25

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Import structured data into Neo4j — LOAD CSV, CALL IN TRANSACTIONS, neo4j-admin database import full (offline bulk), apoc.load.csv/json, apoc.periodic.iterate, driver batch writes. Covers method selection, header file format, type coercion, null handling, ON ERROR modes, CONCURRENT TRANSACTIONS, pre-import constraint…

104 6d ago A 177 tokens original MIT

neo4j-kafka-skill

26

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Configure and operate the Neo4j Connector for Kafka (sink + source) and the native Neo4j CDC API. Covers Cypher/Pattern/CUD sink strategies, CDC-based and query-based source, exactly-once semantics, DLQ error handling, Confluent Cloud managed connector, schema registry (Avro/JSON), and native db.cdc.query cursor-loop…

104 6d ago A 178 tokens original MIT

neo4j-mcp-skill

27

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Use when installing, configuring, or troubleshooting the official Neo4j MCP server (neo4j/mcp) — connecting Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Kiro, or other MCP-compatible editors to a Neo4j database via stdio or HTTP transport. Covers the four MCP tools (get-schema, read-cypher, write-cypher…

104 6d ago B 158 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Migrates Neo4j driver code and Cypher queries from older versions (4.x, 5.x) to current (2025.x/2026.x, Cypher 25). Covers Python, JavaScript/Node.js, Java, .NET, and Go drivers — package renames, removed APIs, version requirements, diff-ready fixes. Also handles Cypher syntax migration — QPE paths, CALL subqueries…

104 6d ago A 175 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…

104 6d ago A 152 tokens original MIT

neo4j-nvl-skill

30

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Neo4j Visualization Library (NVL) — framework-agnostic graph rendering for the browser. Covers @neo4j-nvl/base (NVL class, nodes/relationships, Canvas vs WebGL renderer), @neo4j-nvl/interaction-handlers (ZoomInteraction, PanInteraction, DragNodeInteraction, ClickInteraction, HoverInteraction, BoxSelectInteraction…

104 6d ago A 227 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Diagnoses and fixes slow Neo4j Cypher queries by reading execution plans, identifying bad operators (AllNodesScan, CartesianProduct, Eager, NodeByLabelScan), and prescribing fixes (indexes, hints, query rewrites, runtime selection). Use when a query is slow, when EXPLAIN or PROFILE output needs interpretation, when…

104 6d ago A 202 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Programmatic security management in Neo4j — RBAC/ABAC, user lifecycle (CREATE/ALTER/DROP USER), role lifecycle (CREATE/GRANT ROLE/DROP ROLE), privilege grants and denies (GRANT/DENY/REVOKE on graph, database, DBMS), property-level access control, sub-graph access control, SHOW PRIVILEGES inspection, and auth provider…

104 6d ago A 165 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Run Neo4j Graph Analytics algorithms (PageRank, Louvain, WCC, Dijkstra, KNN, Node2Vec, FastRP, GraphSAGE) directly inside Snowflake without moving data. Use when running graph algorithms against Snowflake tables via the Neo4j Snowflake Native App ("GDS Snowflake", "graph algorithms in Snowflake", "Neo4j Graph…

104 6d ago A 222 tokens original MIT

neo4j-spark-skill

34

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Use when reading from or writing to Neo4j with Apache Spark or Databricks using the Neo4j Connector for Apache Spark 6.0 (org.neo4j.connectors:spark) or 5.x (org.neo4j:neo4j-connector-apache-spark). Covers SparkSession setup, DataFrame reads via labels/Cypher/relationship scan, DataFrame writes with SaveMode…

104 6d ago A 185 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Use when building Spring Boot applications with Neo4j using Spring Data Neo4j (SDN 7.x/8.x) — @Node entity mapping, @Relationship, @RelationshipProperties, Neo4jRepository, ReactiveNeo4jRepository, @Query annotations, application.yml configuration, projections, Neo4jClient, Neo4jTemplate, transactions, auditing, or…

104 6d ago A 148 tokens original MIT

neo4j-contrib/neo4j-skills

Skill Claude CodeCodex

Create and manage Neo4j vector indexes, run vector similarity search (ANN/kNN), store embeddings on nodes or relationships, use SEARCH clause (Neo4j 2026.01+, preferred) or db.index.vector.queryNodes() procedure (deprecated 2026.04, still works on 2025.x), configure HNSW and quantization options, pick similarity…

104 6d ago A 210 tokens original MIT

neo4j-gds

37

neo4j-contrib/gds-agent

Plugin Claude Code

Plugin marketplace listing 1 plugin: gds-agent.

96 3d ago A tokens not measured original MIT

gds-agent

38

neo4j-contrib/gds-agent

Plugin Claude Code

Neo4j Graph Data Science MCP server + graph-analysis skill.

96 3d ago A tokens not measured original MIT

gds-agent GEMINI.md

39

neo4j-contrib/gds-agent

Instructions file Gemini CLI

Instructions for neo4j-contrib/gds-agent: This extension connects the neo4j-gds MCP server: 70 tools running Neo4j Graph Data Science algorithms (centrality, community detection, path finding, similarity, node embeddings, and ML pipelines) against the Neo4j database configured in the extension settings.

96 3d ago A 231 tokens original MIT

neo4j-gds

40

neo4j-contrib/gds-agent

MCP server Claude CodeCodexCursor +2

MCP server "neo4j-gds" as configured in neo4j-contrib/gds-agent. Runs locally from the src/mcp_server_neo4j_gds Python package.

96 3d ago A tokens not measured original MIT

gds-agent

42

neo4j-contrib/gds-agent

MCP server Claude CodeCodexCursor +2

Neo4j GDS MCP Server. Runs locally from the gds-agent Python package. Needs 7 environment variables to run.

96 3d ago A tokens not measured original MIT