graal
Build fast native executables from Java apps with AI guidance
All Skills in This Repository (4)
Pure Emerald Level Indicatorsbuild-native-image-maven
Build GraalVM native images for Java applications using the native-maven-plugin.
build-native-image-gradle
Automate GraalVM native image builds from Java projects via Gradle tasks.
building-native-image
Build GraalVM Native Image executables from Java sources with CLI options.
update-libcontainer
Reimports vendored libcontainer sources from newer JDK revisions while preserving Native Image adaptations.
Frequently Asked Questions
FAQPage SchemaHow to install GraalVM skills?โผ
Run `npx skills add oracle/graal --all -g -y` in your terminal to install all native image build skills globally.
How to build a native image from a Java app?โผ
The building-native-image skill walks your AI agent through compiling with javac and running `native-image` to produce a standalone executable. It also covers Maven and Gradle plugin setups for larger projects.
How to fix missing reflection errors in Native Image?โผ
The skills include reachability metadata references that explain how to register reflection, JNI, resources, and serialization entries, or collect them automatically with the tracing agent.
Does this work with Maven and Gradle builds?โผ
Yes. Dedicated skills cover the native-maven-plugin and Gradle Native Build Tools, including plugin configuration, native testing, and build argument tuning.
Do I need GraalVM installed to use these skills?โผ
Yes. You need a GraalVM JDK with JAVA_HOME pointing to it so the native-image tool and build plugins can be found.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core