k0b3n4irb

Analyze Rom — Development skill for Claude Code

Development community

Analyze a SNES ROM file for debugging (header, symbols, size, anomalies).

How to install Analyze Rom

Installs to ~/.claude/skills/k0b3n4irb-opensnes-analyze-rom/SKILL.md

Terminal
mkdir -p ~/.claude/skills/k0b3n4irb-opensnes-analyze-rom && curl -fsSL https://raw.githubusercontent.com/k0b3n4irb/opensnes/HEAD/.claude/skills/analyze-rom.md -o ~/.claude/skills/k0b3n4irb-opensnes-analyze-rom/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Analyze Rom does


name: analyze-rom description: Analyze a SNES ROM file for debugging (header, symbols, size, anomalies) argument-hint: " [--header]" allowed-tools: Bash(*), Read

/analyze-rom - Analyze SNES ROM

Analyze a SNES ROM file for debugging or reverse engineering.

Usage

/analyze-rom               # Analyze ROM file
/analyze-rom tone.sfc            # Example
/analyze-rom --header tone.sfc   # Show header info only

Implementation

ROM Header Analysis

R

Alternatives in Development

  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★

Full documentation available on GitHub

View Source Repository