From create-plugin
Scaffold a new AI agent plugin directory with valid manifest, component directories, and marketplace wiring. Use when starting a new plugin, adding a plugin to a multi-plugin repository, or reviewing a plugin before submission.
How this skill is triggered — by the user, by Claude, or both
Slash command
/create-plugin:create-plugin-scaffoldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Meta workflows for creating and reviewing AI agent plugins that are marketplace-ready.
Meta workflows for creating and reviewing AI agent plugins that are marketplace-ready.
| Skill | Description |
|---|---|
create-plugin-scaffold | Scaffold a new plugin directory with manifest, components, and repository wiring |
review-plugin-submission | Run a pre-submission quality check against marketplace expectations |
plugin.json, SKILL.md, optional README.md.plugin.json with name, version, description, author, license, keywords.npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin create-pluginCreates 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.