neo4j-driver-javascript-skill
Installation
SKILL.md
Neo4j JavaScript Driver
Package: neo4j-driver
Current stable: v6
Docs: https://neo4j.com/docs/javascript-manual/current/
API ref: https://neo4j.com/docs/api/javascript-driver/current/
When to Use
- Writing JavaScript or TypeScript code that connects to Neo4j
- Setting up
neo4j.driver(),executeQuery(), or session patterns in Node.js or the browser - Questions about Integer handling (
neo4j.int), temporal types, async/Promise patterns, or TypeScript typing - Debugging result consumption, session closure, or browser/WebSocket usage
When NOT to Use
- Writing or optimizing Cypher queries → use
neo4j-cypher-skill - Upgrading from an older driver version → use
neo4j-migration-skill
Related skills
More from neo4j-contrib/neo4j-skills
neo4j-cypher-skill
Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x.
235neo4j-cli-tools-skill
Use when working with Neo4j command-line tools — neo4j-admin (backup, restore,
115neo4j-getting-started-skill
Orchestrates zero-to-running-app in 8 stages — prerequisites → context →
85neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node
81neo4j-migration-skill
Use when upgrading Neo4j drivers or Cypher queries from older versions
78neo4j-graphrag-skill
Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python
76