Analyze Rom — Development skill for Claude Code
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
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 RepositoryRelated Skills
Bundle Analyzer
Analyze and reduce JavaScript bundle size
Bundle Analyze
Bundle size + framework detection + largest assets + heavy-dependency warnings.
Savant Fix
Analyze errors and find root causes with Socrates debugging approach
Dangerous Dave Sms
A W.I.P. vibe port of "Dangerous Dave", originally from MS-DOS, into a Sega Master System ROM using Claude
Eda
Profile a dataset for structure, quality, distributions, and anomalies, then output an EDA report
Inspect Meeting
Inspect a single Chili Piper meeting — routing path, rep assignment, outcome, and anomalies — and get a recomm
Related Agents
Compile-time Profiling
clang++ -ftime-trace -ftime-trace-granularity=1 file.cpp chrome://tracing # Load the JSON bloaty binary -d sym
Osf Analyze
Codebase structural analysis using codebase-retrieval. Traces dependencies, blast radius, call chains, and imp
Debug Agent
You are a specialized debugging agent. Your job is to investigate issues, trace through code, analyze logs, an