add-mcp-tool
01ricardoquesada/regenerator2000
Skill Claude CodeCodex
Streamlines the process of adding new tools to the MCP server.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Streamlines the process of adding new tools to the MCP server.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Automates the process of bumping the version and updating the changelog.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Skill "coding" from ricardoquesada/regenerator2000, covering 6502 disassembler expert skills, core context, technical requirements, 1. 6502 logic and 2. rust performance & safety.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Runs unpackercompareall to compare Regenerator 2000 unpacker against unp64, comparing start/end addresses and entry points across C64 PRG binaries, and generates a comparison report.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Analyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Analyzes memory regions of a disassembled binary and converts them to the correct block types (code, bytes, words, text, tables, etc.) using MOS 6502 and the target system's expertise.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Orchestrates full-program analysis by running block classification, then analyzing all unanalyzed routines and symbols in parallel using subagents.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Analyzes a disassembly subroutine to determine its function by examining code, cross-references, and memory usage, leveraging target system expertise.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Analyzes a specific memory address or label to determine its purpose (variable, flag, pointer, hardware register) by examining its cross-references and usage patterns.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Audits and synchronizes keyboard shortcuts across docs/keyboardshortcuts.md, crates/regenerator2000-tui/src/ui/dialogkeyboardshortcut.rs, crates/regenerator2000-tui/src/ui/menu.rs, and the view files (viewdisassembly.rs, viewhexdump.rs, viewcharset.rs, viewbitmap.rs, viewblocks.rs, viewsprites.rs).
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Syncs docs/mcp.md with the actual tools exposed by crates/regenerator2000-core/src/mcp/handler.rs.
ricardoquesada/regenerator2000
Skill Claude CodeCodex
Verifies the MCP server functionality by running the integration test suite.
ricardoquesada/regenerator2000
MCP server Claude CodeCodexCursor +2
MCP server "regenerator2000", hosted remotely at 127.0.0.1, as configured in ricardoquesada/regenerator2000.
ricardoquesada/regenerator2000
Instructions file CodexOpenCode
Instructions for ricardoquesada/regenerator2000, covering regenerator 2000 - agent instructions, architecture & crate structure, core domain model, key types (crates/regenerator2000-core/src/state/types.rs) and state management.
ricardoquesada/regenerator2000
Instructions file
Instructions for ricardoquesada/regenerator2000, a project described as: An interactive disassembler for the CPU 6502, focused on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, flow arrows, keyboard-driven, MCP server for auto analysis, VICE debugger and more!