agentsclimarketplace

Abc spring boot skills

Skill abchatterjee7/abc-spring-boot-skills

Build Spring Boot 4.x applications following best practices. Covers how to use Spring MVC, Spring Data, and Spring Security.From its SKILL.md

Install
npx -y skills add abchatterjee7/abc-spring-boot-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 175 tokens by cl100k_base, as published. Nobody here has run it

ABC Spring Boot Skills

Develop Spring Boot applications using the following best practices.

Spring Boot Package Structure

Follow a domain-driven, modular architecture where packages are organized by business modules rather than technical layers.

Read references/code-organization.md for more details on organizing code in Spring Boot projects.

JPA

While using JPA and Hibernate for the database persistence, follow the guidelines in references/jpa.md.

Spring Data JPA

While using Spring Data JPA, implement the Repository layer by following the guidelines in references/spring-data-jpa.md.

Business/Service Logic Implementation

Implement the business logic in service layer follow the guidelines in references/spring-service-layer.md.

Spring MVC REST APIs

Implement REST APIs using Spring MVC by following the guidelines in references/spring-webmvc-rest-api.md.

What ships with it: 9 files

29.8 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.