taboolib
Cross-platform Minecraft plugin framework with bytecode weaving
All Skills in This Repository (4)
Pure Emerald Level Indicatorstaboolib-incision
Explain the public behavior of TabooLib's Incision weaving module via Scalpel DSL and @Surgeon annotations.
over-or
Push the current branch to a fork and create a PR to the main repository.
taboolib-multiblocks
Define and validate TabooLib multiblock structures with DenseMultiblock and SparseMultiblock.
create-pr
Create a GitHub issue and planning branch from collected feature requirements.
Frequently Asked Questions
FAQPage SchemaHow to install TabooLib skills?▼
Run `npx skills add TabooLib/taboolib --all -g -y` in your terminal to install all skills in this suite globally.
What is TabooLib used for?▼
TabooLib is a Kotlin framework for building cross-platform Minecraft plugins that run on Bukkit, BungeeCord, and Velocity from a single codebase.
How to patch Minecraft methods at runtime?▼
Use the incision module's @Surgeon annotations or Scalpel DSL to weave advice into methods, replace call sites, or rewrite arguments without modifying original code.
How to validate multiblock structures in Minecraft?▼
Define the structure with DenseMultiblock or SparseMultiblock, register it in MultiblockRegistry, then call validate() to check the world with automatic rotation detection.
Do I need Kotlin experience to use these skills?▼
Basic Kotlin familiarity helps, but the skills include ready-made examples and decision guides that let your agent generate correct plugin code from plain requests.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core