Minecraft Use
Description
terminals + vs code + agents in minecraft
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
minecraft-code
[](https://www.npmjs.com/package/@reaganhsu/minecraft-code) [](https://buymeacoffee.com/reaganhsu1b)
Turn Minecraft into a coding workstation. Spawn Claude Code as a villager, open VS Code in-game, find schematics on the web, and build them in your world — all from chat.
/agent alex → spawn Claude villager
/agent rex wolf → spawn wolf agent
/claude hello → talk to Claude Code
/browser-use get-schematics castle → download builds
/build 27283 → place schematic via Litematica
/agent-tell alex shawn "review this" → agents talk to each other
/spotify → open the in-game Spotify jukebox
/mail → open the in-game email client
Quick Start
# Install
npm install -g @reaganhsu/minecraft-code
# Check prerequisites
minecraft-code doctor
# Set up everything (venv, mod build, dependencies)
minecraft-code init
# Launch (tmux + sidecar + Claude Code + Minecraft)
minecraft-code start
How It Works
The mod connects to tmux terminal panes via [smux/tmux-bridge](https://github.com/ShawnPana/smux). Each command you type in Minecraft sends text to a named tmux pane and reads the output back. The mod doesn't know or care what's running in each pane.
Minecraft Chat → TmuxBridge.java → tmux-bridge CLI → tmux pane
↓ ↓
/claude hello types "hello" into Claude Code responds
↓ the "claude" pane ↓
Shows response reads output back "Hello! How can I help?"
in Minecraft chat
Architecture
tmux session "minecraft-code"
┌──────────────┬──────────────┐
│ sidecar │ claude │
│ (FastAPI) │ (lfg) │
├──────────────┼──────────────┤
│ minecraft │ browser │
│ (gradlew)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11