What problem does it solve?
This Skill solves the overhead of creating and standardizing new Codex plugins by generating the required plugin manifest and optional supporting structure so you can publish with consistent metadata.
Core Features & Use Cases
- Plugin scaffolding: Creates a plugin directory containing a required .codex-plugin/plugin.json manifest with placeholder values you can edit.
- Optional companion structure: Generates optional folders and placeholder files such as skills/, hooks/, scripts/, assets/, .mcp.json, and .app.json to match what your plugin needs.
- Marketplace ordering and availability: Generates or updates .agents/plugins/marketplace.json with correct policy fields (installation/authentication), category, and ordering behavior for Codex UI availability.
Quick Start
Use plugin-creator to scaffold a new plugin called my-awesome-plugin by running the scaffold script, then edit the placeholders in .codex-plugin/plugin.json and optionally add a marketplace entry.