java-coding-skill

Installation
SKILL.md

Java Coding Skill

Core Principles

  • Requires Java 25 or later for building the jar artifact for Copilot SDK for java.
  • Uses the Multi-Relase jar feature JEP 238 https://openjdk.org/jeps/238 with maven.compiler.release 17 so that uses running JDK 17 can use the jar.
  • Requires GitHub Copilot CLI installed and in PATH.
  • Uses CompletableFuture for all async operations.
  • Implements AutoCloseable for resource cleanup (try-with-resources).

Installation

Maven

Installs
6
GitHub Stars
10.1K
First Seen
Jun 7, 2026
java-coding-skill — github/copilot-sdk