minecraft-modding-workbench

Installation
SKILL.md

Minecraft Modding Workbench

Support fast, version-aware Minecraft modding. Treat the minecraft-modding MCP server as the primary source of truth, then turn verified findings into working code and assets.

Scope

  • Supports Fabric, NeoForge, and Architectury.
  • Requires the minecraft-modding MCP server from @adhisang/minecraft-modding-mcp.
  • Prefer project-aware MCP calls when a workspace exists. Reuse the repository root as projectPath.
  • Use the high-level v3 entry tools first: inspect-minecraft, analyze-symbol, compare-minecraft, validate-project, analyze-mod, and manage-cache.
  • Covers Forge-style access transformers through validate-project (task access-transformer) for NeoForge, in addition to Fabric-style access wideners.
  • Use the NBT helpers (nbt-to-json, json-to-nbt, nbt-apply-json-patch) when working with level.dat, chunk, playerdata, or command-driven NBT. Stay in typed JSON while editing and re-encode once at the end.

Default Behavior

  • Produce runnable feature slices, not generic advice.
  • Infer loader, version, mappings, modid, package, Java version, and project conventions from the workspace before asking questions.
Related skills

More from adhi-jp/agent-skills

Installs
22
First Seen
Apr 12, 2026