neo4j-import-skill

Installation
SKILL.md

Neo4j Import Skill

When to Use

  • Importing CSV, JSON, or Parquet files into Neo4j
  • Batch-upserting nodes and relationships (UNWIND + CALL IN TRANSACTIONS)
  • Migrating relational data (SQL → graph)
  • Bulk-loading large datasets offline (neo4j-admin import)
  • Choosing between online (Cypher) and offline (admin) import methods
  • Verifying import completeness (counts, constraints, index states)

When NOT to Use

  • Unstructured docs, PDFs, vector chunksneo4j-document-import-skill
  • Live application writes (MERGE/CREATE in app code)neo4j-cypher-skill
  • neo4j-admin backup/restore/configneo4j-cli-tools-skill
  • GDS algorithm projection from existing graphneo4j-gds-skill

Related skills
Installs
69
GitHub Stars
61
First Seen
Apr 28, 2026