java▌
39 indexed skills · max 10 per page
observability-edot-java-instrument
elastic/agent-skills · Backend
Read the setup guide before making changes:
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-spring-boot
pluginagentmarketplace/custom-plugin-java · Backend
Production-ready Spring Boot applications with REST APIs, security, data access, and monitoring. \n \n Covers REST API development with Spring MVC/WebFlux, request validation, and exception handling via @ControllerAdvice \n Includes Spring Security configuration for OAuth2, JWT authentication, method-level authorization, and CORS/CSRF protection \n Provides Spring Data JPA patterns: repositories, query methods, pagination, auditing, and transaction management \n Integrates Actuator for health ch
java-fundamentals
pluginagentmarketplace/custom-plugin-java · Backend
Master core Java programming with production-quality patterns.
java-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready MCP servers in Java with the official SDK, Maven or Gradle, and reactive streams. \n \n Scaffolds complete project structure with tools, resources, and prompts organized into separate handler classes \n Includes Maven and Gradle templates with MCP SDK, SLF4J logging, Project Reactor, and JUnit 5 dependencies \n Provides ready-to-use handler templates for tools, resources, and prompts with error handling and async Mono-based responses \n Generates test suite examples and
java-refactoring-remove-parameter
github/awesome-copilot · Backend
You are an expert in refactoring Java methods.
java-quarkus-development
mindrally/skills · Backend
java-quarkus-development
create-spring-boot-java-project
github/awesome-copilot · Backend
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose. \n \n Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies \n Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation \n Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with pers
java-junit
github/awesome-copilot · Backend
JUnit 5 best practices for standard and data-driven unit testing with practical patterns. \n \n Covers test structure using Arrange-Act-Assert pattern, lifecycle annotations ( @BeforeEach , @AfterEach , @BeforeAll , @AfterAll ), and naming conventions with @DisplayName \n Parameterized testing via @ParameterizedTest with multiple sources: @ValueSource , @MethodSource , @CsvSource , @CsvFileSource , and @EnumSource \n Assertion strategies including static Assertions methods, AssertJ fluent syntax