·spring-boot-crud-patterns
{}

spring-boot-crud-patterns

Provides repeatable CRUD workflows for Spring Boot 3 services with Spring Data JPA and feature-focused architecture. Use when modeling aggregates, repositories, controllers, and DTOs for REST APIs.

318Installs·2Trend·@giuseppe-trisciuoglio

Installation

$npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-crud-patterns

How to Install spring-boot-crud-patterns

Quickly install spring-boot-crud-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-crud-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: giuseppe-trisciuoglio/developer-kit.

SKILL.md

View raw

Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure.

Create feature/ / directories with domain, application, presentation, and infrastructure subpackages to maintain architectural boundaries.

Create entity classes with invariants enforced through factory methods (create, update). Keep domain logic framework-free without Spring annotations.

Provides repeatable CRUD workflows for Spring Boot 3 services with Spring Data JPA and feature-focused architecture. Use when modeling aggregates, repositories, controllers, and DTOs for REST APIs. Source: giuseppe-trisciuoglio/developer-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-crud-patterns
Category
{}Data Analysis
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from giuseppe-trisciuoglio/developer-kit

Quick answers

What is spring-boot-crud-patterns?

Provides repeatable CRUD workflows for Spring Boot 3 services with Spring Data JPA and feature-focused architecture. Use when modeling aggregates, repositories, controllers, and DTOs for REST APIs. Source: giuseppe-trisciuoglio/developer-kit.

How do I install spring-boot-crud-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-crud-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/giuseppe-trisciuoglio/developer-kit