graalvm-docs
Installation
SKILL.md
GraalVM Native Image Documentation Lookup
Look up GraalVM native image documentation via WebFetch and cross-reference with project-specific native compilation patterns in the ide-sidecar codebase.
Determine the Project's JDK Version
The project uses GraalVM CE JDK installed via SDKMAN. Check the current version:
grep -i 'java\|jdk' .sdkmanrc 2>/dev/null; grep 'maven.compiler.release\|java.version' pom.xml | head -3
Extract the major JDK version (e.g., 21).