con un clic
hamsterball-re-progress
Track hamsterball RE project state
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Track hamsterball RE project state
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Reverse engineer and recreate the Hamsterball game (2000s Windows game by Raptisoft)
Start GhidraMCP headless server with the Hamsterball.exe project — always do this before any RE work
Restore all function renames from FUNCTION_MAP.md back into a fresh Ghidra project after DB loss or re-import
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.
54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.
| name | hamsterball-re-progress |
| description | Track hamsterball RE project state |
| version | "2026-04-13T00:00:00.000Z" |
Progress: 77.4% (3061/3958 functions documented)
Scene_Render3DObjects, Mesh_Dtor/FindElement/AddElement/ConnectElements, App_GetProductVersion, BitStream_ReadValue, FileHandle_Dtor, Math_AlignUp, Array_CopyElements, DSound_SetVolume, CRT_FreeIfNotNull, Huffman_BuildTable, BitStream_FlushAndReset, Sound_DecodeFrame, D3DTexture_Init/InitLocked/NullDtor, CRT_FreeParam2, Font_DecodeGlyphBits, Path_ComputeSegmentLengths, RaceResults_ctor/dtor/Render/Update/Reset, RaceResultsMenu_ctor/scalar_dtor, StdString_Insert/InsertCStr/TruncateToWidth, App_CreateConfirmMenu, App_CreateHighScoreEntry, Level ctors/dtors (Glass, Impossible, Cascade, WarmUp, Tower, Spinner, Intermediate, Sawblade, Gear), TourneyRaceEntry_Dtor
Local commits won't push via SSH (key not in agent) or via HTTPS (gh credential helper hangs). Fix: use HTTPS with store credential helper:
cd ~/hamsterball-re
git remote set-url origin https://github.com/evangit2/hamsterball-re.git
git config credential.helper 'store --file=/tmp/git-creds-store'
git push