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

Retromod

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

已收集 skills
8
Stars
38
更新
2026-06-23
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-polyfill
软件开发工程师

Create a polyfill provider that re-implements a removed API so old mods still work. Use when mods crash with ClassNotFoundException or NoSuchMethodError for completely removed classes.

2026-06-23
add-version-shim
软件开发工程师

Create a new version shim to add support for transforming mods between two Minecraft versions. Use when adding support for a new MC version or filling gaps in the shim chain.

2026-06-23
debug-crash
软件开发工程师

Debug a Minecraft crash caused by a mod that Retromod transformed. Use when a mod crashes after transformation and you need to find and fix the root cause.

2026-06-23
mapping-work
软件开发工程师

Work with Minecraft name mappings: intermediary, Mojang official, SRG, and Yarn. Use when adding new mappings to IntermediaryToMojangMapper, generating mapping files with MappingComposer, or debugging name mismatches.

2026-06-23
mod-loader-compat
软件开发工程师

Work on mod loader compatibility for Fabric, NeoForge, Forge runtime integration, version constraint relaxation, and mod metadata patching. Use when fixing mod loading issues, version rejection errors, or adding support for a new loader version.

2026-06-23
modrinth-api
软件开发工程师

Search, download, and work with mods from Modrinth. Use when downloading test mods, checking mod compatibility, or finding mods for a specific MC version and loader.

2026-06-23
test-mod-transform
软件质量保证分析师与测试员

Test that Retromod correctly transforms mods for a target Minecraft version. Use when verifying transforms work, testing new shims, or debugging mod compatibility.

2026-06-23
build-and-deploy
网络与计算机系统管理员

Build Retromod from source and deploy it to a Minecraft installation for testing. Use when you need to rebuild after code changes and test in-game.

2026-05-20