Amplicode/spring-skills

Amplicode Agent Tools

111Stars on the repository
18Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

amplicode-install

01

Amplicode/spring-skills

Skill Claude CodeCodex

Installs the Amplicode IntelliJ plugin into IntelliJ IDEA (Ultimate/Community) and GigaIDE on the user's machine. Trigger explicitly when the user asks to install the Amplicode plugin into their IDE, in any language. Also trigger implicitly when another Spring Agent Toolkit skill (spring-explore, spring-data-jpa…

111 1mo ago B 217 tokens

codefmt

02

Amplicode/spring-skills

Skill Claude CodeCodex

Reformat source code in this project using its own code-style settings — through the IntelliJ IDE when it's running, otherwise via the project's own formatter (Spotless / google-java-format / palantir-java-format) as a fallback. Use this whenever the user asks to format, reformat, tidy, "prettify", fix indentation, or…

111 1mo ago A 155 tokens

Amplicode/spring-skills

Skill Claude CodeCodex

Write .connekt.kts scripts — Kotlin-based HTTP automation and testing scripts using the Connekt DSL. Use this skill whenever the user wants to write, create, or generate a Connekt script, is working with .connekt.kts files, describes an HTTP workflow to automate, wants to test REST APIs or HTTP endpoints, or wants to…

111 1mo ago A 122 tokens

coverage

04

Amplicode/spring-skills

Skill Claude CodeCodex

Measure a project's code coverage and report the coverage number. Use whenever coverage needs to be measured — a user asking to run the coverage report or check the current level, and also when the task itself calls for it: recording the starting coverage before development, confirming coverage didn't drop below the…

111 1mo ago A 89 tokens

Amplicode/spring-skills

Skill Claude CodeCodex

Creates a Spring REST controller with CRUD endpoints backed by a Spring Data repository. Use this skill when a CRUD controller needs to be created, either standalone or as part of a larger task.

111 1mo ago A 41 tokens

dto-creator

06

Amplicode/spring-skills

Skill Claude CodeCodex

Creates a DTO (Data Transfer Object) class for an entity. Use this skill when a DTO class needs to be created, either standalone or as part of a larger task (e.g. REST controller, service layer, replacing entity usage with a DTO).

111 1mo ago A 55 tokens

java-debug

07

Amplicode/spring-skills

Skill Claude CodeCodex

Safety rules, workflows, and tool reference for debugging applications via IntelliJ debugger: breakpoints, debug sessions, stepping, evaluating expressions, inspecting runtime state. TRIGGER when: user wants to debug, investigate a bug, set breakpoints, inspect runtime behavior, step through code, or understand why…

111 1mo ago A 207 tokens

kafka-configuration

08

Amplicode/spring-skills

Skill Claude CodeCodex

Configures Spring Boot's Kafka starter through application.properties / application.yml. Use this skill when Kafka configuration needs to be created, either standalone or as part of a larger task (e.g. before adding a KafkaTemplate producer or a @KafkaListener consumer).

111 1mo ago A 63 tokens

mapper-creator

09

Amplicode/spring-skills

Skill Claude CodeCodex

Creates a mapper between an entity and a DTO (MapStruct or custom converter). Use this skill when a mapper/converter between entity and DTO needs to be created, either standalone or as part of a larger task (e.g. after DTO creation, during CRUD setup).

111 1mo ago A 58 tokens

run-tests

10

Amplicode/spring-skills

Skill Claude CodeCodex

Run a Gradle project's tests by test type or module — unit, integration, or all. Use this skill whenever the user wants to run, re-run, or check the project's tests (e.g. "run the unit tests", "run all tests", "run the integration tests for the vet module", "did the tests pass?").

111 1mo ago A 72 tokens

spring-data-jdbc

11

Amplicode/spring-skills

Skill Claude CodeCodex

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…

111 1mo ago C 135 tokens

spring-data-jpa

12

Amplicode/spring-skills

Skill Claude CodeCodex

Rules and guidelines for working with Spring Data JPA in the project. ALWAYS use this skill when adding, removing, or modifying JPA entities, repositories, or projections. Trigger on any request that involves changing entity structure, adding new entities, modifying field annotations, updating database mappings…

111 1mo ago A 78 tokens

spring-explore

13

Amplicode/spring-skills

Skill Claude CodeCodex

Explores a Spring Boot application and builds primary context: tech stack, module structure, domain entities, REST endpoints. Triggers on explicit requests: "explore project", "describe project", "project overview", "what is this project", "project structure", "tech stack", "give me context about the project", or…

111 1mo ago A 81 tokens

Amplicode/spring-skills

Skill Claude CodeCodex

Creates a Spring Security configuration class with authentication, authorization, and HTTP protection setup. Use this skill when a security configuration needs to be created, either standalone or as part of a larger task (e.g. adding authentication to a REST API, configuring OAuth2/OIDC login, setting up JWT resource…

111 1mo ago A 66 tokens