概要
This skill facilitates the low-level integration between Zig and JavaScriptCore (JSC) by leveraging Bun's internal code generation system. It guides developers through the process of defining class interfaces in `.classes.ts` files and implementing the corresponding logic in Zig. It provides standardized patterns for memory management via GC finalizers, property caching for performance, and robust error handling using Bun's internal JSError types. This is an essential tool for contributors building core Bun APIs or developers creating high-performance native extensions that require deep integration with the JSC engine.