By darthmolen
Claude Code skills for Hytale game development - 3D modeling, server plugins, and more
Use when building or modifying 3D models for Hytale via Blockbench MCP. Covers geometry creation, texturing, UV mapping, animation, and export workflows.
Use when creating a new Hytale server plugin project from scratch. Covers Java/Gradle setup, plugin manifest, main class boilerplate, and project structure.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub darthmolen/hytale-claude-code-marketplace --plugin hytale-claude-code-marketplaceSkills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
Skill authoring guidance and best practices
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.