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