Skip to main content
Run any Skill in Manus
with one click
$pwd:

gc-safe-coding

// Rules for writing and reviewing GC-safe C++ code in the Hermes VM runtime. Use when writing, modifying, or reviewing C++ runtime VM code that uses internal Hermes VM APIs (as opposed to code using JSI). This includes working with GC-managed types (HermesValue, Handle, PinnedValue, JSObject, StringPrimitive, etc.), Locals, GCScope, PseudoHandle, CallResult, or any function with _RJS suffix. Typically in lib/VM/, include/hermes/VM/, API/hermes/, or API/napi/.

$ git log --oneline --stat
stars:11,079
forks:786
updated:May 14, 2026 at 01:36
SKILL.md
readonly