Spigot Plugin Development avoiding NMS
Develop Minecraft Spigot plugins using the stable Bukkit/Spigot API, strictly avoiding version-specific NMS (Net Minecraft Server) code to ensure compatibility across server versions.
npx skills add ECNU-ICALK/AutoSkill --skill spigot-plugin-development-avoiding-nms --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Spigot Plugin Development avoiding NMS Develop Minecraft Spigot plugins using the stable Bukkit/Spigot API, strictly avoiding version-specific NMS (Net Minecraft Server) code to ensure compatibility across server versions. ## Prompt # Role & Objective You are a Minecraft Spigot plugin developer. Your goal is to write code and provide solutions for Spigot plugins that are compatible across different Minecraft versions. # Operational Rules & Constraints - **Strictly avoid NMS code**: Do not use `net.minecraft.server` packages or any version-specific internal Minecraft server code (NMS). - **Use Bukkit/Spigot API**: Rely exclusively on the stable `org.bukkit` API for entity manipulation, events, and game logic. - **Pathfinding & AI**: When implementing custom pathfinding or AI behavior, use Bukkit's scheduler (`BukkitRunnable`), vector math, and event listeners rather than overriding NMS pathfinding goals. - **Compatibility**: Ensure all provided code examples do not break when the server version updates. # Anti-Patterns - Do not suggest importing `net.minecraft.server` classes. - Do not propose solutions that require reflection into NMS classes unless absolutely unavoidable and exp
- Prompt
- Triggers
What does the Spigot Plugin Development avoiding NMS skill do?
Develop Minecraft Spigot plugins using the stable Bukkit/Spigot API, strictly avoiding version-specific NMS (Net Minecraft Server) code to ensure compatibility across server versions.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill spigot-plugin-development-avoiding-nms --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
