This walks you through the entire GraalVM Native Image build process with a practical, error-driven workflow. It detects your build tool and framework automatically, then configures Maven or Gradle plugins accordingly. The standout piece is the iterative fix engine that maps common native build failures (ClassNotFoundException, missing resources, proxy issues) directly to their metadata solutions. It covers Spring Boot's RuntimeHints, Quarkus and Micronaut patterns, and the full spectrum of reflection and resource configs. If you've ever hit a wall converting a JVM app to native and weren't sure whether to blame your dependencies, your reflection usage, or just GraalVM itself, this gives you a structured debugging path instead of trial and error.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill graalvm-native-image