Plugin Generator
This skill scaffolds a new plugin in the Lemon AI Hub project following the current standards.
Responsibilities
- Scaffold Directory: Create
plugins/<plugin-name>/. - Create
plugin.json: Add the standard metadata. - Create
SKILL.md: Add the skill definition. - Update Marketplace: Register the new plugin in
.claude-plugin/marketplace.jsonalphabetically.
Usage
When the user requests to create a new plugin, run this skill to prompt for the name and description if not provided, and then execute the steps. Make sure to adhere to the rule in docs/rules/marketplace-sync.md.