Commandgeneral
/new-plugin Command
Help me create a new plugin for violet-ai-plugins.
Help me create a new plugin for violet-ai-plugins.
Follow the agent-plugin-developer pattern:
- Ask me what the plugin should do
- Help me determine the correct category (agent, workflow, skill, domain, platform, stack) using the decision tree
- Suggest a name following the
{category}-{name}pattern - Create the plugin structure:
plugins/{category}-{name}/.claude-plugin/plugin.jsonplugins/{category}-{name}/knowledge/{topic}.md
- Add the plugin to
.claude-plugin/marketplace.json - Update
README.mdwith the new plugin
Use the patterns from existing plugins as reference. Ensure the knowledge content follows the category-specific patterns documented in agent-plugin-developer.