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.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin plugin-generatorScaffolds a complete Claude Code plugin with manifest, skills, agents, hooks, MCP/LSP servers, and marketplace entry. Walks through component selection and writes files.
Creates Claude Code plugin directory structure with .claude-plugin/plugin.json manifest and optional components like commands, agents, skills, hooks, MCP servers, scripts. Use when building a new plugin from scratch.
Create a new plugin for Claude Code marketplace with validation, ADR, and release automation. TRIGGERS - create plugin, new plugin, scaffold plugin