java▌
39 indexed skills · max 10 per page
java-add-graalvm-native-image-support
github/awesome-copilot · Backend
Automate GraalVM native image configuration, build, and error resolution for Java applications. \n \n Detects project structure (Maven/Gradle) and framework (Spring Boot, Quarkus, Micronaut) to apply framework-specific native image setup \n Adds GraalVM Native Build Tools plugins with appropriate configuration profiles and iteratively resolves build errors \n Handles common native image issues including reflection, resource access, JNI, and dynamic proxy configuration through generated metadata
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-performance
pluginagentmarketplace/custom-plugin-java · Backend
Optimize JVM performance through profiling, GC tuning, and memory analysis.
aws-sdk-java-v2-kms
giuseppe-trisciuoglio/developer-kit · Cloud
AWS KMS key management, encryption, and digital signing for Java applications with envelope encryption and Spring Boot integration. \n \n Covers key creation, encryption/decryption, envelope encryption for large data, digital signatures, and key rotation using AWS SDK for Java 2.x \n Includes synchronous and asynchronous client setup, Spring Boot service configuration, and IAM permission patterns \n Provides envelope encryption patterns to reduce KMS API calls and support data larger than 4KB li
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
java-docs
github/awesome-copilot · Backend
Javadoc best practices for documenting Java types, methods, and members. \n \n Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code \n Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking \n First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without period
java-architect
404kidwiz/claude-supercode-skills · Backend
Provides expert Java architecture expertise specializing in Java 21, Spring Boot 3, and Jakarta EE ecosystem. Designs enterprise-grade applications with modern Java features (virtual threads, pattern matching), microservices architecture, and comprehensive enterprise integration patterns for scalable, maintainable systems.
java-testing-advanced
pluginagentmarketplace/custom-plugin-java · Backend
Advanced testing techniques for comprehensive test coverage.
java-gradle
pluginagentmarketplace/custom-plugin-java · Backend
Master Gradle build tool with Kotlin DSL for Java projects.
java-spring-development
mindrally/skills · Backend
Organize code using the standard layered pattern: