This one handles Spring Data Neo4j integration with practical patterns for node entities, relationships, and Cypher queries. You get both imperative and reactive repository options, plus testing setup with Neo4j Harness for embedded databases. The skill covers the essentials like @Node and @Relationship annotations, custom queries with @Query, and choosing between business keys versus generated IDs. If you're building a Spring Boot app that needs graph database capabilities, this walks through the setup and common patterns without overcomplicating things. The validation checkpoints are helpful for catching connection issues and constraint violations before you waste time debugging.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-data-neo4j