cranelift-debugging

Debug JIT-compiled code from Cranelift. Use when debugging crashes, memory corruption, or calling convention issues in dynamically generated code. Covers cdb.exe (Windows), lldb/gdb with SIGSEGV handlers (Unix), and disassembly analysis.

$ Installer

git clone https://github.com/fasterthanlime/.claude /tmp/.claude && cp -r /tmp/.claude/skills/cranelift-debugging ~/.claude/skills/-claude

// tip: Run this command in your terminal to install the skill