From plugin-generator
Generator for Lemon AI Hub plugins. Creates a new plugin directory following current standards, including plugin.json, SKILL.md, and automatically updates marketplace.json to ensure the plugin is discoverable. Use when the user asks to "create a plugin", "add a plugin", or "generate a new plugin".
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-generator:plugin-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill scaffolds a new plugin in the Lemon AI Hub project following the current standards.
This skill scaffolds a new plugin in the Lemon AI Hub project following the current standards.
plugins/<plugin-name>/.plugin.json: Add the standard metadata.SKILL.md: Add the skill definition..claude-plugin/marketplace.json alphabetically.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.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin plugin-generator