neo4j-spring-data-skill

Installation
SKILL.md

Neo4j Spring Data Skill

Status: Draft / WIP — Content is a placeholder. Reference files to be added.

When to Use

  • Configuring Spring Boot with Neo4j (spring-boot-starter-data-neo4j)
  • Writing @Node entity classes and @Relationship mappings
  • Defining Neo4jRepository / ReactiveNeo4jRepository interfaces
  • Writing @Query annotations with Cypher on repository methods
  • Using Spring projections (interface-based or DTO-based) with Neo4j
  • Configuring application.yml for Neo4j connection
  • Spring AI Neo4jVectorStore for vector search in Spring apps

When NOT to Use

  • Raw Java driver without Spring → use neo4j-driver-java-skill
  • Cypher query authoring → use neo4j-cypher-skill
  • Driver version upgrades → use neo4j-migration-skill
Related skills
Installs
1
GitHub Stars
61
First Seen
Apr 28, 2026