meteor-addon
SKILL.md
Meteor Client Addon Development
This skill provides guidance for developing addons for Meteor Client, a Fabric-based Minecraft utility mod.
Key Resources
- Template Repository: https://github.com/MeteorDevelopment/meteor-addon-template
- Meteor Client Source: https://github.com/MeteorDevelopment/meteor-client
- Addon Database: https://raw.githubusercontent.com/cqb13/meteor-addon-scanner/refs/heads/addons/addons.json
Workflow Overview
- Setup: Start from the template or clone existing addon
- Update Check: Verify template is current with Meteor/Minecraft versions
- Development: Implement features following Meteor patterns
- Reference: Use filter_addons.py to find examples from verified addons when needed
When you need to find reference implementations, always use the filter_addons.py script to search the addon database rather than manually browsing GitHub or guessing repository URLs.