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
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