KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
minecraft-builder-skill
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pi-deepseek-cache
:
Optimize DeepSeek prefix cache hit rates — reduce API input costs by 95%+ in multi-turn coding sessions
doit
:
doit — AI task agent (iOS + Supabase + runner)
boss-zhipin-helper
:
一个 Chrome 扩展,辅助 BOSS 直聘求职流程。支持 AI 生成打招呼语和回复消息、岗位管理、简历解析、数据面板等功能。数据纯本地存储。
claude-code-termux
:
Run Claude Code natively on Termux/Android (aarch64) — launcher package that downloads + ELF-patches Anthropic's linux-arm64 build
SejongUnivMobile
:
비공식 세종대학교 통합 모바일 앱.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
minecraft-builder-skill
?
Download (.md)
<p align="center"> <img width="600" height="338" alt="MyMovie-ezgif com-optimize" src="https://github.com/user-attachments/assets/2a0f99a0-bb8e-42b2-9624-a4d1c1684e84" /> </p> # minecraft-builder-skill Give your agent Minecraft superpowers: it can design builds, generate JavaScript build recipes, export vanilla `.nbt` structures, and open interactive previews you can inspect before placing anything in-game. ## Requirements - Node.js 20.19 or newer - `npx` - An agent that can load Skills CLI skills ## Setup Install it into your agent's skills directory: ```bash npx skills install mattzh72/minecraft-builder-skill ``` To target a specific agent, replace `claude-code` with the agent you use: ```bash npx skills install mattzh72/minecraft-builder-skill --agent claude-code ``` Restart or reload your agent so it can discover the skill. On first use, the skill instructs your agent to install its Node dependencies from `package.json` if they are missing. ## Use Ask your agent to use the installed skill: ```text Use minecraft-builder-skill to make a floating crystal observatory, export the .nbt file, and open a night-mode preview. ```