scaffold_plugin_integration
Create a new Lampa plugin by generating its folder structure and main.js boilerplate. Provide plugin name and description to scaffold integration automatically.
Instructions
Generate a complete Lampa plugin scaffold (folder structure + main.js boilerplate) for a new plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_name | Yes | Plugin name, e.g. 'my_feature'. Use snake_case. | |
| description | Yes | One-sentence description of what the plugin does. |