Source

amplicode/spring-skills

16 skills · 3.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
spring-planning Create structured implementation plan in docs/plans/
amplicode/spring-skills
321
2
spring-security-configuration Creates a Spring Security configuration class with authentication, authorization, and HTTP protection setup. Use this…
amplicode/spring-skills
321
3
spring-explore Explores a Spring Boot application and builds primary context: tech stack, module structure, domain entities, REST en…
amplicode/spring-skills
320
4
spring-data-jpa Rules and guidelines for working with Spring Data JPA in the project.
amplicode/spring-skills
318
5
dto-creator Creates a DTO (Data Transfer Object) class for an entity. Use this skill when a DTO class needs to be created, either…
amplicode/spring-skills
311
6
mapper-creator Creates a mapper between an entity and a DTO (MapStruct or custom converter). Use this skill when a mapper/converter …
amplicode/spring-skills
309
7
java-debug Safety rules, workflows, and tool reference for debugging applications via IntelliJ debugger: breakpoints, debug sess…
amplicode/spring-skills
306
8
crud-rest-controller Creates a Spring REST controller with CRUD endpoints backed by a Spring Data repository. Use this skill when a CRUD c…
amplicode/spring-skills
304
9
spring-data-jdbc Rules and guidelines for working with Spring Data JDBC in the project. ALWAYS use this skill when adding, removing, o…
amplicode/spring-skills
287
10
connekt-script-writer Write `.connekt.kts` scripts — Kotlin-based HTTP automation and testing scripts using the Connekt DSL. Use this skill…
amplicode/spring-skills
233
11
kafka-configuration Configures Spring Boot's Kafka starter through `application.properties` / `application.yml`. Use this skill when Kafk…
amplicode/spring-skills
233
12
amplicode-install Installs the Amplicode IntelliJ plugin into IntelliJ IDEA (Ultimate/Community) and GigaIDE on the user's machine. Tri…
amplicode/spring-skills
201
13
codefmt Reformat source code in this project using its own code-style settings — through the IntelliJ IDE when it's running, …
amplicode/spring-skills
133
14
run-tests Run a Gradle project's tests by test type or module — unit, integration, or all. Use this skill whenever the user wan…
amplicode/spring-skills
125
15
coverage Measure a project's code coverage and report the coverage number. Use whenever coverage needs to be measured — a user…
amplicode/spring-skills
118
16
mutation-testing Set up and run mutation testing with PIT (pitest) on a Gradle project, and read the mutation score. Use this skill wh…
amplicode/spring-skills
17