Skip to content

AllayMC/AllaySkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AllayMC Plugin Dev Skill βš™οΈ

Build, update, and troubleshoot AllayMC plugins with a ready-to-use skill bundle. πŸš€

Install 🧩

Clone this repository into your agent's skills directory and initialize submodules:

cd <skills-dir>
git clone --recurse-submodules git@github.com:AllayMC/AllaySkill.git allaymc-plugin-dev
  • For Claude Code, <skills-dir> is C:/Users/<your-username>/skills.
  • For OpenAI Codex, <skills-dir> is C:/Users/<your-username>/.codex/skills/.system.

If you already cloned it without submodules:

git submodule update --init --recursive

Update πŸ”„

Pull the latest changes and refresh submodules:

git pull --recurse-submodules

If submodules are out of date:

git submodule update --init --recursive

Use βœ…

Invoke 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."

What's Inside πŸ“¦

  • 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/.

About

Official skill.md for AI agents (claude, codex) to boost your Allay plugin development!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published