plugin-creator
When to Use
Use when the user wants to create a new Codex plugin, scaffold plugin structure, add marketplace metadata, or generate plugin placeholder files.
Do Not Use When
Do not use for writing a standalone Hermes plugin plan or creating a normal skill without plugin structure.
Required Inputs
Plugin name, target parent directory, desired optional folders, and whether marketplace metadata should be generated.
Workflow
- Normalize the plugin name.
- Run or emulate the plugin scaffold.
- Fill plugin.json placeholders.
- Verify the plugin directory and marketplace entry.