Acode-Foundation/acode-plugin ? reverse-engineered prompt

Reverse engineered prompt

Build me a working starter plugin for the Acode editor in plain JavaScript.

I want a clean example I can use as a base for my own plugin, with a simple working feature so I can see how the plugin is supposed to behave in Acode. Please wire it up so it can be run locally while I’m developing, and so it can be bundled into a plugin zip from the project root. Keep the code simple and easy to edit, and make sure the plugin metadata and build setup are filled in correctly.

If you need to check the latest Acode plugin docs or API details, go ahead and look them up online. I mainly want a solid template that installs and runs without extra fuss, and gives me a clear starting point for adding my own plugin behavior later.