Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

regenerator2000

regenerator2000 收录了来自 ricardoquesada 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
163
更新
2026-06-01
Forks
9
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

r2000-analyze-program
软件开发工程师

Orchestrates full-program analysis by running block classification, then analyzing all unanalyzed routines and symbols in parallel using subagents.

2026-06-01
r2000-analyze-symbol
软件开发工程师

Analyzes a specific memory address or label to determine its purpose (variable, flag, pointer, hardware register) by examining its cross-references and usage patterns.

2026-05-31
r2000-analyze-blocks
软件开发工程师

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.

2026-05-31
r2000-analyze-routine
软件开发工程师

Analyzes a disassembly subroutine to determine its function by examining code, cross-references, and memory usage, leveraging target system expertise.

2026-05-29
r2000-analyze-basic
软件开发工程师

Analyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.

2026-04-12
add-mcp-tool
软件开发工程师

Streamlines the process of adding new tools to the MCP server.

2026-03-16
bump-version
软件开发工程师

Automates the process of bumping the version and updating the changelog.

2026-03-16
update-keyboard-shortcuts
软件开发工程师

Audits and synchronizes keyboard shortcuts across docs/keyboard_shortcuts.md, crates/regenerator2000-tui/src/ui/dialog_keyboard_shortcut.rs, crates/regenerator2000-tui/src/ui/menu.rs, and the view files (view_disassembly.rs, view_hexdump.rs, view_charset.rs, view_bitmap.rs, view_blocks.rs, view_sprites.rs).

2026-03-16
update-mcp-docs
软件开发工程师

Syncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`.

2026-03-16
verify-mcp
软件开发工程师

Verifies the MCP server functionality by running the integration test suite.

2026-02-18
code-review
软件质量保证分析师与测试员

Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.

2026-01-27