add-plugin
Installation
SKILL.md
/add-plugin
Create a new language-agnostic plugin for the nucleo CLI.
Instructions
- Ask for the plugin name, language (Node.js/Python/shell), and commands
- Create
plugins/<name>/withplugin.jsonmanifest - Create the entrypoint that reads env vars and outputs JSON
- Test with
nucleo plugins install ./plugins/<name>and run each command