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
@Nodeentity classes and@Relationshipmappings - Defining
Neo4jRepository/ReactiveNeo4jRepositoryinterfaces - Writing
@Queryannotations with Cypher on repository methods - Using Spring projections (interface-based or DTO-based) with Neo4j
- Configuring
application.ymlfor Neo4j connection - Spring AI
Neo4jVectorStorefor 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