meteor-addon

Create, update, and manage Meteor Client addons from official templates.

8|1|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/MCDxAI/meteor-client-webgui --skill meteor-addon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meteor-addon
Source: https://github.com/MCDxAI/meteor-client-webgui/tree/main/.claude/skills/meteor-addon
Command: npx skills add https://github.com/MCDxAI/meteor-client-webgui --skill meteor-addon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meteor addon development is often complex and error-prone without a structured workflow. This skill provides a template-driven path to create, update, and maintain Meteor Client addons for Minecraft, aligning work with Meteor and Minecraft version changes and guiding you to vetted reference implementations.

Core Features & Use Cases

  • Template-driven scaffolding: Start new addons quickly from official templates and align project structure with Meteor Client conventions.
  • Version alignment & updates: Guidance to keep work in sync with Minecraft and Meteor version changes across major releases.
  • Reference implementations: Find and study verified addon examples to accelerate implementation and reduce regression risk.
  • End-to-end workflow: From workspace setup to deployment-ready addon, including update checks and best practices.
  • Use Case: Kick off a new addon from the template, update for a Minecraft patch, and validate against a verified addon reference.

Quick Start

  • Clone the official meteor-addon-template to your workspace: git clone https://github.com/MeteorDevelopment/meteor-addon-template my-addon
  • Enter the project and configure essential files (gradle.properties, build.gradle, fabric.mod.json) to match your target Minecraft and Meteor versions
  • Open the project in your IDE and follow the documented update-check workflow to keep templates and dependencies current
  • When you need examples, search the addon database with the provided workflows and reference scripts as described in this skill’s guidance

Frequently Asked Questions about meteor-addon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Meteor Client addon for Minecraft?▼

To create a Meteor Client addon, clone the official meteor-addon-template repository, configure essential files like gradle.properties and fabric.mod.json for your target versions, and open the project in your IDE to begin development.

How do I update Meteor addons for new Minecraft and Meteor versions?▼

Updating Meteor addons involves aligning version configurations in gradle.properties and build.gradle with the latest Minecraft and Meteor releases, and following a documented update-check workflow to keep dependencies current.

Where can I find reference implementations for Meteor addon development?▼

You can find reference implementations by searching an addon database using provided workflows and scripts, allowing you to study verified addon examples that accelerate implementation and reduce regression risk.

Do I need the official template to start Fabric addon development?▼

Yes, using the official meteor-addon-template is enforced to scaffold new addons quickly, ensuring your project structure aligns with Meteor Client conventions and reducing setup errors.

What files need configuration when setting up a Meteor addon workspace?▼

Setting up a Meteor addon workspace requires configuring gradle.properties, build.gradle, and fabric.mod.json to match your target Minecraft and Meteor Client versions before opening the project in your IDE.

Why should I use a template-driven workflow for Meteor addon development?▼

A template-driven workflow solves the complexity and error-prone nature of Meteor addon development by providing structured scaffolding, version alignment guidance, and access to vetted reference implementations from start to deployment.