How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-plugin-creator:create-pluginThe summary Claude sees in its command listing — used to decide when to auto-load this command
Create a new Claude Code plugin: 1. Ask the user for: plugin name, description, desired skills, commands, and agents 2. Use the `create-plugin` skill to scaffold the complete directory structure 3. Run the `validate-plugin` skill to verify correctness 4. Show the user what was created and how to test it with `claude --plugin-dir ./plugins/<name>`
Create a new Claude Code plugin:
create-plugin skill to scaffold the complete directory structurevalidate-plugin skill to verify correctnessclaude --plugin-dir ./plugins/<name>npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-plugin-creator/create-pluginGuides end-to-end creation of Claude Code plugins via phased workflow: discover requirements, plan components like skills/agents/hooks, implement, validate, and test.
/create-pluginInteractively guides creation of a Claude Code plugin by asking about type, purpose, and category, then generates full directory structure, manifest, docs, and components.
/create-pluginCreates a complete Claude Code plugin with agents, commands, skills, hooks, and comprehensive documentation from given requirements.
/create-pluginCreates production-ready Claude Code plugin structure: directories, plugin.json manifest, domain-expert agent, README.md, optional skills/commands/hooks, and marketplace registration if applicable.
/create-pluginConverts an existing project into a structured Claude Code plugin by generating manifests, organizing components into directories, and creating documentation.