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).

Documentation URL Map

GraalVM Reference

Installs
1
GitHub Stars
5
First Seen
Jun 12, 2026
graalvm-docs — confluentinc/ide-sidecar