byamplicode· 15 skills
Rules and guidelines for working with Spring Data JDBC in the project. ALWAYS use this skill when adding, removing, or modifying Spring Data JDBC entities (@Table from org.springframework.data.relational.core.mapping), aggregates, AggregateReference links, embedded objects, @MappedCollection associations, or Spring Data JDBC repositories (CrudRepository / ListCrudRepository). Trigger on any request that touches @Table, @Column, @MappedCollection, @Embedded annotations from spring-data-relational, AggregateReference fields, @PersistenceCreator constructors, or @Query methods on JDBC repositories. Do NOT use for JPA (jakarta.persistence) entities — use the spring-data-jpa skill instead.
$npx -y skills add amplicode/spring-skills --skill spring-data-jdbcInstalls into the current project.
Run `npx skills use "https://github.com/amplicode/spring-skills" --skill "amplicode/spring-skills/spring-data-jdbc"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amplicode/spring-skills" that are relevant to the current task. Run `npx skills add "https://github.com/amplicode/spring-skills"` and select the relevant skills, then follow their instructions.