What problem does it solve?
This Skill removes the repetitive manual work of creating plugin folders, composing plugin manifests, and updating marketplace catalogs so developers can rapidly produce consistent local plugins for Codex.
Core Features & Use Cases
- Plugin scaffold generation: Creates a normalized plugin folder with a required .codex-plugin/plugin.json populated with full interface placeholders.
- Optional companion structures: Can create skills/, hooks/, scripts/, assets/, .mcp.json, and .app.json when requested.
- Marketplace management: Creates or updates .agents/plugins/marketplace.json entries with explicit installation and authentication policies and preserves displayName when present.
- Use Case: Useful for repository maintainers or individual developers who need to add new local plugins with consistent manifests and marketplace ordering without hand-editing JSON.
Quick Start
Run the plugin-creator to scaffold a new plugin named my-plugin and optionally add a marketplace entry.