Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

regenerator2000

يحتوي regenerator2000 على 11 من skills المجمعة من ricardoquesada، مع تغطية مهنية على مستوى المستودع وصفحات 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