Build, update, and troubleshoot AllayMC plugins with a ready-to-use skill bundle. π
Clone this repository into your agent's skills directory and initialize submodules:
cd <skills-dir>
git clone --recurse-submodules [email protected]:AllayMC/AllaySkill.git allaymc-plugin-dev- For Claude Code,
<skills-dir>isC:/Users/<your-username>/skills. - For OpenAI Codex,
<skills-dir>isC:/Users/<your-username>/.codex/skills/.system.
If you already cloned it without submodules:
git submodule update --init --recursivePull the latest changes and refresh submodules:
git pull --recurse-submodulesIf submodules are out of date:
git submodule update --init --recursiveInvoke the skill by name or ask for AllayMC plugin development tasks:
Examples:
- "Use allaymc-plugin-dev to create a new AllayMC plugin skeleton."
- "Help me add commands and events to my AllayMC plugin."
SKILL.md: The skill definition and workflow guidance.references/Allay: AllayMC source and docs (submodule).references/AllayGradle: Official AllayGradle plugin source (submodule).references/JavaPluginTemplate: Official Java template (submodule).
The skill reads AllayMC sources and the official Java plugin template via submodules under references/.