一键导入
romhack-asm-tuner
SNES Assembly (65816) patch manager. Curates ASM snippets, verifies patches with Asar/Z3DK, and manages the code library for Oracle of Secrets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SNES Assembly (65816) patch manager. Curates ASM snippets, verifies patches with Asar/Z3DK, and manages the code library for Oracle of Secrets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use the Agentic File System (AFS) context model for discovery, mounts, scratchpad memory, and file-based tool workflows. Use when a task involves .context operations, AFS CLI usage, or cross-agent context coordination.
Read and interpret the Link to the Past (ALTTP) disassembly with label/symbol context. Use when mapping ROM/CPU addresses to labels, searching usdasm/jpdasm sources, or cross-referencing routines with Hyrule Historian, z3dk label indexes, or z3ed output.
Train, evaluate, and maintain the scawful-echo persona and related avatar models (Echo/Memory/Muse). Use when working on persona voice, dataset prep, A/B testing, deployment, or tool-calling constraints for avatar models.
Autonomous navigation agent for Oracle of Secrets. Uses static map data and dynamic RAM state to localize Link and route him to destinations.
End-to-end Oracle of Secrets debugging using the Mesen2-OOS socket CLI, z3ed, and label/symbol tooling. Use for breakpoint/trace capture, memory inspection, savestate repro, overlays, or crash/regression triage (replaces mesen2-mcp and legacy Lua bridge workflows).
Expert guidance for LLM model training, synthetic data generation (SDE), Hierarchical MoE (H-MoE) management, and agentic evaluation. Use when setting up training runs (Vast.ai), generating datasets, or performing technical research PDF analysis for ROM hacking and general AI development.
| name | romhack-asm-tuner |
| description | SNES Assembly (65816) patch manager. Curates ASM snippets, verifies patches with Asar/Z3DK, and manages the code library for Oracle of Secrets. |
asar (or z3asm) to verify syntax and bank limits.oracle-of-secrets codebase conventions.Check if a snippet is valid 65816 code.
z3asm (part of Z3DK) to dry-run assembly.apply <file.asm>: Patches the ROM (using build_rom.sh or z3asm).revert: Rolls back the last patch (via git or backup).Enforce style guides:
Oracle.{Scope}.. for local, .. for nested.!Define for constants.$7E access must use STA.l ($8F).asm-tuner verify heal.asm.src/hobby/oracle-of-secrets/Core/Link/Heal.asm.z3asm binary (~/src/hobby/z3dk/build/src/z3asm/bin/z3asm).~/src/hobby/oracle-of-secrets.~/src/hobby/yaze/scripts/ai/asm_tuner.py.src/hobby/oracle-of-secrets/Core/Link/Heal.asm."~/src/hobby/z3dk/build/ for the binary. Rebuild Z3DK if missing..l suffix explicitly for all $7E/$7F accesses.