What problem does it solve?
This skill automates the process of adding a new command handler to the Manny RuneLite plugin, reducing boilerplate and ensuring consistent structure.
Core Features & Use Cases
- Command scaffolding: Generates a skeleton command handler with switch-case entry points and standardized logging.
- Template-driven implementation: Produces a ready-to-implement template aligned with Manny guidelines and available wrappers (interactionSystem, gameEngine, etc.).
- Onboarding and validation: Provides guidance to copy, implement, test, and deploy the new command in a safe, repeatable manner.
- Use Case: Imagine adding a new command named SMELT_BARS to automate bar smelting workflows within the plugin.
Quick Start
Start by naming your command and description, then run the template generator to produce the skeleton code, implement the handler using wrappers, and test in a dev RuneLite environment.