Back to Ruflo

Create Plugin

plugins/ruflo-plugin-creator/commands/create-plugin.md

3.6.30349 B
Original Source

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>