Development marketplace for Hytale Claude Code skills
npx claudepluginhub darthmolen/hytale-claude-code-marketplaceClaude Code skills for Hytale game development - 3D modeling, server plugins, and more
A curated collection of Claude Code skills for Hytale game development.
# Add the marketplace
/plugin marketplace add darthmolen/hytale-claude-code-marketplace
# Install the plugin
/plugin install hytale-claude-code-marketplace@darthmolen
Then restart Claude Code.
# Add local marketplace (from repo root)
/plugin marketplace add /mnt/c/dev/Hytale/hytale-claude-code-marketplace
# Install from local marketplace
/plugin install hytale-claude-code-marketplace@hytale-dev
Then restart Claude Code.
After restarting, the skills should be available. Test by asking Claude about:
skills/hytale/blockbench/blockbench-mcp.md
Automate 3D model creation in Blockbench through MCP. Covers geometry, texturing, UV mapping, animation, and export workflows.
Requires: Blockbench with MCP plugin running
skills/hytale/server-plugins/project-setup.md
Create new Hytale server plugin projects from scratch. Includes Java/Gradle configuration, manifest setup, and main class boilerplate.
Requires: Java 25, Gradle
| Skill | Category | Tags | Description |
|---|---|---|---|
| blockbench-mcp | hytale/blockbench | 3d-modeling, blockbench, mcp | building or modifying 3D models for Hytale via Blockbench MC |
| hytale-plugin-project-setup | hytale/server-plugins | java, gradle, plugin | creating a new Hytale server plugin project from scratch |
See documentation/contributing.md for how to add new skills.
For skill authoring guidelines and metadata format, see documentation/skill-authoring.md.
.claude-plugin/
├── plugin.json # Plugin manifest
└── marketplace.json # Local dev marketplace
skills/
├── hytale-blockbench-mcp/ # 3D modeling with Blockbench MCP
│ ├── SKILL.md
│ └── bb_screenshot.py # Screenshot utility (co-located)
├── hytale-plugin-project-setup/ # Java plugin development
│ └── SKILL.md
└── general/ # Non-Hytale skills
documentation/ # Guides and references
planning/ # Project planning
scripts/ # Build/index automation
MIT - See LICENSE
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations