Этот репозиторий входит в состав Spring Agent Toolkit — набора инструментов Amplicode для AI-кодинга на Spring.
Полная инструкция по установке: Spring Agent Toolkit — подключение к AI-агентам
| Skill | Description | Status |
|---|---|---|
spring-explore |
Automatically explores a Spring Boot application and builds project context: tech stack, module structure, domain entities, REST endpoints | Available |
spring-data-jpa |
Rules and guidelines for working with Spring Data JPA — creating/modifying entities, repositories, projections, and transactional code | Available |
connekt-script-writer |
Writing .connekt.kts scripts — Kotlin-based HTTP automation and testing using the Connekt DSL |
Available |
spring-planning |
Creates a structured implementation plan in docs/plans/ with interactive context gathering, approach selection, and task breakdown |
Available |
crud-rest-controller |
Creates a Spring REST controller with CRUD endpoints backed by a Spring Data repository | In development |
dto-creator |
Creates a DTO (Data Transfer Object) class for an entity (Java class, record, Kotlin data class, with Lombok support) | In development |
mapper-creator |
Creates a mapper between an entity and a DTO (MapStruct or custom converter) | In development |
spring-security-configuration |
Creates a Spring Security configuration class with authentication, authorization, and HTTP protection setup | In development |
java-debug |
Debugging applications via IntelliJ debugger: breakpoints, debug sessions, stepping, evaluating expressions, inspecting runtime state | In development |