Skip to main content
cdlewis
GitHub creator profile

cdlewis

Repository-level view of 16 collected skills across 2 GitHub repositories.

skills collected
16
repositories
2
updated
Aug 3, 2026
repository explorer

Repositories and representative skills

match-bss-segment
software-developers

Match a segment's bss data by replacing extern declarations with the appropriate definitions. Use when asked to match, add, split, or fix a .bss segment, especially after checksum failures from bss symbol layout, shifted VRAM labels, queue/stack buffers, or…

Aug 3, 2026
match-data-segment
software-developers

Match a data segment by mapping it to an existing C file and replacing extern declarations with ordered definitions. Use when asked to match, add, split, or fix a .data segment in snowboardkids.yaml.

Aug 3, 2026
decomp-permuter
software-developers

Decomp-Permuter is a tool that automatically permutes C files to better match a target binary. Use this skill when you are decompiling a function and it is almost matching except for some register differences (i.e. 95%+).

Aug 2, 2026
decompile-microcode
software-developers

Use this skill if you need to decompile a function that uses F3DEX. The presence of the Gfx type or gRegionAllocPtr are strongly indicative of an F3DEX or S2DEX microcode function.

Jul 20, 2026
match-ultralib-segment
software-developers

Match a given segment to a libultra ROM segment. Use this when converting unidentified asm libultra ranges such as osRecvMesg to matching C source.

Jun 10, 2026
add-asset-to-yaml
software-developers

Adding a new asset to snowboardkids.yaml requires following specific steps to ensure assets are in the correct order and properly declared. Use this skill when you need to add a new binary asset.

May 30, 2026
convert-asset-array
software-developers

Convert arrays with hardcoded pointer addresses to use ROM_START/ROM_END symbols. This automates the process of adding USE_ASSET declarations, updating array initialization, and configuring YAML segments.

May 30, 2026
match-data-file
software-developers

Match data file describes how to add dat asegments to a C file. Use the match data file skill when you need to match a data file.

May 30, 2026
Showing 8 of 9 collected skills.
match-bss-segment
software-developers

Match a segments bss data by replacing extern declarations with the appropriate definitions. Use when asked to match, add, split, or fix a .bss segment, especially after checksum failures from bss symbol layout, shifted VRAM labels, queue/stack buffers, or…

Jun 11, 2026
convert-asset-array
software-developers

Convert arrays with hardcoded pointer addresses to use ROM_START/ROM_END symbols. This automates the process of adding USE_ASSET declarations, updating array initialization, and configuring YAML segments.

Apr 2, 2026
decompile-microcode
software-developers

Use this skill if you need to decompile a function using F3Dex2 or S2Dex. The presence of the Gfx type or gRegionAllocPtr are strongly indicative of an F3Dex2 or S2Dex microcode function.

Mar 29, 2026
add-asset-to-yaml
software-developers

Adding a new asset to snowboardkids2.yaml requires following specific steps to ensure assets are in the correct order and properly declared. Use this skill when you need to add a new binary asset.

Feb 12, 2026
match-data-file
software-developers

Match data file describes how to add dat asegments to a C file. Use the match data file skill when you need to match a data file.

Feb 11, 2026
rename-a-c-file-or-header-file
software-developers

Renaming a C file or associated header (.h) file requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a C file and/or a header file.

Jan 3, 2026
rename-global-variable-or-function
software-developers

Renaming a global variable or function requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a global variable or function.

Dec 27, 2025
Showing 2 of 2 repositories
All repositories loaded