How to align the Go FFI wrapper to a new libhegel (hegel-c) release. Use after bumping the pinned libhegel version (internal/libhegel/version.go, via just vendor-libhegel), when just check fails with a symbol-resolution or version-mismatch error against libhegel, or whenever the hegel-c C API in hegel.h has changed and the Go bindings need to catch up.
$npx -y skills add hegeldev/hegel-go --skill align-libhegelInstalls into the current project.
Run `npx skills use "https://github.com/hegeldev/hegel-go" --skill "hegeldev/hegel-go/align-libhegel"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hegeldev/hegel-go" that are relevant to the current task. Run `npx skills add "https://github.com/hegeldev/hegel-go"` and select the relevant skills, then follow their instructions.