sebastianbiallassebastianbiallasCommunityยท6 Agent Skills Included

pearpc

PowerPC emulator debugging, memory dump analysis, and JIT diagnostics

Diagnoses boot failures, kernel crashes, and JIT compiler bugs inside the PearPC PowerPC emulator. Extracts kernel logs, decodes crash registers, compares memory dumps, and traces CPU dispatch behavior without manual hex inspection. Helps developers find emulator defects faster by automating disassembly, parity checks, and trace analysis.
npx skills add sebastianbiallas/pearpc --all -g -y
Available:

Gives your AI agent the build steps, directory map, and debugging methodology needed to navigate the PearPC codebase and route debugging requests to the right analysis scripts.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install PearPC skills?โ–ผ

Run `npx skills add sebastianbiallas/pearpc --all -g -y` in your terminal to install all debugging skills globally.

How to debug a kernel crash in PearPC?โ–ผ

Use the analyze-oops skill to extract the crash from a memory dump, decode the register state, and disassemble the faulting code automatically.

How to compare JIT and interpreter behavior?โ–ผ

The compare-dumps and check-parity skills diff memory regions and audit opcode implementations to find where the JIT diverges from the reference interpreter.

Can these skills diagnose emulator boot stalls?โ–ผ

Yes. The check-trace skill analyzes the JIT dispatch trace to identify idle loops, frozen timers, and exception storms that cause boot hangs.

Do I need low-level PowerPC knowledge to use these?โ–ผ

No. Your AI agent runs the analysis scripts and interprets the hex addresses, registers, and disassembly for you in plain language.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’