Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Skills

Skills contains 11 collected skills from CleanroomMC, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
2
updated
2026-05-08
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

modernize-modpack
software-developers

Modernizes an existing Minecraft 1.12.2 modpack for Cleanroom by reading the latest Cleanroom preparation guide, locating the real mods directory, planning replacements/additions/removals from filenames only, optionally downloading latest CurseForge-compatible replacements or additions, and disabling removed mods as .disabled files.

2026-05-08
check-prerequisites
software-developers

Checks prerequisites for CurseForge API workflows, including asking the user for a CurseForge API key, selecting a Python 3.12 runner, and ensuring httpx can run. Use before CurseForge skills that call the CurseForge API.

2026-05-08
download-mods
software-developers

Downloads Minecraft 1.12.2 CurseForge mods from CurseForge URLs or slugs by resolving each slug through the CurseForge API, selecting the newest compatible file, and saving the file locally. Use when the user provides CurseForge mod links and wants downloads.

2026-05-08
detect-mods-directory
software-developers

Locates and validates the correct Minecraft mods directory for an existing modpack or launcher instance. Use when a task needs the mods folder path before analyzing, importing, detecting, or migrating Minecraft mods.

2026-05-08
detect-mods
software-developers

Detects existing Minecraft mod JARs with packwiz curseforge detect and converts matching files into CurseForge metadata. Use only for CurseForge-based modpacks or when the user asks to detect CurseForge mods already present in mods/.

2026-05-08
packwiz-curseforge-add
software-developers

Adds CurseForge mods, resource packs, or files to a Minecraft 1.12.2 Forge packwiz modpack. Use when the source is a CurseForge URL, slug, project ID, or file ID.

2026-05-08
packwiz-curseforge-export
software-developers

Exports a packwiz Minecraft 1.12.2 Forge modpack to a CurseForge-compatible zip. Use when preparing a CurseForge upload or launcher import package.

2026-05-08
packwiz-curseforge-import
software-developers

Imports an existing CurseForge Minecraft modpack into packwiz. Use when converting a CurseForge zip, manifest.json, minecraftinstance.json, or installed CurseForge instance to packwiz metadata for a 1.12.2 Forge pack.

2026-05-08
packwiz-forge-1122-init
software-developers

Initializes a packwiz modpack for Minecraft 1.12.2 Forge. Use when creating a new packwiz pack, reinitializing pack.toml, or setting pack metadata for a 1.12.2 Forge modpack.

2026-05-08
packwiz-pack-maintenance
software-developers

Maintains an existing packwiz Minecraft 1.12.2 Forge modpack. Use for refresh, list, update, remove, pin, unpin, acceptable-game-versions, and routine metadata verification.

2026-05-08
packwiz-url-add
software-developers

Adds non-CurseForge and non-Modrinth direct-download files to a packwiz modpack. Use for private mods, forks, custom 1.12.2 Forge JARs, or stable direct URLs that packwiz cannot manage through platform commands.

2026-05-08