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 abdhenni/ruflo --plugin ruflo-plugin-creator/create-pluginGuides users through creating a complete Claude Code plugin from concept to tested implementation, covering discovery, component planning, and validation.
/create-pluginWalks through an interactive workflow to scaffold a production-grade Claude Code plugin with commands, agents, skills, or all three, generating a marketplace-compliant directory structure and manifest.
/create-pluginScaffolds a complete Claude Code plugin with agents, commands, skills, hooks, and documentation from a natural-language description.
/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 creating plugin manifests, organizing components, and generating documentation.
27plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 27 plugins