bajrangCoder/acode-plugin-template ? reverse-engineered prompt

Reverse engineered prompt

Build me a clean starter template for making Acode plugins on Android, with the setup already working well in Termux.

I want a simple project I can clone, install, and run right away, with a dev command that watches files and rebuilds automatically, plus a production build command that packages the plugin for release. Include a basic sample plugin so I can see how the structure is supposed to work, along with the right plugin metadata and icon setup. Keep it easy to edit in plain JavaScript, and make sure the template is modern and avoids the errors the old official template tends to cause. If anything needs current docs, look them up online and match the latest Acode plugin guidance.