Use when the project follows hexagonal (ports & adapters) architecture. Prevents domain code from depending on Spring or JPA. Use when you see packages like domain/, application/, infrastructure/, or adapters/ in the project structure.
$npx -y skills add rrezartprebreza/spring-boot-skills --skill hexagonal-architectureInstalls into the current project.
Run `npx skills use "https://github.com/rrezartprebreza/spring-boot-skills" --skill "rrezartprebreza/spring-boot-skills/hexagonal-architecture"` 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/rrezartprebreza/spring-boot-skills" that are relevant to the current task. Run `npx skills add "https://github.com/rrezartprebreza/spring-boot-skills"` and select the relevant skills, then follow their instructions.