What problem does it solve?
This Skill removes manual scaffolding and manifest creation for Codex plugins by automating plugin folder creation, manifest population, and optional marketplace entry updates to reduce errors and speed development.
Core Features & Use Cases
- Full Manifest Scaffolding: Generates a .codex-plugin/plugin.json populated with the complete schema shape and placeholder values ready for human editing.
- Marketplace Integration: Creates or updates .agents/plugins/marketplace.json entries with required policy fields and preserves existing interface.displayName.
- Optional Companion Structure: Can add skills/, hooks/, scripts/, assets/, .mcp.json, and .app.json alongside the plugin folder and supports repo-local or home-local installation workflows.
- Use Case: Quickly create a normalized local plugin for testing in Codex and append it to the repository marketplace so it appears in the UI with correct ordering and policy metadata.
Quick Start
Run the scaffold script from the repository root to create a new plugin by invoking the create_basic_plugin.py script with the desired plugin name and any optional flags.