java▌
39 indexed skills · max 10 per page
java-springboot
github/awesome-copilot · Backend
Comprehensive best practices guide for building production-ready Spring Boot applications. \n \n Covers project structure, dependency injection patterns, and configuration management including externalized config, type-safe properties, and environment profiles \n Details web layer design with RESTful APIs, DTOs, validation, and global exception handling \n Addresses service layer statelessness, transaction management, and data access patterns using Spring Data JPA with custom queries and project
java-coding-standards
affaan-m/everything-claude-code · Backend
Coding standards for readable, maintainable Java 17+ in Spring Boot services. \n \n Covers naming conventions (PascalCase for classes, camelCase for methods, UPPER_SNAKE_CASE for constants), immutability patterns with records and final fields, and Optional usage with map/flatMap \n Establishes best practices for streams, exception handling with domain-specific exceptions, and type-safe generics \n Includes project structure guidance (Maven/Gradle layout), formatting rules, and code smells to avo
java-pro
rmyndharis/antigravity-skills · Backend
You are a Java expert specializing in modern Java 21+ development with cutting-edge JVM features, Spring ecosystem mastery, and production-ready enterprise applications.
java-concurrency
pluginagentmarketplace/custom-plugin-java · Backend
Master Java concurrency patterns for thread-safe applications.
java-refactoring-extract-method
github/awesome-copilot · Backend
Java method extraction refactoring for improved readability and maintainability. \n \n Identifies methods exceeding complexity thresholds (LOC > 15, statements > 10, cyclomatic complexity > 10) and extracts logical code blocks into focused helper methods \n Produces fully compilable Java 17 code with descriptive method names and single-line documentation comments \n Preserves all original functionality while reducing cognitive load and improving testability through smaller, single-responsibility
java-pro
sickn33/antigravity-awesome-skills · Backend
You are a Java expert specializing in modern Java 21+ development with cutting-edge JVM features, Spring ecosystem mastery, and production-ready enterprise applications.
java-dev
doccker/cc-use-exp · Backend
参考来源: Google Java Style Guide、阿里巴巴 Java 开发手册
java-performance
pluginagentmarketplace/custom-plugin-java · Backend
Optimize JVM performance through profiling, GC tuning, and memory analysis.
java-architect
jeffallan/claude-skills · Backend
Enterprise Java specialist for Spring Boot 3.x, microservices, and cloud-native development. \n \n Covers Spring Boot 3.x architecture, WebFlux reactive endpoints, Spring Data JPA optimization, and Spring Security with OAuth2/JWT configuration \n Enforces Java 21 LTS features, DDD/Clean Architecture principles, and comprehensive test coverage (85%+ target) with Maven/Gradle verification workflows \n Includes domain modeling, service layer design, repository patterns, and REST endpoint implementa
aws-sdk-java-v2-lambda
giuseppe-trisciuoglio/developer-kit · Cloud
AWS Lambda function invocation, management, and Spring Boot integration using AWS SDK for Java 2.x. \n \n Supports synchronous and asynchronous Lambda invocation with JSON payload serialization and typed response parsing \n Covers function lifecycle operations: create, update, delete, list, and retrieve configurations including environment variables and concurrency settings \n Includes Spring Boot integration patterns with bean configuration, service abstractions, and type-safe Lambda invoker se